Age | Commit message (Expand) | Author | Files | Lines |
2007-02-01 | Fix progname being partly set to upper case | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-01-31 | Converted to new style object and Test::More testing. Skipped jabber server | Ton Voon | 1 | -12/+22 |
2007-01-31 | Add check_jabber test. Will ask for a jabber host (default should be OK) | Thomas Guyot-Sionnest | 1 | -0/+55 |
2007-01-30 | Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch... | Thomas Guyot-Sionnest | 1 | -1/+4 |
2007-01-29 | Revert 1643463 (reversed disk thresholds) keeping the thresholds checks. | Thomas Guyot-Sionnest | 1 | -5/+5 |
2007-01-27 | Fix #1643463: Miscalculating thresholds check_disk | Thomas Guyot-Sionnest | 1 | -1/+19 |
2007-01-08 | Added notes about check_disk perf data fix. Added test to check perf data is | Ton Voon | 1 | -6/+21 |
2006-12-23 | Regexps in check_snmp tests fails where they shouldn't. | Thomas Guyot-Sionnest | 1 | -3/+3 |
2006-12-20 | Removed unused timestamp variable (Matthias Eble) | Ton Voon | 1 | -2/+10 |
2006-12-20 | Fixed inode thresholds, regressed from previous release | Ton Voon | 1 | -7/+66 |
2006-10-19 | Redirection error if other headers beginning with L (Aravind Gottipati - 1562... | Ton Voon | 1 | -1/+5 |
2006-10-19 | Added tests for SMTP servers without TLS and with TLS | Ton Voon | 1 | -4/+18 |
2006-10-18 | Re-added perf data to check_disk | Ton Voon | 1 | -0/+2 |
2006-10-12 | Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832) | Ton Voon | 1 | -18/+37 |
2006-10-12 | Remove the "- free space" if status is OK | Ton Voon | 1 | -4/+9 |
2006-10-12 | Fixed output from -e in check_disk (Andreas Behal) | Ton Voon | 1 | -2/+11 |
2006-10-02 | Fix test failure on poseidon | Ton Voon | 1 | -2/+2 |
2006-08-14 | Fixed skip of no ntp test | Ton Voon | 1 | -1/+1 |
2006-08-11 | Catch no responses from any server (1538341 - nmdias) | Ton Voon | 1 | -0/+57 |
2006-07-28 | check_udp.c deprecated and check_udp now linked to check_tcp. check_udp2 removed | Ton Voon | 1 | -6/+6 |
2006-07-13 | Major fixes to check_disk. Now should return same data as df | Ton Voon | 1 | -29/+22 |
2006-07-12 | Added -E option for exact match of filesystem. Restructured main filesystem | Ton Voon | 1 | -1/+13 |
2006-05-25 | Option to invert results from a regexp pattern match | Ton Voon | 1 | -2/+17 |
2006-04-19 | Fix check_nagios tests on MacOSX 10.4 | Ton Voon | 1 | -7/+13 |
2006-04-05 | Allow multiple -k parameters (Gerd Mueller - 1457726) | Ton Voon | 1 | -1/+11 |
2006-03-29 | Allow 1 second delay in check_udp timeout | Ton Voon | 1 | -1/+1 |
2006-03-29 | Fix possible timeout issue on hostname_invalid | Ton Voon | 1 | -1/+2 |
2006-03-29 | Fix test if response time is one second | Ton Voon | 1 | -1/+1 |
2006-03-27 | Set timeout within nc, rather than the test script | Ton Voon | 1 | -5/+5 |
2006-03-24 | Fixing defaults to work | Ton Voon | 1 | -3/+3 |
2006-03-24 | Tests converted to new style | Ton Voon | 2 | -29/+52 |
2006-03-24 | udp checks require and send and receive option. Tests updated so if | Ton Voon | 1 | -22/+45 |
2006-03-23 | check_disk now errors if a specified directory does not exist (cf df /foo) | Ton Voon | 1 | -6/+4 |
2006-03-23 | Some versions of Test::More do not like the m#foo# syntax | Ton Voon | 1 | -1/+1 |
2006-03-23 | Incorrect output when checking non-existent disk (John Rouillard - 1326050) | Ton Voon | 1 | -1/+17 |
2006-03-22 | Added warning and critical response times (John Rouillard - 1343159) | Ton Voon | 1 | -1/+7 |
2006-03-22 | Convert to new style tests | Ton Voon | 1 | -18/+36 |
2006-03-22 | New style tests. Cleanup of presentation of help. Added '' around -a checks | Ton Voon | 1 | -22/+53 |
2006-03-21 | Updated to new Test::More method for testing | Ton Voon | 1 | -8/+9 |
2006-03-17 | mysql detection cleanup: fixes runtime linking, autodetection of main | Ton Voon | 1 | -1/+1 |
2006-03-15 | Alert on amount of time a slave is behind (Steven Kreuzer) | Ton Voon | 1 | -2/+9 |
2006-03-07 | Added tests for two external websites with certificates | Ton Voon | 1 | -1/+10 |
2006-03-07 | Tests re-written in new object format | Ton Voon | 1 | -17/+29 |
2006-02-01 | If a mysql server has anonymous login, tests will always fail | Ton Voon | 1 | -2/+2 |
2006-01-31 | Adding check_mysql_query, using new ranges and threshold checking | Ton Voon | 1 | -0/+66 |
2006-01-31 | Extra explanation in tests | Ton Voon | 1 | -1/+7 |
2005-12-15 | Display errors with slave queries correctly. Added extra tests for slaves | Ton Voon | 1 | -12/+41 |
2005-12-15 | New 3 parameter version of getTestParameters. Updated check_disk.t to reflect. | Ton Voon | 1 | -6/+8 |
2005-12-02 | Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - 1296242) | Ton Voon | 3 | -0/+213 |
2005-12-02 | Ignore temporary files created for tests | Ton Voon | 1 | -0/+1 |