| .. |
|
t
|
Fixed test (Mathew Ericson - 738609)
|
2003-05-17 23:10:02 +00:00 |
|
tests
|
Initial revision
|
2002-02-28 06:42:51 +00:00 |
|
.cvsignore
|
Updated cvs ignore files to reflect changes
|
2003-03-13 06:51:18 +00:00 |
|
check_by_ssh.c
|
add option to ignore a specified number of lines on stderr
|
2004-02-21 05:37:34 +00:00 |
|
check_dig.c
|
remove overflow checks of strtod - HUGE_VALF requires C99; also remove equality checks on warn/crit interval which are no doubles
|
2003-11-12 05:28:42 +00:00 |
|
check_disk.c
|
check_disk was getting blocks instead of bytes (Michael Musikhin - http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
|
2004-03-03 03:48:24 +00:00 |
|
check_dns.c
|
check server for authoritative status (from Jon Hallet)
|
2004-02-25 08:51:03 +00:00 |
|
check_dummy.c
|
Print optional text
|
2004-01-28 11:42:39 +00:00 |
|
check_fping.c
|
print perfdata
|
2003-08-26 10:51:03 +00:00 |
|
check_game.c
|
add perf data
|
2003-08-28 11:56:15 +00:00 |
|
check_hpjd.c
|
Bug from code-clean (Antony Simmonds - 846311)
|
2003-11-24 14:53:46 +00:00 |
|
check_http.c
|
begin writing some perfdata as float
|
2004-03-03 12:33:15 +00:00 |
|
check_ide-smart.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_ldap.c
|
milisecond timing and perfdata, fix NULL pointer error in validate_arguments
|
2003-09-16 05:45:55 +00:00 |
|
check_load.c
|
add perfdata
|
2003-10-31 04:20:34 +00:00 |
|
check_mrtg.c
|
clean up compiler warnings
|
2003-11-12 05:53:06 +00:00 |
|
check_mrtgtraf.c
|
clean up compiler warnings
|
2003-11-12 05:41:28 +00:00 |
|
check_mysql.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_nagios.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_nt.c
|
clean up compiler warnings
|
2003-11-12 05:53:06 +00:00 |
|
check_nwstat.c
|
was making up to 34 separate tcp connections - now we open one and reuse
|
2004-02-29 04:09:34 +00:00 |
|
check_overcr.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_pgsql.c
|
add perfdata
|
2003-11-17 06:37:15 +00:00 |
|
check_ping.c
|
pass timeout to ping if supported with -w parameter (linux)
|
2004-02-25 07:49:12 +00:00 |
|
check_procs.c
|
handle case where line from ps output exceed MAX_INPUT_BUFFER
|
2004-02-20 05:04:32 +00:00 |
|
check_radius.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_real.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_smtp.c
|
allow regex for ecpect checks
|
2004-03-01 06:15:59 +00:00 |
|
check_snmp.c
|
checks for warn in check_num() mistakenly referred to crit limits
|
2004-02-28 07:27:17 +00:00 |
|
check_ssh.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_swap.c
|
fix div by zero error when swaptotal is zero (Flo Gleixner)
|
2004-03-02 05:01:19 +00:00 |
|
check_tcp.c
|
check_tcp was returning uninitialized string with user-defined refused outcome
|
2004-03-01 12:27:19 +00:00 |
|
check_time.c
|
add perfdata
|
2003-11-19 06:24:08 +00:00 |
|
check_udp.c
|
- bindtextdomain for gettext, a few other smale cleanups here and there
|
2003-08-22 06:22:38 +00:00 |
|
check_ups.c
|
bugfix - each supported option was overwriting the previous perfdata
|
2003-11-17 11:45:57 +00:00 |
|
check_users.c
|
Added perfdata
|
2003-11-11 10:34:42 +00:00 |
|
common.h
|
Ignore __attribute__ for non-GNU compilers
|
2003-10-24 13:28:24 +00:00 |
|
getaddrinfo.c
|
Spent the day working on backwards compatability using getaddrinfo()
|
2003-03-15 01:25:35 +00:00 |
|
getaddrinfo.h
|
Spent the day working on backwards compatability using getaddrinfo()
|
2003-03-15 01:25:35 +00:00 |
|
gethostbyname.c
|
Spent the day working on backwards compatability using getaddrinfo()
|
2003-03-15 01:25:35 +00:00 |
|
gethostbyname.h
|
Spent the day working on backwards compatability using getaddrinfo()
|
2003-03-15 01:25:35 +00:00 |
|
Makefile.am
|
Moved config.h to toplevel
|
2003-10-24 09:37:35 +00:00 |
|
negate.c
|
spell fix "received"
|
2004-02-20 05:25:13 +00:00 |
|
netutils.c
|
check_tcp was returning uninitialized string with user-defined refused outcome
|
2004-03-01 12:27:19 +00:00 |
|
netutils.h
|
was making up to 34 separate tcp connections - now we open one and reuse
|
2004-02-29 04:09:34 +00:00 |
|
popen.c
|
the last round of pedantic compiler warnings
|
2003-08-10 06:53:22 +00:00 |
|
popen.h
|
fix a variety of compiler warnings about qualifier discards and other pedantic stuff
|
2003-08-08 04:33:21 +00:00 |
|
urlize.c
|
spell fix "received"
|
2004-02-20 05:25:13 +00:00 |
|
utils.c
|
begin writing some perfdata as float
|
2004-03-03 12:33:15 +00:00 |
|
utils.h
|
add perfdata function for floats to complement ints, also spell fix "received"
|
2004-02-20 05:21:21 +00:00 |