Age | Commit message (Expand) | Author | Files | Lines |
2008-01-08 | Reverted commits 1898 and 1899 due to reversion of 1879 | Ton Voon | 5 | -6/+6 |
2008-01-08 | more r1879 fixes | Thomas Guyot-Sionnest | 3 | -4/+4 |
2008-01-08 | Fix test breakages for commit r1879: check_tcp now returns UNKNOWN with an in... | Thomas Guyot-Sionnest | 2 | -2/+2 |
2007-12-11 | D'oh! single escape will be handled by Perl.... | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-12-11 | - Fix check_ntp_peer returning misleading information when an ICMP message ca... | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-12-10 | Fixed check_load argument handling when passing non triplet thresholds. Thank... | Matthias Eble | 1 | -3/+10 |
2007-12-04 | Merge changes from branches/dermoth_ntp_rework (check_ntp_peer/check_ntp_time) | Thomas Guyot-Sionnest | 1 | -19/+73 |
2007-09-22 | Added -i/-I to ignore pathes/partitions based on regular expressions | Matthias Eble | 1 | -2/+29 |
2007-09-22 | Rewrite the "map changes to return codes" patch nearly from scratch. | Thomas Guyot-Sionnest | 1 | -20/+13 |
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 2 | -48/+79 |
2007-07-24 | Removing all .cvsignore files | Ton Voon | 1 | -1/+0 |
2007-07-10 | Check_disk now calls stat() for all filesystems to check. | Matthias Eble | 1 | -1/+1 |
2007-05-24 | Test for new functionality in negate (not automatically run in make test) | Ton Voon | 1 | -0/+48 |
2007-05-24 | Tests for check_dummy | Ton Voon | 1 | -0/+55 |
2007-05-18 | Make check_tcp.t compatible with picky web servers. | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-05-09 | added testcase to verify that old positional arguments only select one path | Matthias Eble | 1 | -3/+2 |
2007-04-28 | added test cases for check_cluster | Matthias Eble | 1 | -0/+83 |
2007-04-25 | check_load can optionally divide by number of cpus | Ton Voon | 1 | -1/+5 |
2007-04-01 | check_http.t: - added internet_access variable to skip tests where internet a... | Matthias Eble | 1 | -36/+58 |
2007-03-30 | Test Cases for check_disk's -r, -R, -C and -g | Matthias Eble | 1 | -1/+36 |
2007-03-12 | check_ping's timeout interval is only +1 if ping command has a timeout value. | Ton Voon | 1 | -2/+28 |
2007-03-11 | Converted check_ping.t to new-style testcases. Added test case for check_icmp - | Ton Voon | 1 | -18/+65 |
2007-03-06 | Test failure if a filesystem which is a subset of another fails the inode | Ton Voon | 1 | -1/+1 |
2007-02-14 | Documentation fix re: --escape flag. Fix of ./check_tcp test to webservers | Ton Voon | 1 | -1/+4 |
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 |