monitoring-plugins/plugins
Matthias Eble d059eeb294 Moved check_tcp's expect string testing into utils_tcp for testing purposes.
Added -A/--all flag to test for every expect string passed.


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c
2007-06-03 14:40:13 +00:00
..
t Test for new functionality in negate (not automatically run in make test) 2007-05-24 08:53:50 +00:00
.cvsignore ... Some CVS magic too 2007-04-13 11:38:24 +00:00
check_apt.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_by_ssh.c Revert my previous change to "-S/--skip" in favour of the two options 2007-04-18 19:31:29 +00:00
check_cluster.c Fixed glibc error caused in utils_base.c due to uninitialized thresholds struct (spotted on ubundu 6.06 LTS). 2007-05-12 07:45:36 +00:00
check_dig.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_disk.c fixed backward incompatibility introduced in 1.4.8 where all partitions are selected, 2007-05-03 20:43:50 +00:00
check_dns.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_dummy.c Tests for check_dummy 2007-05-24 08:35:53 +00:00
check_fping.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_game.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_hpjd.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_http.c Fix an off-by-one error where a realloc(3) call doesn't allocate space 2007-06-01 23:08:24 +00:00
check_ide_smart.c correcting some translation problems 2007-02-06 21:03:21 +00:00
check_ldap.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_load.c check_load can optionally divide by number of cpus 2007-04-25 22:10:13 +00:00
check_mrtg.c correcting some translation problems 2007-02-06 21:03:21 +00:00
check_mrtgtraf.c Fix for broken check_mrtgtraf 2007-03-02 01:38:04 +00:00
check_mysql.c Fix argument processing (Felix Frank - 1690697) 2007-03-29 17:58:28 +00:00
check_mysql_query.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_nagios.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_nt.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_ntp.c - Fix possibility of printing scientific numbers in perfdata 2007-04-10 07:17:18 +00:00
check_nwstat.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_overcr.c correcting some translation problems 2007-02-06 21:03:21 +00:00
check_pgsql.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_ping.c #ifdef can only test a single macro, not an expression. 2007-04-23 07:30:47 +00:00
check_procs.c Use /usr/ucb/ps on Solaris in preference to pst3 (problems in 64bit mode) 2007-03-06 17:29:15 +00:00
check_radius.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_real.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_smtp.c Fixed compile errors in check_smtp.c 2007-03-06 22:29:27 +00:00
check_snmp.c check_snmp don't warn anymore if something is printed on stderr 2007-05-29 05:22:32 +00:00
check_ssh.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
check_swap.c Include <sys/param.h> before <sys/swap.h> in order to fix compilation on 2007-02-07 14:06:11 +00:00
check_tcp.c Moved check_tcp's expect string testing into utils_tcp for testing purposes. 2007-06-03 14:40:13 +00:00
check_time.c Fix check_time returning wrong OK when time is before the epoch on some arch 2007-05-02 05:22:31 +00:00
check_ups.c small typo in --help 2007-05-09 09:16:33 +00:00
check_users.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
common.h check_load can optionally divide by number of cpus 2007-04-25 22:10:13 +00:00
Makefile.am Add thresholds support for check_cluster + lots of standardization. 2007-04-15 08:50:59 +00:00
negate.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
netutils.c Fix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for previous commit. 2007-01-20 06:07:48 +00:00
netutils.h Sync with gnulib - lots of extraneous code removed in preference to GNU code 2007-01-24 22:47:25 +00:00
popen.c updating help and usage and license 2006-06-18 19:36:48 +00:00
popen.h better error checking in spopen signal handler (see 1107524) 2005-05-01 20:12:03 +00:00
runcmd.c updating help and usage and license 2006-06-18 19:36:48 +00:00
runcmd.h initial versions of the runcmd framework by andreas 2005-06-29 04:11:29 +00:00
sslutils.c Call the SSL library initialization functions only once (not for every 2007-06-01 22:57:31 +00:00
urlize.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
utils.c Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00
utils.h Don't try to print `optarg' (which will be a NULL pointer) if an unknown 2007-01-28 21:46:41 +00:00