Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-13 | require at least HTTP::Daemon 6.01 | Sven Nierlein | 1 | -1/+2 | |
since the test uses send_header from HTTP::Daemon::ClientConn which has been introduced in HTTP::Daemon 6.01 | |||||
2014-06-12 | tests: testCmd has own timeout which overwrites local one | Sven Nierlein | 1 | -15/+9 | |
so add configurable/optional timeout to testCmd. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -1/+1 | |
This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline. | |||||
2013-08-18 | Fix the "check_http -d" tests | Holger Weiss | 1 | -4/+4 | |
2013-08-18 | added ability to check regex against http headers. booyah! | linkslice | 1 | -0/+11 | |
2012-08-10 | tests/check_http.t: Fix whitespace issues | Holger Weiss | 1 | -10/+8 | |
In tests/check_http.t, tabs are used for indentation. While at it, apply another few cosmetic changes. | |||||
2012-08-10 | tests/check_http.t: Update the number of SSL tests | Holger Weiss | 1 | -1/+1 | |
2012-08-10 | tests/check_http.t: Fix test case | Holger Weiss | 1 | -1/+1 | |
Fix the test case which is meant to make sure that check_http -C <n>,<m> [...] returns a CRITICAL state if <m> is large enough. | |||||
2012-06-25 | added test case for certificate checs with both warning and critical values | William Leibzon | 1 | -0/+4 | |
2011-02-04 | check_http: check for and print the certificate cn | Thomas Guyot-Sionnest | 1 | -3/+3 | |
This patch adds a check for the certificate cn (hostname) to normal certificate checks. It returns CRITICAL if th cn is missing, otherwise it prints it in the normal output. Patch by Stéphane Urbanovski | |||||
2010-12-01 | Fix minor test issues | Thomas Guyot-Sionnest | 1 | -14/+21 | |
My Test::More wouldn't print the total number of tests anymore, moving the plan at the top appears to fix it. At the same time I made check-http.t eval the special modules so it can skip the tests instead of failing. | |||||
2010-06-23 | Display missing search string and URL when failed (Duncan Ferguson #2999924) | tonvoon | 1 | -1/+9 | |
2009-03-21 | check_http: add --onredirect=stickyport - also follow the same port | Thomas Guyot-Sionnest | 1 | -12/+36 | |
2009-03-20 | tests/check_http.t: Add various timeout-related tests | Thomas Guyot-Sionnest | 1 | -3/+51 | |
2009-03-19 | Revert "Add timezone support and fix checks around cert expiration" (keep ↵ | Thomas Guyot-Sionnest | 1 | -3/+3 | |
the expiration fix) This reverts commit d41a33a434558189300113c28b26e2d3d681d390. | |||||
2009-03-18 | Add timezone support and fix checks around cert expiration | Thomas Guyot-Sionnest | 1 | -3/+3 | |
2009-03-16 | Update extended check_http tests for 0d78171... | Thomas Guyot-Sionnest | 1 | -42/+39 | |
Also add some tests, and make debug mode loop infinitely. | |||||
2009-03-06 | Create expired cert for testing purposes. Updated tests to check | Ton Voon | 1 | -10/+56 | |
expired and unexpired certificates | |||||
2009-03-05 | Added inline tests for HTTPS using HTTP::Daemon::SSL | Ton Voon | 1 | -128/+194 | |
2008-11-08 | Fixed bug where extra headers and redirect caused segfault (Dieter Van de ↵ | Ton Voon | 1 | -2/+29 | |
Walle - 2089159) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2076 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-08 | check_http now has options to specify the HTTP method (Jan - 2155152) | Ton Voon | 1 | -4/+65 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2075 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-09-25 | Fix small test failure | Ton Voon | 1 | -2/+2 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2056 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-08-25 | Fix HTTP::Daemon::VERSION to get a fixed header size for tests | Ton Voon | 1 | -0/+3 | |
(Sven Nierlein) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2048 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-08-25 | Updated with more tests re: multiple status codes (Sven Nierlein) | Ton Voon | 1 | -1/+11 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2047 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-08-25 | The "-e" option now accepts a comma-delimited list of expected status | Holger Weiss | 1 | -2/+9 | |
lines (Sven Nierlein - 1894496). git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2046 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-08-22 | Added HTTP tests for status codes | Ton Voon | 1 | -0/+101 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2045 f882894a-f735-0410-b71e-b25c423dba1c |