| .. |
|
t
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
tests
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
.cvsignore
|
Fix for stupid me
|
2002-03-01 02:53:54 +00:00 |
|
check_by_ssh.c
|
avoid segfault when host is not given
|
2003-01-16 05:17:10 +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
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +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
|
semicolon needed where praogname define was replced
|
2003-01-16 06:10:50 +00:00 |
|
check_http.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_ide-smart.c
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
check_ldap.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_load.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +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
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_mysql.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_nagios.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +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
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +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
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_radius.c
|
semicolon needed where praogname define was replced
|
2003-01-16 06:22:03 +00:00 |
|
check_real.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +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
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_ssh.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_swap.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
check_tcp.c
|
cleanup progname assignment
|
2003-01-16 05:20:15 +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
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +00:00 |
|
common.h.in
|
patches required to build on solaris with asprintf and gettimeofday
|
2002-11-08 07:20:05 +00:00 |
|
getloadavg.c
|
lets use library instead od inconsistent command line interfaces
|
2002-10-05 11:08:21 +00:00 |
|
getopt.c
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
getopt.h
|
failed to carry over from old plugins, listed in EXTRA_DIST, needed for build
|
2002-04-29 02:58:22 +00:00 |
|
getopt1.c
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
Makefile.am
|
another try at portable symlinking
|
2002-11-19 19:13:07 +00:00 |
|
negate.c
|
convert PROGANE from a define to a const char
|
2003-01-13 12:15:16 +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 |