summaryrefslogtreecommitdiffstats
path: root/plugins/check_nagios.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-03-25Fixed SF.net bug 3602586, added timeout option for check_nagiosRichard Leitner1-3/+13
2012-06-29Die when asprintf failsAnders Kaseorg1-1/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-5/+5
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-2/+2
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+11
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-1/+2
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-27/+25
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-14/+33
2006-06-15cleaning help and usageBenoit Mortier1-19/+20
2005-12-02Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - 1296242)Ton Voon1-17/+27
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyM. Sean Finney1-2/+2
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-47/+33
2005-05-25fixes for check_procs:M. Sean Finney1-0/+1
2004-12-25various fixes for localizationBenoit Mortier1-12/+6
2004-12-20Corrected help for expiry units. Restored functionality of searching forTon Voon1-6/+6
2004-12-20Updating help text to reflect using shortname instead of full path for commandTon Voon1-12/+9
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-4/+1
2004-12-03internationalization fixes and help fixesBenoit Mortier1-2/+4
2004-12-03Affected by elapsed time patch.Matthew Kent1-0/+1
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-4/+3
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-3/+3
2004-12-01standardize localization stringBenoit Mortier1-8/+4
2004-03-11Incorporate check_proc changes into check_nagios. ps handling probably shouldTon Voon1-4/+27
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-48/+58
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-4/+4
2003-08-04markup for translationKarl DeBisschop1-87/+75
2003-04-07Souped up check_procs with different metricsTon Voon1-1/+4
2003-03-26Uses same ps command as check_procsTon Voon1-9/+32
2003-03-11Remove getopt_long checksTon Voon1-6/+0
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-9/+9
2003-01-13check for a few null strings, change PROGNAME from #define to const *charKarl DeBisschop1-6/+6
2002-06-19more POSIX return value comparison related code fixesSubhendu Ghosh1-2/+2
2002-02-28Initial revisionEthan Galstad1-0/+267