Age | Commit message (Expand) | Author | Files | Lines |
2016-11-07 | check_users not correctly detecting thresholds | John C. Frickson | 1 | -0/+41 |
2015-10-02 | Merge pull request #1315 from waja/utils_remove_unused_variable | Sven Nierlein | 1 | -2/+0 |
2015-04-21 | add sperfdata function which can handle threshold ranges | Gerhard Lausser | 1 | -0/+40 |
2014-12-27 | utils: remove unused variable | Sebastian Herbszt | 1 | -2/+0 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -1/+1 |
2013-09-10 | Move global variables from .h to .c files | Holger Weiss | 1 | -2/+5 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -20/+47 |
2009-03-20 | Make alarm handler customisable | Thomas Guyot-Sionnest | 1 | -3/+3 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -18/+3 |
2008-01-31 | Bump plugins/ to GPLv3 (non-plugind files) | Thomas Guyot-Sionnest | 1 | -12/+26 |
2007-11-23 | Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK. | Thomas Guyot-Sionnest | 1 | -0/+27 |
2007-07-07 | Changed output order of print_revision | Matthias Eble | 1 | -6/+5 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -0/+7 |
2006-07-13 | Move new util_* functions to lib/ | Ton Voon | 1 | -190/+1 |
2006-07-13 | Using coreutils' base_name function because of portability issues with | Ton Voon | 1 | -27/+0 |
2006-06-18 | updating help and usage and license | Benoit Mortier | 1 | -1/+1 |
2006-04-27 | Internal version of basename if one not found in system | Ton Voon | 1 | -0/+27 |
2006-04-06 | Stop coredump on Solaris if arg not specified (Jason Kau - 1465288) | Ton Voon | 1 | -1/+1 |
2006-03-29 | New function to for escaped strings from command line for send/quit. | Ton Voon | 1 | -0/+30 |
2006-01-30 | Clearly defined thresholds & ranges in docs. Added get_status routine. Added | Ton Voon | 1 | -20/+113 |
2006-01-30 | Added libtap tests for utils.c library functions. Removed redundant | Ton Voon | 1 | -0/+55 |
2005-10-24 | initial merging of ae's np_runcmd code into selected plugins. | M. Sean Finney | 1 | -0/+11 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -4/+4 |
2004-12-03 | removing support fonction | Benoit Mortier | 1 | -15/+0 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -0/+7 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -12/+0 |
2004-03-03 | begin writing some perfdata as float | Karl DeBisschop | 1 | -11/+16 |
2004-02-20 | add perfdata function for floats to complement ints, also spell fix "received" | Karl DeBisschop | 1 | -0/+39 |
2003-08-28 | use single quotes per guideline, also quote when SPC or = are found | Karl DeBisschop | 1 | -2/+2 |
2003-08-28 | suppress quotes in perf data when not needed (some plugins need the space to ... | Karl DeBisschop | 1 | -1/+4 |
2003-08-26 | function to make perfdata output | Karl DeBisschop | 1 | -0/+44 |
2003-08-10 | config.h is redundant (common.h includes it) | Karl DeBisschop | 1 | -1/+0 |
2003-08-09 | more pedantic compiler warns | Karl DeBisschop | 1 | -3/+3 |
2003-08-09 | add function for elapsed tim ein microseconds | Karl DeBisschop | 1 | -0/+10 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 1 | -1/+1 |
2003-08-08 | fix a variety of compiler warnings about qualifier discards and other pedanti... | Karl DeBisschop | 1 | -36/+2 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -13/+2 |
2003-08-02 | ifdef so utils.h can be header for utils.c | Karl DeBisschop | 1 | -36/+4 |
2003-07-29 | clean up warnings about ill-formed comment and string concatenation | Karl DeBisschop | 1 | -10/+11 |
2003-07-26 | checkins for internationalization | Karl DeBisschop | 1 | -2/+2 |
2003-07-03 | remove LABELLEN | Karl DeBisschop | 1 | -1/+0 |
2003-03-22 | declaration must precede printf | Karl DeBisschop | 1 | -1/+1 |
2003-03-19 | make state_text a function | Karl DeBisschop | 1 | -1/+31 |
2003-03-15 | Spent the day working on backwards compatability using getaddrinfo() | Jeremy T. Bouse | 1 | -81/+0 |
2003-03-13 | Updated cvs ignore files to reflect changes | Jeremy T. Bouse | 1 | -1/+0 |
2003-03-12 | Added autogen.sh script that rebuilds using autotools and runs configure | Jeremy T. Bouse | 1 | -0/+12 |
2003-03-08 | AF indepedent routines introduced. | Jeremy T. Bouse | 1 | -30/+42 |
2003-01-16 | restore max() macro | Karl DeBisschop | 1 | -0/+2 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -13/+24 |
2003-01-03 | protect against some null strings, make formats more uniform | Karl DeBisschop | 1 | -32/+52 |