]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agoMerge pull request #1165 from kesslerm/fix/python-plugin-crash
Costa Tsaousis [Mon, 14 Nov 2016 20:18:44 +0000 (22:18 +0200)]
Merge pull request #1165 from kesslerm/fix/python-plugin-crash

Fix occasional crashes in python plugins

7 years agoMerge pull request #1184 from facetoe/postgres_plugin_error_message
Costa Tsaousis [Mon, 14 Nov 2016 20:18:24 +0000 (22:18 +0200)]
Merge pull request #1184 from facetoe/postgres_plugin_error_message

Ignore expected exceptions.

7 years agoMerge pull request #1243 from ktsaou/master
Costa Tsaousis [Sun, 13 Nov 2016 23:45:06 +0000 (01:45 +0200)]
Merge pull request #1243 from ktsaou/master

synchronized plugins, database, API and presentation timings

7 years agoalign before and after parameters to update_every; so that e.g. after=-1 will also...
Costa Tsaousis (ktsaou) [Sun, 13 Nov 2016 23:35:10 +0000 (01:35 +0200)]
align before and after parameters to update_every; so that e.g. after=-1 will also return a point when update_every > 1; fixes #1241

7 years agomake sure charts are aligned to their update_every, so that data collection, db and...
Costa Tsaousis (ktsaou) [Sun, 13 Nov 2016 23:33:53 +0000 (01:33 +0200)]
make sure charts are aligned to their update_every, so that data collection, db and presentation are all synchronized

7 years agobetter timing for apps.plugin and the internal proc plugin
Costa Tsaousis (ktsaou) [Sun, 13 Nov 2016 23:32:28 +0000 (01:32 +0200)]
better timing for apps.plugin and the internal proc plugin

7 years agoMerge pull request #1242 from ktsaou/master
Costa Tsaousis [Sun, 13 Nov 2016 19:12:21 +0000 (21:12 +0200)]
Merge pull request #1242 from ktsaou/master

prevent notifications for CLEAR alarms that did not sent notifications for the non-CLEAR status

7 years agoprevent sending notifications of alarms in status CLEAR
Costa Tsaousis (ktsaou) [Sun, 13 Nov 2016 19:00:10 +0000 (21:00 +0200)]
prevent sending notifications of alarms in status CLEAR

7 years agofix invalid chart id and name shown at the variables call
Costa Tsaousis (ktsaou) [Sun, 13 Nov 2016 10:57:31 +0000 (12:57 +0200)]
fix invalid chart id and name shown at the variables call

7 years agoMerge pull request #1239 from ktsaou/master
Costa Tsaousis [Sun, 13 Nov 2016 10:22:41 +0000 (12:22 +0200)]
Merge pull request #1239 from ktsaou/master

better python logging and tracing; many more improvements

7 years agoimprovements identified via static code analysis with cppcheck
Costa Tsaousis (ktsaou) [Sun, 13 Nov 2016 10:20:27 +0000 (12:20 +0200)]
improvements identified via static code analysis with cppcheck

7 years agotrack IPC initialization
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 23:54:00 +0000 (01:54 +0200)]
track IPC initialization

7 years agoadded alarms for IPC
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 23:51:04 +0000 (01:51 +0200)]
added alarms for IPC

7 years agoadded IPC semaphores charts
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 23:49:09 +0000 (01:49 +0200)]
added IPC semaphores charts

7 years agoadded support for custom variables that can be exposed to alarm expressions without...
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 23:19:43 +0000 (01:19 +0200)]
added support for custom variables that can be exposed to alarm expressions without the need for charts

7 years agosorted configs.signatures
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 23:00:19 +0000 (01:00 +0200)]
sorted configs.signatures

7 years agomake sure configs.signatures is sorted
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 22:59:42 +0000 (00:59 +0200)]
make sure configs.signatures is sorted

7 years agoadded alarm_variables API call that returns all the available variables for a chart
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 22:08:39 +0000 (00:08 +0200)]
added alarm_variables API call that returns all the available variables for a chart

7 years agofix for chart and dimension renames - health variables are also renamed
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 20:22:10 +0000 (22:22 +0200)]
fix for chart and dimension renames - health variables are also renamed

7 years agosimplified renaming of variables, due to dimension renames
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 18:34:17 +0000 (20:34 +0200)]
simplified renaming of variables, due to dimension renames

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 17:56:17 +0000 (19:56 +0200)]
updated configs.signatures

7 years agomore elastic alarm thresholds for cpu, ram and swap
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 17:44:21 +0000 (19:44 +0200)]
more elastic alarm thresholds for cpu, ram and swap

7 years agoprevent division by zero in disk fill rate alarm ; more elastic default disk alarms
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 17:43:50 +0000 (19:43 +0200)]
prevent division by zero in disk fill rate alarm ; more elastic default disk alarms

7 years agoprevent division by zero in memcached fill rate
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 17:43:06 +0000 (19:43 +0200)]
prevent division by zero in memcached fill rate

7 years agoadded alarms about dropped packets ratio
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 17:42:23 +0000 (19:42 +0200)]
added alarms about dropped packets ratio

7 years agodimensions should also be referred as context.dimension under the same family
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 17:41:43 +0000 (19:41 +0200)]
dimensions should also be referred as context.dimension under the same family

7 years agolog errors on expressions evaluation, only when the return value is NAN or INFINITY
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 17:40:36 +0000 (19:40 +0200)]
log errors on expressions evaluation, only when the return value is NAN or INFINITY

7 years agoincreased version
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 15:51:52 +0000 (17:51 +0200)]
increased version

7 years agoupdated fontawesome to 4.7.0
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 15:24:24 +0000 (17:24 +0200)]
updated fontawesome to 4.7.0

7 years agohddtemp description improvement
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 15:24:06 +0000 (17:24 +0200)]
hddtemp description improvement

7 years agoabs to absolute on alarm descriptions
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 15:23:44 +0000 (17:23 +0200)]
abs to absolute on alarm descriptions

7 years agoenable dovecot parsing
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 14:34:43 +0000 (16:34 +0200)]
enable dovecot parsing

7 years agoincreased version
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 14:31:43 +0000 (16:31 +0200)]
increased version

7 years agoadded dovecot icon
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 14:31:05 +0000 (16:31 +0200)]
added dovecot icon

7 years agofix for connecting to unix sockets
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 14:24:58 +0000 (16:24 +0200)]
fix for connecting to unix sockets

7 years agoSocketService log unexpectedly disconnected error
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 14:08:28 +0000 (16:08 +0200)]
SocketService log unexpectedly disconnected error

7 years agogracefully handle dovecot errors
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 12:21:51 +0000 (14:21 +0200)]
gracefully handle dovecot errors

7 years agoenabled option "trace" to get python traces on errors
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 12:17:01 +0000 (14:17 +0200)]
enabled option "trace" to get python traces on errors

7 years agomore python logging fixes
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 12:00:18 +0000 (14:00 +0200)]
more python logging fixes

7 years agominor fixes for dovecot and hddtemp
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 11:43:21 +0000 (13:43 +0200)]
minor fixes for dovecot and hddtemp

7 years agopython logging fixes
Costa Tsaousis (ktsaou) [Sat, 12 Nov 2016 11:19:03 +0000 (13:19 +0200)]
python logging fixes

7 years agoMerge pull request #1237 from ktsaou/master
Costa Tsaousis [Sat, 12 Nov 2016 01:09:38 +0000 (03:09 +0200)]
Merge pull request #1237 from ktsaou/master

SocketService and more improvements

7 years agouniform redis dimensions
Costa Tsaousis (ktsaou) [Fri, 11 Nov 2016 21:04:52 +0000 (23:04 +0200)]
uniform redis dimensions

7 years agoadded redis bandwidth; fixed memcached submenu, dimension names and colors
Costa Tsaousis (ktsaou) [Fri, 11 Nov 2016 20:56:19 +0000 (22:56 +0200)]
added redis bandwidth; fixed memcached submenu, dimension names and colors

7 years agobetter debugging and logging for SocketService modules; redis enhancements
Costa Tsaousis (ktsaou) [Fri, 11 Nov 2016 20:26:11 +0000 (22:26 +0200)]
better debugging and logging for SocketService modules; redis enhancements

7 years agosimplified socket data reception
Costa Tsaousis (ktsaou) [Fri, 11 Nov 2016 18:54:05 +0000 (20:54 +0200)]
simplified socket data reception

7 years agoMerge remote-tracking branch 'upstream/master'
Costa Tsaousis (ktsaou) [Fri, 11 Nov 2016 07:26:50 +0000 (09:26 +0200)]
Merge remote-tracking branch 'upstream/master'

7 years agoadded used_swap alarm; fixes #1235
Costa Tsaousis (ktsaou) [Fri, 11 Nov 2016 07:24:20 +0000 (09:24 +0200)]
added used_swap alarm; fixes #1235

7 years agothe overview charts now show used swap and used ram; fixes #549
Costa Tsaousis (ktsaou) [Fri, 11 Nov 2016 07:16:28 +0000 (09:16 +0200)]
the overview charts now show used swap and used ram; fixes #549

7 years agore-worked SocketService; #999
Costa Tsaousis (ktsaou) [Thu, 10 Nov 2016 23:04:36 +0000 (01:04 +0200)]
re-worked SocketService; #999

7 years agoMerge pull request #1230 from ktsaou/master
Costa Tsaousis [Thu, 10 Nov 2016 09:16:21 +0000 (11:16 +0200)]
Merge pull request #1230 from ktsaou/master

attempt to fix freezes on socket service

7 years agoattempt to fix freezes on socket service
Costa Tsaousis (ktsaou) [Wed, 9 Nov 2016 00:20:00 +0000 (02:20 +0200)]
attempt to fix freezes on socket service

7 years agoMerge pull request #1227 from ktsaou/master
Costa Tsaousis [Tue, 8 Nov 2016 22:29:13 +0000 (00:29 +0200)]
Merge pull request #1227 from ktsaou/master

install netdata-lsb on debian wheezy; fixes #780

7 years agoinstall netdata-lsb on debian wheezy; fixes #780
Costa Tsaousis (ktsaou) [Tue, 8 Nov 2016 22:24:37 +0000 (00:24 +0200)]
install netdata-lsb on debian wheezy; fixes #780

7 years agoMerge pull request #1226 from ktsaou/master
Costa Tsaousis [Tue, 8 Nov 2016 22:12:21 +0000 (00:12 +0200)]
Merge pull request #1226 from ktsaou/master

prevent a condition when an alarm is half-checked

7 years agofix condition
Costa Tsaousis (ktsaou) [Tue, 8 Nov 2016 21:30:56 +0000 (23:30 +0200)]
fix condition

7 years agoprevent a condition when an alarm is half-checked
Costa Tsaousis (ktsaou) [Tue, 8 Nov 2016 19:41:58 +0000 (21:41 +0200)]
prevent a condition when an alarm is half-checked

7 years agoMerge pull request #1221 from ktsaou/master
Costa Tsaousis [Mon, 7 Nov 2016 22:58:59 +0000 (00:58 +0200)]
Merge pull request #1221 from ktsaou/master

fix charts left behind; optimizations

7 years agoremoved dead link to haveged; fixes #1219
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 22:32:49 +0000 (00:32 +0200)]
removed dead link to haveged; fixes #1219

7 years agomore clear comparisons of dt given by plugins
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:42:07 +0000 (23:42 +0200)]
more clear comparisons of dt given by plugins

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:26:28 +0000 (23:26 +0200)]
updated configs.signatures

7 years agofixed typo
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:25:41 +0000 (23:25 +0200)]
fixed typo

7 years agotiming issues are logged as errors only when NETDATA_INTERNAL_CHECKS is defined
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:22:31 +0000 (23:22 +0200)]
timing issues are logged as errors only when NETDATA_INTERNAL_CHECKS is defined

7 years agoset init.d defaults on old ubuntu installations
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:09:13 +0000 (23:09 +0200)]
set init.d defaults on old ubuntu installations

7 years agoseveral code optimizations
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:07:51 +0000 (23:07 +0200)]
several code optimizations

7 years agocommented not-used code
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:07:24 +0000 (23:07 +0200)]
commented not-used code

7 years agocommented not-used code
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:07:08 +0000 (23:07 +0200)]
commented not-used code

7 years agovalidate and verify microseconds passed by plugins
Costa Tsaousis (ktsaou) [Mon, 7 Nov 2016 21:06:46 +0000 (23:06 +0200)]
validate and verify microseconds passed by plugins

7 years agoMerge pull request #1217 from ktsaou/master
Costa Tsaousis [Sun, 6 Nov 2016 17:10:19 +0000 (19:10 +0200)]
Merge pull request #1217 from ktsaou/master

re-enable alarms about not collected metrics

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sun, 6 Nov 2016 16:59:51 +0000 (18:59 +0200)]
updated configs.signatures

7 years agoadded detection of packet storms
Costa Tsaousis (ktsaou) [Sun, 6 Nov 2016 16:59:10 +0000 (18:59 +0200)]
added detection of packet storms

7 years agobug fix: re-enable alarms about not-collected metrics
Costa Tsaousis (ktsaou) [Sun, 6 Nov 2016 16:56:37 +0000 (18:56 +0200)]
bug fix: re-enable alarms about not-collected metrics

7 years agoMerge pull request #1216 from ktsaou/master
Costa Tsaousis [Sun, 6 Nov 2016 01:24:29 +0000 (03:24 +0200)]
Merge pull request #1216 from ktsaou/master

minor twilio improvements

7 years agominor twilio improvements
Costa Tsaousis (ktsaou) [Sun, 6 Nov 2016 01:23:38 +0000 (03:23 +0200)]
minor twilio improvements

7 years agoMerge pull request #1211 from shadycuz/sms_feature
Costa Tsaousis [Sun, 6 Nov 2016 01:19:05 +0000 (03:19 +0200)]
Merge pull request #1211 from shadycuz/sms_feature

twilio notifications

7 years agoMerge pull request #1214 from ktsaou/master
Costa Tsaousis [Sat, 5 Nov 2016 15:29:06 +0000 (17:29 +0200)]
Merge pull request #1214 from ktsaou/master

fping charts should not be zero-based; fixes #1213

7 years agofping charts should not be zero-based; fixes #1213
Costa Tsaousis (ktsaou) [Sat, 5 Nov 2016 15:15:55 +0000 (17:15 +0200)]
fping charts should not be zero-based; fixes #1213

7 years agoAdded SMS notification via Twilio
shadycuz [Thu, 3 Nov 2016 08:13:06 +0000 (04:13 -0400)]
Added SMS notification via Twilio

7 years agoMerge pull request #1212 from ktsaou/master
Costa Tsaousis [Sat, 5 Nov 2016 02:22:54 +0000 (04:22 +0200)]
Merge pull request #1212 from ktsaou/master

increased the version of dashboard_info.js

7 years agofping charts are now zero-based
Costa Tsaousis (ktsaou) [Sat, 5 Nov 2016 02:20:24 +0000 (04:20 +0200)]
fping charts are now zero-based

7 years agoincreased the version of dashboard_info.js
Costa Tsaousis (ktsaou) [Sat, 5 Nov 2016 02:06:08 +0000 (04:06 +0200)]
increased the version of dashboard_info.js

7 years agoMerge pull request #1210 from ktsaou/master
Costa Tsaousis [Sat, 5 Nov 2016 01:51:01 +0000 (03:51 +0200)]
Merge pull request #1210 from ktsaou/master

disk space monitoring improvements

7 years agoinstall /etc/init.d/netdata on certain servers
Costa Tsaousis (ktsaou) [Sat, 5 Nov 2016 01:47:37 +0000 (03:47 +0200)]
install /etc/init.d/netdata on certain servers

7 years agoMerge pull request #1208 from shadycuz/dashboard_info_update
Costa Tsaousis [Sat, 5 Nov 2016 01:46:55 +0000 (03:46 +0200)]
Merge pull request #1208 from shadycuz/dashboard_info_update

Added info: to the charts in the // Memory Section

7 years agoallow certain paths to be excluded from disk space statistics; fixes #1206
Costa Tsaousis (ktsaou) [Sat, 5 Nov 2016 01:42:00 +0000 (03:42 +0200)]
allow certain paths to be excluded from disk space statistics; fixes #1206

7 years agoactivated dist space usage options
Costa Tsaousis (ktsaou) [Sat, 5 Nov 2016 00:19:36 +0000 (02:19 +0200)]
activated dist space usage options

7 years agoMerge pull request #1205 from ktsaou/master
Costa Tsaousis [Fri, 4 Nov 2016 20:17:20 +0000 (22:17 +0200)]
Merge pull request #1205 from ktsaou/master

create /var/cache/netdata and /var/lib/netdata if they are missing

7 years agoremoved excess fi
Costa Tsaousis (ktsaou) [Fri, 4 Nov 2016 19:59:52 +0000 (21:59 +0200)]
removed excess fi

7 years agoAdded info: to the charts in the // Memory Section
Levi Blaney [Fri, 4 Nov 2016 09:41:05 +0000 (05:41 -0400)]
Added info: to the charts in the // Memory Section

This was just a trial run to see if this is what your looking for. I actually learned a lot about the Linux memory subsystem!

7 years agochown /var/lib/netdata and /var/cache/netdata only if we created them; chown the...
Costa Tsaousis (ktsaou) [Thu, 3 Nov 2016 22:13:41 +0000 (00:13 +0200)]
chown /var/lib/netdata and /var/cache/netdata only if we created them; chown the pidfile too when started as root; #1204

7 years agocreate /var/cache/netdata and /var/lib/netdata if they do not exist; fixes #1204
Costa Tsaousis (ktsaou) [Thu, 3 Nov 2016 22:01:58 +0000 (00:01 +0200)]
create /var/cache/netdata and /var/lib/netdata if they do not exist; fixes #1204

7 years agoMerge pull request #1196 from ktsaou/master
Costa Tsaousis [Tue, 1 Nov 2016 23:04:21 +0000 (01:04 +0200)]
Merge pull request #1196 from ktsaou/master

fping improvements

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Tue, 1 Nov 2016 22:59:53 +0000 (00:59 +0200)]
updated configs.signatures

7 years agouse our fork of fping until it is stabilized
Costa Tsaousis (ktsaou) [Tue, 1 Nov 2016 22:56:14 +0000 (00:56 +0200)]
use our fork of fping until it is stabilized

7 years agoMerge pull request #1021 from paulfantom/master
Paweł Krupa [Tue, 1 Nov 2016 22:51:15 +0000 (23:51 +0100)]
Merge pull request #1021 from paulfantom/master

Fix issues with nginx_log

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Tue, 1 Nov 2016 21:30:37 +0000 (23:30 +0200)]
updated configs.signatures

7 years agochanges after https://github.com/schweikert/fping/pull/105 being merged into fping...
Costa Tsaousis (ktsaou) [Tue, 1 Nov 2016 21:29:27 +0000 (23:29 +0200)]
changes after https://github.com/schweikert/fping/pull/105 being merged into fping repo

7 years agoMerge remote-tracking branch 'firehol/master'
paulfantom [Tue, 1 Nov 2016 18:16:06 +0000 (19:16 +0100)]
Merge remote-tracking branch 'firehol/master'

7 years agoMerge pull request #1193 from shadycuz/patch-1
Costa Tsaousis [Tue, 1 Nov 2016 07:18:04 +0000 (09:18 +0200)]
Merge pull request #1193 from shadycuz/patch-1

Add "Plex*" Media Server to "media:"

7 years agoAdd "Plex*" Media Server to "media:"
Levi Blaney [Tue, 1 Nov 2016 03:36:45 +0000 (23:36 -0400)]
Add "Plex*" Media Server to "media:"