Monitoring Plugins Development

Results 32 comments of Monitoring Plugins Development

Submitted by j-bern on 2012-11-20 17:14:42 Additional information: -- Bug confirmed to exist in 1.4.14, 1.4.15 and 1.4.16 (from source on a CentOS 5.5 machine) -- apparently triggered by number...

Added File: https://www.monitoring-plugins.org/attachments/456808-bug_check_snmp.JPG

Submitted by jwm on 2010-11-19 16:24:20 The attached patch is against the current git repo.

Added File: https://www.nagios-plugins.org/attachments/393797-mq-d

Submitted by j-bern on 2012-10-03 20:52:32 I'm afraid that you're expecting a bit much from good ol' check_ssh here. It makes the TCP connection and has a look at the...

Submitted by hjanuschka on 2012-12-04 14:02:05 checkout the git pull request https://github.com/monitoring-plugins/monitoring-plugins/pull/26 i have reworked the check_ssh - using libssh to check version and fingerprint (instead of serverhello version guessing)

Added File: https://www.monitoring-plugins.org/attachments/357353-interdiff.txt

Submitted by ealex292 on 2011-05-23 10:13:48 Version number and sample output: root@olinda:/usr/lib/nagios/plugins# /usr/lib/nagios/plugins/check_disk.orig -V check_disk v1.4.14 (nagios-plugins 1.4.14) root@olinda:/usr/lib/nagios/plugins# /usr/lib/nagios/plugins/check_disk -V check_disk v1.4.15.24.g2a7c8.dirty (nagios-plugins 1.4.15) root@olinda:/usr/lib/nagios/plugins# /usr/lib/nagios/plugins/check_disk.orig -w 10% -c...

Submitted by dermoth on 2011-05-26 14:39:01 That would break compatibility with Nagios v2 and any tool that cannot handle more than one line. v3 output should be enabled using a...

Added File: https://www.monitoring-plugins.org/attachments/412453-check_disk.diff