Ton Voon 288b742ed6 check_http now has options to specify the HTTP method (Jan - 2155152) 17 years ago
..
t 8f24f0bfdf Fix check_http test (altinity.com redirects now). 17 years ago
tests 288b742ed6 check_http now has options to specify the HTTP method (Jan - 2155152) 17 years ago
Makefile.am b93562e6e2 check_procs captures stderr and adds to plugin output. This is 17 years ago
check_apt.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_by_ssh.c 4c6c29b001 Addition to help to state that -f will always return OK if ssh command 17 years ago
check_cluster.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_dig.c d8577e1994 Added testcases for check_dig 17 years ago
check_disk.c b336798e4c Verbose should not have to exceed 3 as per developement guidelines 17 years ago
check_dns.c 7e3fc482ed Typo 18 years ago
check_dummy.c ed62784a0b --help output cleanup (plus removal of spaces on blank lines) 18 years ago
check_fping.c 564816c124 Fix check_fping --help output (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) 17 years ago
check_game.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_hpjd.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_http.c 288b742ed6 check_http now has options to specify the HTTP method (Jan - 2155152) 17 years ago
check_ide_smart.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_ldap.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_load.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_mrtg.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_mrtgtraf.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_mysql.c dfca15116c Fix assignment written as a comparison in validate_arguments() when db_pass is NULL (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) 17 years ago
check_mysql_query.c dfca15116c Fix assignment written as a comparison in validate_arguments() when db_pass is NULL (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) 17 years ago
check_nagios.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_nt.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_ntp.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_ntp_peer.c 61485d2978 Typo 17 years ago
check_ntp_time.c 122610e373 check_ntp_peer/check_ntp_time used to show port in --help but ignored the argument - now implemented. 17 years ago
check_nwstat.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_overcr.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_pgsql.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_ping.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_procs.c b93562e6e2 check_procs captures stderr and adds to plugin output. This is 17 years ago
check_radius.c eaf61e51ac Clobber password in check_radius process list aguments 17 years ago
check_real.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_smtp.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_snmp.c be144b6720 check_snmp now only prints perfdata for non numeric values (Joerg Linge #1867716) 17 years ago
check_ssh.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_swap.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_tcp.c dac9d73736 Fix check_tcp longoptions handling 17 years ago
check_time.c 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago
check_ups.c 47fddad5fd check_ups now sends a LOGOUT string (debian bug #387001) 17 years ago
check_users.c 9aade169f0 check-users thresholds was >= rather than > as documented. 17 years ago
common.h dc2ec71d22 Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS 18 years ago
negate.c 82f8c52fbd negate now has the ability to replace the status text as well (-s, --substitute) 18 years ago
netutils.c 184ce9f6a3 Bump plugins/ to GPLv3 (non-plugind files) 18 years ago
netutils.h 2ce5fce834 Bump plugins/ to GPLv3 (header files) 18 years ago
popen.c 184ce9f6a3 Bump plugins/ to GPLv3 (non-plugind files) 18 years ago
popen.h 2ce5fce834 Bump plugins/ to GPLv3 (header files) 18 years ago
runcmd.c 184ce9f6a3 Bump plugins/ to GPLv3 (non-plugind files) 18 years ago
runcmd.h 2ce5fce834 Bump plugins/ to GPLv3 (header files) 18 years ago
sslutils.c 184ce9f6a3 Bump plugins/ to GPLv3 (non-plugind files) 18 years ago
urlize.c 184ce9f6a3 Bump plugins/ to GPLv3 (non-plugind files) 18 years ago
utils.c 184ce9f6a3 Bump plugins/ to GPLv3 (non-plugind files) 18 years ago
utils.h 44f8455b2c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 18 years ago