index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
utils.h
Age
Commit message (
Expand
)
Author
2012-06-29
Die when asprintf fails
Anders Kaseorg
2010-04-28
Update extra-opts help text based on ML agreement
Thomas Guyot-Sionnest
2010-04-21
Standardize the extra-opts notes
Thomas Guyot-Sionnest
2010-04-14
Fix translations when extra-opts aren't enabled
Thomas Guyot-Sionnest
2009-03-20
Make alarm handler customisable
Thomas Guyot-Sionnest
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
2007-11-23
Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.
Thomas Guyot-Sionnest
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
2006-09-02
- explicitly include utils_base.h from utils.h
M. Sean Finney
2006-07-13
Move new util_* functions to lib/
Ton Voon
2006-07-13
Using coreutils' base_name function because of portability issues with
Ton Voon
2006-04-27
Internal version of basename if one not found in system
Ton Voon
2006-03-29
New function to for escaped strings from command line for send/quit.
Ton Voon
2006-01-31
Adding check_mysql_query, using new ranges and threshold checking
Ton Voon
2006-01-30
Clearly defined thresholds & ranges in docs. Added get_status routine. Added
Ton Voon
2006-01-30
Added libtap tests for utils.c library functions. Removed redundant
Ton Voon
2005-10-25
- added code to allow check_tcp (via np_net_connect) work with local
M. Sean Finney
2005-10-24
initial merging of ae's np_runcmd code into selected plugins.
M. Sean Finney
2004-12-05
fix patch 998291
Benoit Mortier
2004-12-03
some minor fixes
Benoit Mortier
2004-12-01
standardize localization string
Benoit Mortier
2004-02-20
add perfdata function for floats to complement ints, also spell fix "received"
Karl DeBisschop
2003-11-10
- typo fixes
Ton Voon
2003-08-28
add min() macro to complement max()
Karl DeBisschop
2003-08-26
function to make perfdata output
Karl DeBisschop
2003-08-09
more pedantic compiler warns
Karl DeBisschop
2003-08-09
add function for elapsed tim ein microseconds
Karl DeBisschop
2003-08-09
more pedantic compiler warnings
Karl DeBisschop
2003-08-08
fix a variety of compiler warnings about qualifier discards and other pedanti...
Karl DeBisschop
2003-08-08
fix a variety of compiler warnings about qualifier discards and other pedanti...
Karl DeBisschop
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-08-02
markupf for translation
Karl DeBisschop
2003-08-02
ifdef so utils.h can be header for utils.c
Karl DeBisschop
2003-08-02
establish "UT_" namespace for usage text in #defines
Karl DeBisschop
2003-07-31
mark for translation
Karl DeBisschop
2003-07-30
markup for translation
Karl DeBisschop
2003-07-29
some shared text for internationalized help text
Karl DeBisschop
2003-03-19
make state_text a function
Karl DeBisschop
2003-03-15
Spent the day working on backwards compatability using getaddrinfo()
Jeremy T. Bouse
2003-03-13
Updated cvs ignore files to reflect changes
Jeremy T. Bouse