index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_http.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
Fix short help using "warn" for the -f option instead of "warning" (onredirect).
Thomas Guyot-Sionnest
1
-2/+2
2009-09-22
Add proxy-authorization option to check_http (Peter Doherty - #2863772, Bryan...
Thomas Guyot-Sionnest
1
-2/+16
2009-05-20
check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022 - Joe Pr...
Thomas Guyot-Sionnest
1
-1/+1
2009-03-21
Update check_http short help with new stycky and stickyport options.
Thomas Guyot-Sionnest
1
-4/+4
2009-03-21
check_http: die when an invalid --onredirect option is specified
Thomas Guyot-Sionnest
1
-6/+7
2009-03-21
check_http: add --onredirect=stickyport - also follow the same port
Thomas Guyot-Sionnest
1
-7/+15
2009-03-19
Fixed check_http not timing-out on redirects
Thomas Guyot-Sionnest thomas@aei.ca
1
-3/+3
2009-03-17
Fix check_http sending HTTP/1.0 with v1.1 headers (#2638765)
Thomas Guyot-Sionnest
1
-1/+1
2009-03-16
check_http fixes:
Thomas Guyot-Sionnest
1
-3/+3
2009-02-20
Typo fixes (Jan Wagner - SF 1878971)
Ton Voon
1
-3/+3
2009-02-05
check_http --onredirect=sticky follows using the same IP address (sf.net #255...
Thomas Guyot-Sionnest
1
-5/+11
2009-02-03
Fix aberrant behaviours in check_http:
Thomas Guyot-Sionnest
1
-105/+97
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
1
-8/+4
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
1
-11/+11
2008-11-08
Fixed bug where extra headers and redirect caused segfault (Dieter Van de Wal...
Ton Voon
1
-1/+3
2008-11-08
check_http now has options to specify the HTTP method (Jan - 2155152)
Ton Voon
1
-7/+16
2008-09-02
Some HTTP server applications/configurations cause trouble if the port is
Holger Weiss
1
-2/+12
2008-09-01
Revert "Re-structure the HTTP 1.1 headers to prevent 301s on servers with vir...
Thomas Guyot-Sionnest
1
-7/+5
2008-09-01
Under some circumstances, the 'url' path of a redirection target missed
Holger Weiss
1
-7/+21
2008-08-25
The "-e" option now accepts a comma-delimited list of expected status
Holger Weiss
1
-5/+25
2008-08-08
Re-structure the HTTP 1.1 headers to prevent 301s on servers with virtual hosts
Thomas Guyot-Sionnest
1
-9/+11
2008-05-30
Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)
Thomas Guyot-Sionnest
1
-1/+4
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
1
-2/+11
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
1
-4/+4
2008-03-15
Add port to Host Header to prevent problems with non default ports (Christoph...
Matthias Eble
1
-1/+1
2008-03-11
Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS
Ton Voon
1
-2/+1
2008-02-12
Import Gnulib floorf and base64 and removed our old base64 library.
Thomas Guyot-Sionnest
1
-1/+1
2008-01-30
Bump plugins/ to GPLv3 (check_apt to check_nwstat)
Thomas Guyot-Sionnest
1
-26/+24
2008-01-07
My assumption that "-H example.com:80" didn't work (see my previous
Holger Weiss
1
-0/+7
2008-01-06
Remove support for specifying the port number using "-H example.com:80".
Holger Weiss
1
-2/+0
2007-12-11
Adding missing function calls needed for i18n (only for plugins already in PO...
Thomas Guyot-Sionnest
1
-0/+4
2007-12-10
Fix output when response time is critical. Thanks to Nobuhiro Ban (patch #181...
Matthias Eble
1
-3/+3
2007-11-09
Moved base64 function to /lib.
Thomas Guyot-Sionnest
1
-44/+1
2007-10-14
Fix a possible segfault if using "-f follow" and the server sends a
Holger Weiss
1
-2/+1
2007-10-02
Fix regression in 1.4.10 where following redirects to relative URLs on
Holger Weiss
1
-4/+4
2007-07-21
Add "Connection: close" to the HTTP request header, which tells HTTP/1.1
Holger Weiss
1
-0/+3
2007-06-17
Minor fixes.
Holger Weiss
1
-1/+3
2007-06-17
Fix buffer overflow vulnerabilities when parsing HTTP redirect
Holger Weiss
1
-16/+27
2007-06-15
When following redirects, the plugin supported 'Location:' header fields
Holger Weiss
1
-1/+13
2007-06-15
`host_name' is a NULL pointer if the "-I" flag is used instead of "-H",
Holger Weiss
1
-2/+2
2007-06-01
Fix an off-by-one error where a realloc(3) call doesn't allocate space
Holger Weiss
1
-1/+1
2007-05-23
Update many strings in check_http to get more consistent output
Thomas Guyot-Sionnest
1
-27/+27
2007-05-13
Add missing options to the usage output.
Holger Weiss
1
-1/+2
2007-03-06
Fix option handling (Nobuhiro Ban - 1657280)
Ton Voon
1
-3/+4
2007-02-06
correcting some translation problems
Benoit Mortier
1
-1/+1
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-1/+1
2007-01-20
Fix bug #1632091: printf format string typos. Add some more cosmetic changes.
Thomas Guyot-Sionnest
1
-2/+2
2006-12-20
Removed unused timestamp variable (Matthias Eble)
Ton Voon
1
-23/+15
2006-10-26
Remove C style comments (1583467 - Markus Baertschi)
Ton Voon
1
-1/+1
2006-10-24
Restored accidently regressed fix
Ton Voon
1
-3/+2
[prev]
[next]