index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils_base.c
Age
Commit message (
Expand
)
Author
2021-11-17
check_snmp: fix performance thresholds when using multiple oids
Sven Nierlein
2019-02-15
check_by_ssh: fix child process leak on timeouts
Sven Nierlein
2018-09-29
Avoid passing NULL to vprintf().
Guido Falsi
2014-10-06
Revert "Make use of xasprintf instead of asprintf"
Holger Weiss
2014-07-30
Make use of xasprintf instead of asprintf
Jan Wagner
2014-07-30
lib/utils_base.c: if asprintf fails, string is undefined
Ricardo Maraschini
2014-07-06
check_icmp/check_dhcp: disable check, if we are root
Jan Wagner
2014-06-21
Add UID to state retention file path
Holger Weiss
2014-01-29
Move negate' translate_state() to utils_base.h mp_translate_state()
Thomas Guyot-Sionnest
2014-01-27
Rename MP_STATE_DIRECTORY to MP_STATE_PATH
Thomas Guyot-Sionnest
2014-01-27
And release notes for previous change (MP_STATE_DIRECTORY)
Thomas Guyot-Sionnest
2014-01-25
Ignore MP_STATE_DIRECTORY in suid plugins
Thomas Guyot-Sionnest
2014-01-25
Rename ENV variable, keep backward compatibility
Thomas Guyot-Sionnest
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
2013-09-10
Fix GCC's -Wimplicit-function-declaration warnings
Holger Weiss
2013-08-20
added missing header to fix build on freebsd
Sven Nierlein
2012-11-02
lib/utils_base.c: Stop dumping core on bad args to check_snmp
Andreas Ericsson
2010-06-24
Cleanup some warnings displayed from IRIX tinderbox server
Ton Voon
2010-06-23
Added state retention APIs. Implemented for check_snmp with --rate option.
Ton Voon
2009-06-02
Fix the memory allocation for the thresholds data
Holger Weiss
2009-01-26
Make extract_value more generic:
Thomas Guyot-Sionnest
2009-01-21
Move check_ntp's extract_value to utils_base.c.
Thomas Guyot-Sionnest
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
2008-03-11
Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS
Ton Voon
2008-02-13
set_thresholds now let the user free the thresolds. (P.S.: When you set twice...
Thomas Guyot-Sionnest
2008-01-30
Bump /lib to GPLv3
Thomas Guyot-Sionnest
2007-07-29
Don't use C++ style comments.
Holger Weiss
2007-05-27
added functions to utils_base:
M. Sean Finney
2007-01-27
Change the variable names `true' and `false' (which are keywords in C99)
Holger Weiss
2006-10-18
Cater for different errors when setting thresholds
Ton Voon
2006-07-14
Missing header files
Ton Voon
2006-07-13
Major fixes to check_disk. Now should return same data as df
Ton Voon