monitoring-plugins/lib
Stephane Lapie 35811848da Handle negative values properly with check_snmp
check_snmp becomes capable of evaluating negative values properly,
but it might be returning CRITICALs where it used to return OK and was ignored,
if a negative value turns out to actually be a valid value.
If negative values are valid, this can be worked around,
by adding "~:" to the warning/critical threshold : 100 -> ~:100
2014-01-31 00:49:18 -05:00
..
tests Add tests for negative thresholds in test_utils 2014-01-31 00:04:23 -05:00
extra_opts.c Minor fixes to be amended into "rename" commit 2014-01-20 03:01:55 +01:00
extra_opts.h Project rename initial commit. 2014-01-19 14:18:47 -05:00
Makefile.am Project rename initial commit. 2014-01-19 14:18:47 -05:00
parse_ini.c Clean up parse_ini error messages, add missing newlines 2014-01-25 04:13:32 -05:00
parse_ini.h Project rename initial commit. 2014-01-19 14:18:47 -05:00
utils_base.c Move negate' translate_state() to utils_base.h mp_translate_state() 2014-01-29 03:20:23 -05:00
utils_base.h Handle negative values properly with check_snmp 2014-01-31 00:49:18 -05:00
utils_cmd.c Project rename initial commit. 2014-01-19 14:18:47 -05:00
utils_cmd.h Capitalize "Monitoring Plugins" 2014-01-21 16:19:20 +01:00
utils_disk.c Project rename initial commit. 2014-01-19 14:18:47 -05:00
utils_disk.h Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) 2010-11-15 23:59:35 +01:00
utils_tcp.c Project rename initial commit. 2014-01-19 14:18:47 -05:00
utils_tcp.h check_tcp: Properly deal will partial recv(3)s 2013-09-12 21:37:20 +02:00