monitoring-plugins/plugins
Holger Weiss e8c7d1b3d1 Under some circumstances, the 'url' path of a redirection target missed
a leading slash.  While this was fixed later on, the incomplete 'url'
was used for redirection loop detection and error messages.  This is now
fixed by adding the missing slash immediately.


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2049 f882894a-f735-0410-b71e-b25c423dba1c
2008-09-01 12:20:32 +00:00
..
t Typo 2008-08-16 01:52:38 +00:00
tests Fix HTTP::Daemon::VERSION to get a fixed header size for tests 2008-08-25 18:39:27 +00:00
check_apt.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_by_ssh.c Addition to help to state that -f will always return OK if ssh command 2008-05-27 21:31:13 +00:00
check_cluster.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_dig.c Added testcases for check_dig 2008-06-09 19:47:36 +00:00
check_disk.c Verbose should not have to exceed 3 as per developement guidelines 2008-07-10 10:03:55 +00:00
check_dns.c Typo 2008-05-13 09:14:45 +00:00
check_dummy.c --help output cleanup (plus removal of spaces on blank lines) 2008-04-27 14:35:26 +00:00
check_fping.c Fix check_fping --help output (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) 2008-08-16 04:47:22 +00:00
check_game.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_hpjd.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_http.c Under some circumstances, the 'url' path of a redirection target missed 2008-09-01 12:20:32 +00:00
check_ide_smart.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_ldap.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_load.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_mrtg.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_mrtgtraf.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_mysql.c Fix assignment written as a comparison in validate_arguments() when db_pass is NULL (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) 2008-08-16 04:47:32 +00:00
check_mysql_query.c Fix assignment written as a comparison in validate_arguments() when db_pass is NULL (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) 2008-08-16 04:47:32 +00:00
check_nagios.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_nt.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_ntp.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_ntp_peer.c Nothing 2008-08-21 09:41:11 +00:00
check_ntp_time.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_nwstat.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_overcr.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_pgsql.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_ping.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_procs.c check_procs captures stderr and adds to plugin output. This is 2008-07-08 09:31:04 +00:00
check_radius.c Clobber password in check_radius process list aguments 2008-05-20 07:57:13 +00:00
check_real.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_smtp.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_snmp.c check_snmp now only prints perfdata for non numeric values (Joerg Linge #1867716) 2008-07-09 21:53:12 +00:00
check_ssh.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_swap.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_tcp.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_time.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
check_ups.c Typo in check_ups 2008-07-10 10:03:43 +00:00
check_users.c Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00
common.h Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS 2008-03-11 00:10:23 +00:00
Makefile.am check_procs captures stderr and adds to plugin output. This is 2008-07-08 09:31:04 +00:00
negate.c negate now has the ability to replace the status text as well (-s, --substitute) 2008-05-02 09:28:15 +00:00
netutils.c Bump plugins/ to GPLv3 (non-plugind files) 2008-01-31 11:27:22 +00:00
netutils.h Bump plugins/ to GPLv3 (header files) 2008-01-31 11:45:28 +00:00
popen.c Bump plugins/ to GPLv3 (non-plugind files) 2008-01-31 11:27:22 +00:00
popen.h Bump plugins/ to GPLv3 (header files) 2008-01-31 11:45:28 +00:00
runcmd.c Bump plugins/ to GPLv3 (non-plugind files) 2008-01-31 11:27:22 +00:00
runcmd.h Bump plugins/ to GPLv3 (header files) 2008-01-31 11:45:28 +00:00
sslutils.c Bump plugins/ to GPLv3 (non-plugind files) 2008-01-31 11:27:22 +00:00
urlize.c Bump plugins/ to GPLv3 (non-plugind files) 2008-01-31 11:27:22 +00:00
utils.c Bump plugins/ to GPLv3 (non-plugind files) 2008-01-31 11:27:22 +00:00
utils.h Added support for --extra-opts in all C plugins (disabled by default, see configure --help) 2008-05-07 10:02:42 +00:00