index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
check_procs.c
Age
Commit message (
Expand
)
Author
2004-02-20
handle case where line from ps output exceed MAX_INPUT_BUFFER
Karl DeBisschop
2004-02-20
- compiler warning removed (but usage2 messages badly broken)
Ton Voon
2003-12-01
use usage2 function
Karl DeBisschop
2003-11-28
Fixed listing of failed processes
Ton Voon
2003-09-16
Support for AIX ps command and cleanup of configure's ps checks
Ton Voon
2003-09-02
Solaris requires asprintf checks for null variables
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-09
more pedantic compiler warns
Karl DeBisschop
2003-08-07
markup for translation
Karl DeBisschop
2003-07-03
Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander Matey)
Ton Voon
2003-04-11
Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)
Ton Voon
2003-04-07
Fixed zombie processes
Ton Voon
2003-04-07
Souped up check_procs with different metrics
Ton Voon
2003-03-26
Removal of ps_raw and ps_vars
Ton Voon
2003-03-24
Use max_state
Ton Voon
2003-03-11
Remove getopt_long checks
Ton Voon
2003-01-31
Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown)
Ton Voon
2003-01-30
Fixed progname
Ton Voon
2003-01-29
Fixed NULL status in Solaris (644783 - Fabian Pehla)
Ton Voon
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
2002-11-22
add a few comments, trap a few place where a NULL string might have been handled
Karl DeBisschop
2002-11-08
remove unused variables
Karl DeBisschop
2002-10-22
remove call_getopt, replace ssprintf with asprintf
Karl DeBisschop
2002-06-19
fixes for using POSIX return codes
Subhendu Ghosh
2002-02-28
Initial revision
Ethan Galstad