monitoring-plugins/plugins
Ken D a1f3289000 Added option for null zero length string exit codes
When using a large distributed network with the same group of checks used against a large number of devices, occationally there are missing cards in a few devices that are present in other devices. Rather than having a large number of unknown results, disable active checking on those large number of result or having to create a unique check configuration for those devices.

This option allows you to select an OK, WARNING, CRITICAL or UNKNOWN status while still retaining the default behavior when not present. This also allows a for the check to immediately start checks as intended should the hardware be added that the check is looking for.
2022-01-14 15:52:00 +01:00
..
picohttpparser check_curl: updates embedded picohttpparser to newest git version 2019-09-07 14:22:00 +02:00
t Merge pull request #1688 from bazzisoft/master 2021-11-17 17:57:00 +01:00
tests Merge pull request #1654 from wolfgangkarall/master 2021-11-17 18:09:25 +01:00
check_apt.c Adding packages-warning option 2017-09-06 16:54:03 +02:00
check_by_ssh.c Let ssh decide if a host is valid, enables usage of ssh .config file 2021-06-25 12:12:48 +02:00
check_cluster.c check_cluster.c: Added data argument validation. 2018-11-29 16:37:59 +01:00
check_curl.c Merge pull request #1688 from bazzisoft/master 2021-11-17 17:57:00 +01:00
check_dbi.c check_by_ssh: fix child process leak on timeouts 2019-02-15 10:36:28 +01:00
check_dig.c plugins: check_dig: Fix spelling 2017-04-21 01:38:39 +02:00
check_disk.c More wrong printf formatting 2021-11-24 19:02:17 +01:00
check_dns.c Improvements suggested by tobiaswiese 2021-09-02 09:56:39 +02:00
check_dummy.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_fping.c Spelling fixes suggested by lintian 2016-12-01 12:49:40 +01:00
check_game.c Update Url to qstat 2021-11-21 02:43:01 +01:00
check_hpjd.c check_hpjd: Fixing port option 2021-11-24 15:38:18 +01:00
check_http.c changed 'STATE_CRITICAL' to 'STATE_WARNING' for infinite loop 2021-06-24 11:37:14 +02:00
check_ide_smart.c Spelling fixes suggested by lintian 2016-12-01 12:49:40 +01:00
check_ldap.c Allows check_ldap to get password from env variable 2021-11-19 19:47:22 +11:00
check_load.c Create check_load.c 2021-10-25 16:28:15 +02:00
check_mrtg.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_mrtgtraf.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_mysql.c check_mysql: Allow sockets to be specified to -H 2019-03-21 13:54:19 +01:00
check_mysql_query.c - fix for issue #1562 2020-09-15 21:36:27 +02:00
check_nagios.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_nt.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ntp.c Spelling fixes suggested by lintian 2016-12-01 12:49:40 +01:00
check_ntp_peer.c Spelling fixes suggested by lintian 2016-12-01 12:49:40 +01:00
check_ntp_time.c It's useful to use 'useful' instead of 'usefull' 2016-11-18 11:47:20 +01:00
check_nwstat.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_overcr.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_pgsql.c Using snprintf which honors the buffers size and guarantees null termination. (Closes: #1601) 2021-02-15 15:34:07 +01:00
check_ping.c Add thresholds even if value is missing 2021-11-17 15:45:49 +01:00
check_procs.c Merge pull request #1654 from wolfgangkarall/master 2021-11-17 18:09:25 +01:00
check_radius.c Spelling fixes suggested by lintian 2016-12-01 12:49:40 +01:00
check_real.c Spelling fixes suggested by lintian 2016-12-01 12:49:40 +01:00
check_smtp.c check_smtp: add -L flag to support LMTP (LHLO instead of HELO/EHLO). 2021-10-28 23:08:02 +02:00
check_snmp.c Added option for null zero length string exit codes 2022-01-14 15:52:00 +01:00
check_ssh.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_swap.c Rename tmp variable to get even with master 2022-01-03 14:07:54 +01:00
check_tcp.c check_tcp: add --sni 2020-01-07 21:32:15 +01:00
check_time.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ups.c Fix possible overflow in check_ups (Fixes: #1030) 2021-11-24 11:23:47 +01:00
check_users.c check_users: still allow zero thresholds 2016-11-07 21:49:03 +01:00
common.h check_by_ssh: fix child process leak on timeouts 2019-02-15 10:36:28 +01:00
Makefile.am builds: alway put picohttpparser into the dist tarball 2018-10-24 09:54:20 +02:00
negate.c Output plugin's stderr to stderr 2017-09-04 16:36:19 +02:00
netutils.c check_radius: Replace functions removed in radcli 2016-11-17 17:22:37 +01:00
netutils.h check_radius: Replace functions removed in radcli 2016-11-17 17:22:37 +01:00
popen.c Fix timeout_interval declarations 2020-01-07 10:22:39 +01:00
popen.h Fix timeout_interval declarations 2020-01-07 10:22:39 +01:00
runcmd.c fix maxfd being zero 2019-05-24 14:51:10 +02:00
runcmd.h Project rename initial commit. 2014-01-19 14:18:47 -05:00
sslutils.c check_curl: implement certificate checks 2018-10-22 16:28:51 +02:00
urlize.c Capitalize "Monitoring" when it's the first word 2014-01-20 03:12:50 +01:00
utils.c homogenize perfdata function and fix small bug with missing semicolon 2021-11-17 15:45:17 +01:00
utils.h Revert to poor man's logic 2021-10-02 23:37:12 +02:00