aboutsummaryrefslogtreecommitdiff
path: root/plugins/utils.h
AgeCommit message (Expand)Author
2021-10-02Revert to poor man's logicGravatar RincewindsHat
2021-09-25Introduce new perfdata functions and stuff for using (u)int64_tGravatar rincewind
2019-05-24fix maxfd being zeroGravatar Sven Nierlein
2019-02-15check_by_ssh: fix child process leak on timeoutsGravatar Sven Nierlein
2016-11-07check_users not correctly detecting thresholdsGravatar John C. Frickson
2014-01-23Remove accidental tabs inserted in macroGravatar Thomas Guyot-Sionnest
2014-01-22plugins/utils.h: avoiding warnings on empty printf statementsGravatar Ricardo Maraschini
2014-01-21Capitalize "Monitoring Plugins"Gravatar Holger Weiss
2014-01-21Merge branch 'maint'Gravatar Holger Weiss
2014-01-21Merge branch 'rename'Gravatar Thomas Guyot-Sionnest
2014-01-21plugins/utils.h: Addition of plugin timeout msg.Gravatar Spenser Reinhardt
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-10-28Update URLs and mailing list addressesGravatar Holger Weiss
2013-10-08Update web site URLsGravatar Holger Weiss
2013-09-10Move global variables from .h to .c filesGravatar Holger Weiss
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2010-04-28Update extra-opts help text based on ML agreementGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2009-03-20Make alarm handler customisableGravatar Thomas Guyot-Sionnest
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2007-11-23Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.Gravatar Thomas Guyot-Sionnest
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2006-09-02- explicitly include utils_base.h from utils.hGravatar M. Sean Finney
2006-07-13Move new util_* functions to lib/Gravatar Ton Voon
2006-07-13Using coreutils' base_name function because of portability issues withGravatar Ton Voon
2006-04-27Internal version of basename if one not found in systemGravatar Ton Voon
2006-03-29New function to for escaped strings from command line for send/quit.Gravatar Ton Voon
2006-01-31Adding check_mysql_query, using new ranges and threshold checkingGravatar Ton Voon
2006-01-30Clearly defined thresholds & ranges in docs. Added get_status routine. AddedGravatar Ton Voon
2006-01-30Added libtap tests for utils.c library functions. Removed redundantGravatar Ton Voon
2005-10-25- added code to allow check_tcp (via np_net_connect) work with localGravatar M. Sean Finney
2005-10-24initial merging of ae's np_runcmd code into selected plugins.Gravatar M. Sean Finney
2004-12-05fix patch 998291Gravatar Benoit Mortier
2004-12-03some minor fixesGravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-02-20add perfdata function for floats to complement ints, also spell fix "received"Gravatar Karl DeBisschop
2003-11-10- typo fixesGravatar Ton Voon
2003-08-28add min() macro to complement max()Gravatar Karl DeBisschop
2003-08-26function to make perfdata outputGravatar Karl DeBisschop
2003-08-09more pedantic compiler warnsGravatar Karl DeBisschop
2003-08-09add function for elapsed tim ein microsecondsGravatar Karl DeBisschop
2003-08-09more pedantic compiler warningsGravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-02markupf for translationGravatar Karl DeBisschop
2003-08-02ifdef so utils.h can be header for utils.cGravatar Karl DeBisschop