| .. |
|
t
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
tests
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
.cvsignore
|
Added extra plugins
|
2003-02-12 22:32:20 +00:00 |
|
check_by_ssh.c
|
1.8
|
2003-01-29 06:15:32 +00:00 |
|
check_dig.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_disk.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_dns.c
|
allow check to proceed using servers from resolv.conf
|
2003-02-05 05:58:35 +00:00 |
|
check_dummy.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_fping.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_game.c
|
progname and print_usage need to be defined
|
2003-01-16 06:28:23 +00:00 |
|
check_hpjd.c
|
added default community [bug-patch #600349 jbaumgartner]
|
2003-02-03 05:07:26 +00:00 |
|
check_http.c
|
Fixed compiler warning and increased the SSL random key for a Solaris PRNG problem
|
2003-02-18 21:56:24 +00:00 |
|
check_ide-smart.c
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
check_ldap.c
|
fix segfault when argc>=2 and the -H or -b options are not supplied
|
2003-01-29 06:16:15 +00:00 |
|
check_load.c
|
Fixed the output messages (Bug 688729 - Jayjay)
|
2003-02-18 22:10:55 +00:00 |
|
check_mrtg.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_mrtgtraf.c
|
Fixed error and success codes (638656 - Paul Dlug)
|
2003-01-29 20:57:09 +00:00 |
|
check_mysql.c
|
Patch by Dave Viner for seg fault on RH 7.3 (655903)
|
2003-02-11 00:47:47 +00:00 |
|
check_nagios.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_nt.c
|
Coredump if no variable set (reported by Marc C. Poulin)
|
2003-02-16 08:25:58 +00:00 |
|
check_nwstat.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_overcr.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_pgsql.c
|
use enum instead of define
|
2003-02-08 06:00:51 +00:00 |
|
check_ping.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_procs.c
|
Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown)
|
2003-01-31 18:40:40 +00:00 |
|
check_radius.c
|
semicolon needed where praogname define was replced
|
2003-01-16 06:22:03 +00:00 |
|
check_real.c
|
make sure host_name is set and remove NULL string inits that can lead to segfaults
|
2003-01-28 07:42:32 +00:00 |
|
check_smtp.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_snmp.c
|
OID type prefix patch [Patches-679403]
|
2003-02-18 04:04:09 +00:00 |
|
check_ssh.c
|
Added argc checks before attempting to access argv[]
|
2003-02-10 18:36:46 +00:00 |
|
check_swap.c
|
support for Large swap sizes
|
2003-02-18 03:46:15 +00:00 |
|
check_tcp.c
|
failed if header was more than 1023 bytes
|
2003-02-18 22:20:01 +00:00 |
|
check_time.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_udp.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_ups.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_users.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_vsz.c
|
Error when no params passed, better invalid params message (652086 - Ton Voon)
|
2003-01-29 04:28:37 +00:00 |
|
common.h.in
|
Added in a define for HAVE_GETOPT_H for backwards compatibility
|
2003-02-10 23:28:16 +00:00 |
|
getloadavg.c
|
lets use library instead od inconsistent command line interfaces
|
2002-10-05 11:08:21 +00:00 |
|
Makefile.am
|
Fixed dependencies for check_nt
|
2003-02-16 08:41:22 +00:00 |
|
negate.c
|
Remove unnecessary \ and fix coredump with no parameters specified
|
2003-02-12 22:29:43 +00:00 |
|
netutils.c
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
netutils.h.in
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
popen.c
|
change exit status to be POSIX compliant
|
2003-01-13 12:13:56 +00:00 |
|
popen.h.in
|
timeout interval is extern
|
2002-10-16 04:57:34 +00:00 |
|
snprintf.c
|
HAVE_C99_SNPRINTF is not tested, so remove from ifdef
|
2002-11-09 03:16:14 +00:00 |
|
urlize.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
utils.c
|
restore max() macro
|
2003-01-16 05:21:18 +00:00 |
|
utils.h.in
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
version.h.in
|
remove call_getopt and ssprintf
|
2002-11-14 02:26:34 +00:00 |