aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_nagios.c
AgeCommit message (Expand)Author
2015-10-04use unknown exit code for help/version in pluginsGravatar Sven Nierlein
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-03-25Fixed SF.net bug 3602586, added timeout option for check_nagiosGravatar Richard Leitner
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2010-04-22Add newline after "Usage:" in --helpGravatar 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
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar 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
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Gravatar Thomas Guyot-Sionnest
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2006-10-19first pass at cleaning localization for new releaseGravatar Benoit Mortier
2006-06-15cleaning help and usageGravatar Benoit Mortier
2005-12-02Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - 1296242)Gravatar Ton Voon
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyGravatar M. Sean Finney
2005-10-24initial merging of ae's np_runcmd code into selected plugins.Gravatar M. Sean Finney
2005-05-25fixes for check_procs:Gravatar M. Sean Finney
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-20Corrected help for expiry units. Restored functionality of searching forGravatar Ton Voon
2004-12-20Updating help text to reflect using shortname instead of full path for commandGravatar Ton Voon
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03internationalization fixes and help fixesGravatar Benoit Mortier
2004-12-03Affected by elapsed time patch.Gravatar Matthew Kent
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-03-11Incorporate check_proc changes into check_nagios. ps handling probably shouldGravatar Ton Voon
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-04markup for translationGravatar Karl DeBisschop
2003-04-07Souped up check_procs with different metricsGravatar Ton Voon
2003-03-26Uses same ps command as check_procsGravatar Ton Voon
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-01-13convert PROGANE from a define to a const charGravatar Karl DeBisschop
2003-01-13check for a few null strings, change PROGNAME from #define to const *charGravatar Karl DeBisschop
2002-06-19more POSIX return value comparison related code fixesGravatar Subhendu Ghosh
2002-02-28Initial revisionGravatar Ethan Galstad