summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-18plugins/utils: Use C99 booleansRincewindsHat1-15/+17
2023-09-22Rework maxfd/open_max to avoid unused variablesRincewindsHat1-2/+0
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-1/+1
2021-10-02Revert to poor man's logicrefs/pull/1707/headRincewindsHat1-3/+2
2021-09-25Introduce new perfdata functions and stuff for using (u)int64_trincewind1-0/+10
2019-05-24fix maxfd being zeroSven Nierlein1-0/+2
2019-02-15check_by_ssh: fix child process leak on timeoutsrefs/pull/1583/headSven Nierlein1-9/+0
2016-11-07check_users not correctly detecting thresholdsJohn C. Frickson1-23/+11
2014-01-23Remove accidental tabs inserted in macroThomas Guyot-Sionnest1-1/+1
2014-01-22plugins/utils.h: avoiding warnings on empty printf statementsRicardo Maraschini1-1/+1
2014-01-21Capitalize "Monitoring Plugins"Holger Weiss1-2/+2
2014-01-21Merge branch 'maint'Holger Weiss1-5/+6
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-8/+9
2014-01-21plugins/utils.h: Addition of plugin timeout msg.Spenser Reinhardt1-1/+5
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-8/+9
2013-10-28Update URLs and mailing list addressesHolger Weiss1-3/+3
2013-10-08Update web site URLsHolger Weiss1-2/+3
2013-09-10Move global variables from .h to .c filesHolger Weiss1-7/+2
2012-06-29Die when asprintf failsAnders Kaseorg1-0/+2
2010-04-28Update extra-opts help text based on ML agreementThomas Guyot-Sionnest1-1/+2
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-4/+1
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-26/+26
2009-03-20Make alarm handler customisableThomas Guyot-Sionnest1-0/+2
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-3/+0
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+19
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-1/+6
2007-11-23Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.Thomas Guyot-Sionnest1-0/+1
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-2/+3
2006-09-02- explicitly include utils_base.h from utils.hM. Sean Finney1-0/+3
2006-07-13Move new util_* functions to lib/Ton Voon1-25/+0
2006-07-13Using coreutils' base_name function because of portability issues withTon Voon1-3/+0
2006-04-27Internal version of basename if one not found in systemTon Voon1-0/+3
2006-03-29New function to for escaped strings from command line for send/quit.Ton Voon1-0/+2
2006-01-31Adding check_mysql_query, using new ranges and threshold checkingTon Voon1-0/+6
2006-01-30Clearly defined thresholds & ranges in docs. Added get_status routine. AddedTon Voon1-4/+13
2006-01-30Added libtap tests for utils.c library functions. Removed redundantTon Voon1-0/+13
2005-10-25- added code to allow check_tcp (via np_net_connect) work with localM. Sean Finney1-1/+1
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-0/+5
2004-12-05fix patch 998291Benoit Mortier1-35/+36
2004-12-03some minor fixesBenoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-0/+2
2004-02-20add perfdata function for floats to complement ints, also spell fix "received"Karl DeBisschop1-0/+12
2003-11-10- typo fixesTon Voon1-5/+5
2003-08-28add min() macro to complement max()Karl DeBisschop1-0/+1
2003-08-26function to make perfdata outputKarl DeBisschop1-0/+12
2003-08-09more pedantic compiler warnsKarl DeBisschop1-3/+3
2003-08-09add function for elapsed tim ein microsecondsKarl DeBisschop1-0/+1
2003-08-09more pedantic compiler warningsKarl DeBisschop1-1/+1
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-6/+4
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-8/+8