summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Fixes for -Wsign-compareRincewindsHat1-1/+1
2023-10-15Replace all old school booleans in lib witch C99 onesrefs/pull/1937/headRincewindsHat1-2/+2
2023-10-15Whitespace fixes in libRincewindsHat1-2/+2
2023-04-17Use default OPENSSL sha functions if availableRincewindsHat1-1/+3
2023-01-31Replace sha1 with sha256 in utils_baseRincewindsHat1-1/+1
2021-11-17check_snmp: fix performance thresholds when using multiple oidsSven Nierlein1-0/+1
2019-02-15check_by_ssh: fix child process leak on timeoutsrefs/pull/1583/headSven Nierlein1-0/+5
2014-07-06check_icmp/check_dhcp: disable check, if we are rootJan Wagner1-3/+0
2014-01-31Handle negative values properly with check_snmpStephane Lapie1-1/+1
2014-01-29Move negate' translate_state() to utils_base.h mp_translate_state()Thomas Guyot-Sionnest1-4/+9
2014-01-25Ignore MP_STATE_DIRECTORY in suid pluginsThomas Guyot-Sionnest1-0/+4
2014-01-21Capitalize "Monitoring Plugins"Holger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-2/+2
2010-06-23Added state retention APIs. Implemented for check_snmp with --rate option.Ton Voon1-0/+35
2009-05-28check_snmp: Make use of standard threshold functionsThomas Guyot-Sionnest1-0/+3
2009-01-26Make extract_value more generic:Thomas Guyot-Sionnest1-1/+7
2009-01-21Move check_ntp's extract_value to utils_base.c.Thomas Guyot-Sionnest1-0/+8
2007-05-27added functions to utils_base:M. Sean Finney1-0/+7
2007-04-20Declare print_thresholds().Holger Weiss1-0/+1
2006-10-18Cater for different errors when setting thresholdsTon Voon1-0/+4
2006-09-02- explicitly include utils_base.h from utils.hM. Sean Finney1-0/+4
2006-07-13Major fixes to check_disk. Now should return same data as dfTon Voon1-0/+37