index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
check_nagios.c
Age
Commit message (
Expand
)
Author
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
2006-10-19
first pass at cleaning localization for new release
Benoit Mortier
2006-06-15
cleaning help and usage
Benoit Mortier
2005-12-02
Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - 1296242)
Ton Voon
2005-10-31
code cleanups, largely resulting from turning on -Wall. mostly
M. Sean Finney
2005-10-24
initial merging of ae's np_runcmd code into selected plugins.
M. Sean Finney
2005-05-25
fixes for check_procs:
M. Sean Finney
2004-12-25
various fixes for localization
Benoit Mortier
2004-12-20
Corrected help for expiry units. Restored functionality of searching for
Ton Voon
2004-12-20
Updating help text to reflect using shortname instead of full path for command
Ton Voon
2004-12-03
reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry
Benoit Mortier
2004-12-03
print_help and print_usage() cleanup
Benoit Mortier
2004-12-03
remove UT_HLP_VRS from print_usage
Benoit Mortier
2004-12-03
internationalization fixes and help fixes
Benoit Mortier
2004-12-03
Affected by elapsed time patch.
Matthew Kent
2004-12-03
bump copyright year
Benoit Mortier
2004-12-02
More internationalization work
Benoit Mortier
2004-12-02
return of process_arguments() is TRUE not OK !
Benoit Mortier
2004-12-02
changed Error: by CRITICAL -
Benoit Mortier
2004-12-01
standardize localization string
Benoit Mortier
2004-03-11
Incorporate check_proc changes into check_nagios. ps handling probably should
Ton Voon
2003-08-22
- bindtextdomain for gettext, a few other smale cleanups here and there
Karl DeBisschop
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
2003-08-07
replace "terminate" with "die" for shorter name and better readability
Karl DeBisschop
2003-08-04
markup for translation
Karl DeBisschop
2003-04-07
Souped up check_procs with different metrics
Ton Voon
2003-03-26
Uses same ps command as check_procs
Ton Voon
2003-03-11
Remove getopt_long checks
Ton Voon
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
2003-01-13
check for a few null strings, change PROGNAME from #define to const *char
Karl DeBisschop
2002-06-19
more POSIX return value comparison related code fixes
Subhendu Ghosh
2002-02-28
Initial revision
Ethan Galstad