]> arthur.barton.de Git - netdata.git/log
netdata.git
7 years agoMerge pull request #2 from firehol/master
Levi Blaney [Fri, 23 Sep 2016 06:16:36 +0000 (02:16 -0400)]
Merge pull request #2 from firehol/master

Update to master

7 years agoMerge pull request #1011 from ktsaou/master
Costa Tsaousis [Thu, 22 Sep 2016 22:14:53 +0000 (01:14 +0300)]
Merge pull request #1011 from ktsaou/master

minor improvements

7 years agoadded TCP aborts and memory pressure information
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 22:10:40 +0000 (01:10 +0300)]
added TCP aborts and memory pressure information

7 years agoadded TCP memory pressures chart
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 22:10:12 +0000 (01:10 +0300)]
added TCP memory pressures chart

7 years agoforce stacked charts to include zero; fixes #1010
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 21:08:45 +0000 (00:08 +0300)]
force stacked charts to include zero; fixes #1010

7 years agofixed type in comment
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 21:05:44 +0000 (00:05 +0300)]
fixed type in comment

7 years agofixed bug where loopsleepms was calculating the time to sleep in a faulty way. This...
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 20:48:46 +0000 (23:48 +0300)]
fixed bug where loopsleepms was calculating the time to sleep in a faulty way. This affected the timings of tc-qos-helper.sh

7 years agoremoved leftovers from copy and paste in hidden tc configuration variables
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 19:55:51 +0000 (22:55 +0300)]
removed leftovers from copy and paste in hidden tc configuration variables

7 years agofixed chart startup interpolation / extrapolation to allow the first point added...
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 19:50:42 +0000 (22:50 +0300)]
fixed chart startup interpolation / extrapolation to allow the first point added to the chart be as accurate as possible; fixes #981

7 years agonetdata-updater.sh inherits the $PATH from netdata-installer.sh; fixes #1000
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 18:21:07 +0000 (21:21 +0300)]
netdata-updater.sh inherits the $PATH from netdata-installer.sh; fixes #1000

7 years agoECN information on the dashboard
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 16:41:32 +0000 (19:41 +0300)]
ECN information on the dashboard

7 years agomade entropy alarm silent
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 16:41:12 +0000 (19:41 +0300)]
made entropy alarm silent

7 years agoMerge pull request #1009 from ktsaou/master
Costa Tsaousis [Thu, 22 Sep 2016 11:56:28 +0000 (14:56 +0300)]
Merge pull request #1009 from ktsaou/master

fixed typo in alarm-notify.sh

7 years agofixed typo in alarm-notify.sh
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 11:55:52 +0000 (14:55 +0300)]
fixed typo in alarm-notify.sh

7 years agoMerge pull request #1008 from ktsaou/master
Costa Tsaousis [Thu, 22 Sep 2016 11:35:23 +0000 (14:35 +0300)]
Merge pull request #1008 from ktsaou/master

softnet budget is now a silent alarm; information added on the dashboard

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 11:29:43 +0000 (14:29 +0300)]
updated configs.signatures

7 years agorestored thresholds for softnet
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 11:29:17 +0000 (14:29 +0300)]
restored thresholds for softnet

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 11:24:13 +0000 (14:24 +0300)]
updated configs.signatures

7 years agosoftnet budget alarm is now a silent alarm
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 11:23:14 +0000 (14:23 +0300)]
softnet budget alarm is now a silent alarm

7 years agodashboard information: net.drops
Costa Tsaousis (ktsaou) [Thu, 22 Sep 2016 11:18:36 +0000 (14:18 +0300)]
dashboard information: net.drops

7 years agoMerge pull request #1005 from ktsaou/master
Costa Tsaousis [Thu, 22 Sep 2016 09:20:48 +0000 (12:20 +0300)]
Merge pull request #1005 from ktsaou/master

fixed bug in interpolation + minor improvements

7 years agoMerge pull request #1 from firehol/master
Levi Blaney [Thu, 22 Sep 2016 03:31:24 +0000 (23:31 -0400)]
Merge pull request #1 from firehol/master

Update to master

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Wed, 21 Sep 2016 23:50:36 +0000 (02:50 +0300)]
updated configs.signatures

7 years agoMerge remote-tracking branch 'upstream/master'
Costa Tsaousis (ktsaou) [Wed, 21 Sep 2016 23:49:26 +0000 (02:49 +0300)]
Merge remote-tracking branch 'upstream/master'

7 years agoMerge pull request #1002 from hashworks/feature/telegramNotifications
Costa Tsaousis [Wed, 21 Sep 2016 23:48:24 +0000 (02:48 +0300)]
Merge pull request #1002 from hashworks/feature/telegramNotifications

Add telegram messages to health monitoring

7 years agoMerge pull request #998 from shadycuz/master
Costa Tsaousis [Wed, 21 Sep 2016 23:32:01 +0000 (02:32 +0300)]
Merge pull request #998 from shadycuz/master

Changed documentation for nginx.

7 years agofixed a bug in the interpolation algorithm that was showing unrealistic values under...
Costa Tsaousis (ktsaou) [Wed, 21 Sep 2016 23:17:14 +0000 (02:17 +0300)]
fixed a bug in the interpolation algorithm that was showing unrealistic values under certain conditions; fixes #981

7 years agoImprove telegram message style
hashworks [Wed, 21 Sep 2016 19:07:22 +0000 (21:07 +0200)]
Improve telegram message style

7 years agoRemove debug vars
hashworks [Wed, 21 Sep 2016 18:25:57 +0000 (20:25 +0200)]
Remove debug vars

7 years agoMerge remote-tracking branch 'upstream/master'
Costa Tsaousis (ktsaou) [Wed, 21 Sep 2016 18:03:26 +0000 (21:03 +0300)]
Merge remote-tracking branch 'upstream/master'

7 years agoAdd telegram notifications to health monitoring
hashworks [Wed, 21 Sep 2016 14:33:28 +0000 (16:33 +0200)]
Add telegram notifications to health monitoring

7 years agoAdded examples to nginx.config
shadycuz [Wed, 21 Sep 2016 03:45:21 +0000 (23:45 -0400)]
Added examples to nginx.config

Added example nginx config and example job config

7 years agoUpdated Nginx section to be more specific
shadycuz [Wed, 21 Sep 2016 03:14:31 +0000 (23:14 -0400)]
Updated Nginx section to be more specific

7 years agoadded rendering qos tokens and ctokens to help further development of class depletion...
Costa Tsaousis (ktsaou) [Tue, 20 Sep 2016 21:25:13 +0000 (00:25 +0300)]
added rendering qos tokens and ctokens to help further development of class depletion charts; #822

7 years agoMerge pull request #991 from ktsaou/master
Costa Tsaousis [Tue, 20 Sep 2016 20:08:27 +0000 (23:08 +0300)]
Merge pull request #991 from ktsaou/master

cacheable registry response; minor alarm fine tunining

7 years agoMerge remote-tracking branch 'upstream/master'
Costa Tsaousis (ktsaou) [Tue, 20 Sep 2016 18:43:29 +0000 (21:43 +0300)]
Merge remote-tracking branch 'upstream/master'

7 years agoMerge pull request #975 from paulfantom/master
Paweł Krupa [Tue, 20 Sep 2016 16:21:31 +0000 (18:21 +0200)]
Merge pull request #975 from paulfantom/master

mysql.chart.py and SocketService improvements

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Tue, 20 Sep 2016 13:31:10 +0000 (16:31 +0300)]
updated configs.signatures

7 years agomore elastic softnet alarms; fixes #984
Costa Tsaousis (ktsaou) [Tue, 20 Sep 2016 13:29:40 +0000 (16:29 +0300)]
more elastic softnet alarms; fixes #984

7 years agosave registry response to browser local storage and load it back if the registry...
Costa Tsaousis (ktsaou) [Tue, 20 Sep 2016 13:23:23 +0000 (16:23 +0300)]
save registry response to browser local storage and load it back if the registry is unreachable

7 years agoMerge pull request #989 from brouberol/fix-dockerfile
Costa Tsaousis [Tue, 20 Sep 2016 13:20:31 +0000 (16:20 +0300)]
Merge pull request #989 from brouberol/fix-dockerfile

Do not reclone the current project from github, as it's already here

7 years agoDo not reclone the current project from github, as it's already here
Balthazar Rouberol [Tue, 20 Sep 2016 06:57:25 +0000 (06:57 +0000)]
Do not reclone the current project from github, as it's already here

7 years agoFix parsing configuration in SocketService
paulfantom [Mon, 19 Sep 2016 21:27:17 +0000 (23:27 +0200)]
Fix parsing configuration in SocketService

7 years agoFix parsing configuration in SocketService
paulfantom [Mon, 19 Sep 2016 20:29:27 +0000 (22:29 +0200)]
Fix parsing configuration in SocketService

7 years agoMerge pull request #982 from ktsaou/master
Costa Tsaousis [Sun, 18 Sep 2016 16:29:15 +0000 (19:29 +0300)]
Merge pull request #982 from ktsaou/master

extended TCP statistics

7 years agotc-qos-helper.sh now uses the the forkless time function
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 16:04:16 +0000 (19:04 +0300)]
tc-qos-helper.sh now uses the the forkless time function

7 years agocode cleanup to allow it compile without unused variables warning
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 14:18:49 +0000 (17:18 +0300)]
code cleanup to allow it compile without unused variables warning

7 years agore-factored /proc/net/netstat data collector to collect all the available metrics...
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 14:01:18 +0000 (17:01 +0300)]
re-factored /proc/net/netstat data collector to collect all the available metrics - work in progress

7 years agoupdated alarm-notify.sh so that slack push notifications are meaningful
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 14:00:26 +0000 (17:00 +0300)]
updated alarm-notify.sh so that slack push notifications are meaningful

7 years agoMerge pull request #978 from ktsaou/master
Costa Tsaousis [Sun, 18 Sep 2016 02:00:25 +0000 (05:00 +0300)]
Merge pull request #978 from ktsaou/master

re-arrange ICMP charts to avoid duplicate metrics; removed debugging leftover from alarm-notify.sh

7 years agoremoved debugging leftover
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 01:57:02 +0000 (04:57 +0300)]
removed debugging leftover

7 years agore-arrange the ICMP charts to avoid duplicate metrics
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 01:55:59 +0000 (04:55 +0300)]
re-arrange the ICMP charts to avoid duplicate metrics

7 years agoMerge pull request #977 from ktsaou/master
Costa Tsaousis [Sun, 18 Sep 2016 00:26:19 +0000 (03:26 +0300)]
Merge pull request #977 from ktsaou/master

fix issues with ICMP data collection; alarm-notify.sh improvements

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 00:23:14 +0000 (03:23 +0300)]
updated configs.signatures

7 years agoalarm-notify.sh now supports disabling notification delivery for certain roles; slack...
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 00:19:01 +0000 (03:19 +0300)]
alarm-notify.sh now supports disabling notification delivery for certain roles; slack appearance re-worked too

7 years agoproperly parse dynamic columns in /proc/net/snmp; fixes #976
Costa Tsaousis (ktsaou) [Sun, 18 Sep 2016 00:13:36 +0000 (03:13 +0300)]
properly parse dynamic columns in /proc/net/snmp; fixes #976

7 years agocast mysql port from str to int
paulfantom [Sat, 17 Sep 2016 17:31:41 +0000 (19:31 +0200)]
cast mysql port from str to int

7 years agochange handling of mysql connection parameters
paulfantom [Sat, 17 Sep 2016 16:49:55 +0000 (18:49 +0200)]
change handling of mysql connection parameters

7 years agoMerge pull request #974 from ktsaou/master
Costa Tsaousis [Sat, 17 Sep 2016 15:49:20 +0000 (18:49 +0300)]
Merge pull request #974 from ktsaou/master

added alarm to detect port scans or busy service crashes

7 years agoadded alarm to detect port scans or busy service crashes
Costa Tsaousis (ktsaou) [Sat, 17 Sep 2016 15:46:12 +0000 (18:46 +0300)]
added alarm to detect port scans or busy service crashes

7 years agoMerge pull request #973 from ktsaou/master
Costa Tsaousis [Sat, 17 Sep 2016 13:42:25 +0000 (16:42 +0300)]
Merge pull request #973 from ktsaou/master

collect IPv4 ICMP, ICMP Messages and UDPLite counters for /proc/net/snmp

7 years agocollect IPv4 ICMP, ICMP Messages and UDPLite counters for /proc/net/snmp
Costa Tsaousis (ktsaou) [Sat, 17 Sep 2016 13:02:46 +0000 (16:02 +0300)]
collect IPv4 ICMP, ICMP Messages and UDPLite counters for /proc/net/snmp

7 years agoMerge pull request #969 from ktsaou/master
Costa Tsaousis [Fri, 16 Sep 2016 22:58:29 +0000 (01:58 +0300)]
Merge pull request #969 from ktsaou/master

minor fixes to netdata-updater.sh and loopsleepms()

7 years agomake the updater detect it runs with proper user for the job and that there are new...
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 22:53:35 +0000 (01:53 +0300)]
make the updater detect it runs with proper user for the job and that there are new commits before re-installing netdata

7 years agoprevent multiple threads from removing and creating the fifo file
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 22:52:49 +0000 (01:52 +0300)]
prevent multiple threads from removing and creating the fifo file

7 years agoMerge pull request #968 from ktsaou/master
Costa Tsaousis [Fri, 16 Sep 2016 21:06:18 +0000 (00:06 +0300)]
Merge pull request #968 from ktsaou/master

NFS v4 support, NFS client support

7 years agoadded the nfs client file missing from the last commit
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 20:54:15 +0000 (23:54 +0300)]
added the nfs client file missing from the last commit

7 years agoproperly supported nfsv4; added plugin to collect nfs client statistics; fixes #959
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 20:49:31 +0000 (23:49 +0300)]
properly supported nfsv4; added plugin to collect nfs client statistics; fixes #959

7 years agoMerge pull request #967 from ktsaou/master
Costa Tsaousis [Fri, 16 Sep 2016 19:04:18 +0000 (22:04 +0300)]
Merge pull request #967 from ktsaou/master

alarm notifications now support different severity per recipient

7 years agominor fixes to the previous commits
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 18:46:47 +0000 (21:46 +0300)]
minor fixes to the previous commits

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 18:36:27 +0000 (21:36 +0300)]
updated configs.signatures

7 years agoalarm notifications support different severity per recipient
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 18:35:00 +0000 (21:35 +0300)]
alarm notifications support different severity per recipient

7 years agoprevent sending CLEAR notifications for cancelled alarms
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 18:34:17 +0000 (21:34 +0300)]
prevent sending CLEAR notifications for cancelled alarms

7 years agoMerge pull request #966 from ktsaou/master
Costa Tsaousis [Fri, 16 Sep 2016 15:56:41 +0000 (18:56 +0300)]
Merge pull request #966 from ktsaou/master

installer now generates netdata-updater.sh

7 years agoinstaller now generates netdata-updater.sh
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 15:44:02 +0000 (18:44 +0300)]
installer now generates netdata-updater.sh

7 years agoupdated information about entropy
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 14:21:02 +0000 (17:21 +0300)]
updated information about entropy

7 years agoMerge pull request #964 from ktsaou/master
Costa Tsaousis [Fri, 16 Sep 2016 11:38:51 +0000 (14:38 +0300)]
Merge pull request #964 from ktsaou/master

jquery 3.0 compatibility fix; softnet additional information

7 years agotitles aligned with the rest of the titles
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 11:35:34 +0000 (14:35 +0300)]
titles aligned with the rest of the titles

7 years agobetter wording
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 11:33:10 +0000 (14:33 +0300)]
better wording

7 years agoadded information about softnet statistics on the dashboard
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 11:23:00 +0000 (14:23 +0300)]
added information about softnet statistics on the dashboard

7 years agojquery 3.0 compatibility; fixes #962
Costa Tsaousis (ktsaou) [Fri, 16 Sep 2016 11:22:34 +0000 (14:22 +0300)]
jquery 3.0 compatibility; fixes #962

7 years agoMerge pull request #961 from ktsaou/master
Costa Tsaousis [Thu, 15 Sep 2016 22:23:45 +0000 (01:23 +0300)]
Merge pull request #961 from ktsaou/master

more informative softnet alarms messages

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 22:23:04 +0000 (01:23 +0300)]
updated configs.signatures

7 years agomore informative softnet alarms messages
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 22:22:42 +0000 (01:22 +0300)]
more informative softnet alarms messages

7 years agoMerge pull request #960 from ktsaou/master
Costa Tsaousis [Thu, 15 Sep 2016 22:12:32 +0000 (01:12 +0300)]
Merge pull request #960 from ktsaou/master

dropped packets now get an alarm with the solution

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 22:09:08 +0000 (01:09 +0300)]
updated configs.signatures

7 years agoupdated dimensions according to recent kernel information
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 22:08:27 +0000 (01:08 +0300)]
updated dimensions according to recent kernel information

7 years agoeliminated redundant check identified by coverity
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:38:12 +0000 (00:38 +0300)]
eliminated redundant check identified by coverity

7 years agoproperly initialize softnet_stat
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:23:55 +0000 (00:23 +0300)]
properly initialize softnet_stat

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:07:47 +0000 (00:07 +0300)]
updated configs.signatures

7 years agosoftnet warnings match the update frequency of network ones
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:06:42 +0000 (00:06 +0300)]
softnet warnings match the update frequency of network ones

7 years agoadded /proc/net/softnet_stat monitoring which provides information about common netwo...
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:04:47 +0000 (00:04 +0300)]
added /proc/net/softnet_stat monitoring which provides information about common network device misconfigurations and issues

7 years agominor optimizations: eliminated an snprintf and lowered the stack allocated buffers
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:03:30 +0000 (00:03 +0300)]
minor optimizations: eliminated an snprintf and lowered the stack allocated buffers

7 years agoalarms are now rendered in the order they are executed by netdata
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:02:30 +0000 (00:02 +0300)]
alarms are now rendered in the order they are executed by netdata

7 years agopushover notification now do not generate sound and vibration for CLEAR notifications
Costa Tsaousis (ktsaou) [Thu, 15 Sep 2016 21:01:40 +0000 (00:01 +0300)]
pushover notification now do not generate sound and vibration for CLEAR notifications

7 years agoMerge pull request #952 from ktsaou/master
Costa Tsaousis [Thu, 15 Sep 2016 07:24:34 +0000 (10:24 +0300)]
Merge pull request #952 from ktsaou/master

notification delays improvements

7 years agoupdated configs.signatures
Costa Tsaousis (ktsaou) [Wed, 14 Sep 2016 22:32:15 +0000 (01:32 +0300)]
updated configs.signatures

7 years agoupdated alarms to take into account the alarm status examination
Costa Tsaousis (ktsaou) [Wed, 14 Sep 2016 22:31:08 +0000 (01:31 +0300)]
updated alarms to take into account the alarm status examination

7 years agowording change
Costa Tsaousis (ktsaou) [Wed, 14 Sep 2016 22:30:25 +0000 (01:30 +0300)]
wording change

7 years agooperator ? has higher precedence over all others
Costa Tsaousis (ktsaou) [Wed, 14 Sep 2016 21:21:18 +0000 (00:21 +0300)]
operator ? has higher precedence over all others