Age | Commit message (Expand) | Author | Files | Lines |
2008-01-08 | Changed default test values for check_dns (using nagios.com) | Ton Voon | 1 | -3/+3 |
2008-01-08 | Reverted commits 1898 and 1899 due to reversion of 1879 | Ton Voon | 5 | -6/+6 |
2008-01-08 | Reverted commit 1879 where an invalid hostname returns UNKNOWN - back to CRIT... | Ton Voon | 1 | -1/+1 |
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 |
2008-01-07 | Support "[IPv6]" address syntax. | Holger Weiss | 1 | -2/+13 |
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 |
2008-01-06 | If unspecified set LDAP_OPT_SUCCESS to LDAP_SUCCESS (Sergei Haramundanis - #1... | Matthias Eble | 1 | -0/+3 |
2008-01-05 | Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply to check_ntp) | Thomas Guyot-Sionnest | 2 | -8/+16 |
2008-01-05 | check_dns now sorts addresses for -a support with multiple address replies (M... | Matthias Eble | 1 | -8/+34 |
2008-01-04 | Cleaned check_procs usage output (Ferenc Wagner #1862218) | Matthias Eble | 1 | -3/+3 |
2007-12-21 | Remove c formating from translated strings (makes translation easier) | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-12-19 | Fix the "--help" output. | Holger Weiss | 1 | -1/+1 |
2007-12-19 | check_tcp now returns UNKNOWN with an invalid hostname on command line | Ton Voon | 1 | -1/+1 |
2007-12-17 | Add check_nt -v INSTANCES (Alessandro Ren) | Ton Voon | 1 | -8/+39 |
2007-12-13 | Fixed help output (Christian Mies) | Ton Voon | 1 | -1/+1 |
2007-12-12 | Run tinderbox builds in a test debug mode using "make test-debug" | Ton Voon | 1 | -0/+3 |
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 | 2 | -3/+4 |
2007-12-11 | Adding missing function calls needed for i18n (only for plugins already in PO... | Thomas Guyot-Sionnest | 6 | -0/+24 |
2007-12-10 | Plenty of french translations (and a few fixes BTW) | Thomas Guyot-Sionnest | 6 | -10/+9 |
2007-12-10 | OOPS! Last commit should have included these files. | Thomas Guyot-Sionnest | 3 | -15/+15 |
2007-12-10 | Some translations | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-12-10 | Fix output when response time is critical. Thanks to Nobuhiro Ban (patch #181... | Matthias Eble | 1 | -3/+3 |
2007-12-10 | Fixed check_load argument handling when passing non triplet thresholds. Thank... | Matthias Eble | 2 | -4/+13 |
2007-12-08 | Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746). | Thomas Guyot-Sionnest | 1 | -1/+8 |
2007-12-04 | Interesting... For some reason it did not take this (patch barfed on it and I... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-12-04 | Merge changes from branches/dermoth_ntp_rework (check_ntp_peer/check_ntp_time) | Thomas Guyot-Sionnest | 4 | -717/+334 |
2007-12-04 | Add the new checks as check_ntp copies to keep full plug-in history | Thomas Guyot-Sionnest | 2 | -0/+1754 |
2007-12-04 | missing word in comment block. | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-11-23 | - Use max_state_alt in check_ntp to fix some issues with the latest commits. | Thomas Guyot-Sionnest | 1 | -53/+10 |
2007-11-23 | Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK. | Thomas Guyot-Sionnest | 2 | -0/+28 |
2007-11-11 | Fix broken usage2 in check_snmp and check_cluster | Thomas Guyot-Sionnest | 2 | -6/+2 |
2007-11-10 | Fix newly added stratum check (has to be decreased by one when using normal N... | Thomas Guyot-Sionnest | 1 | -1/+3 |
2007-11-09 | Moved base64 function to /lib. | Thomas Guyot-Sionnest | 2 | -84/+3 |
2007-11-09 | Fix check_snmp buffer overflow (CVE-2007-5623) | Thomas Guyot-Sionnest | 1 | -6/+10 |
2007-11-09 | Close the socket on all exits (not just the OK one) | Thomas Guyot-Sionnest | 1 | -0/+2 |
2007-11-09 | Fix missing \n in --help output | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-10-25 | check_ntp now return UNKNOWN instead of WARNING if jitter is | Thomas Guyot-Sionnest | 1 | -6/+25 |
2007-10-25 | Automatically update website with --help output. Cosmetic | Ton Voon | 2 | -2/+2 |
2007-10-24 | Hide the SNMP community string (and v3 passwords) from error messages | Holger Weiss | 1 | -3/+10 |
2007-10-14 | Fix a possible segfault if using "-f follow" and the server sends a | Holger Weiss | 1 | -2/+1 |
2007-10-11 | Add stratum thresholds support for check_ntp (feature request #1703823) | Thomas Guyot-Sionnest | 1 | -15/+56 |
2007-10-11 | Use provided threshold functions (no functionnal change apart the check for o... | Thomas Guyot-Sionnest | 1 | -38/+26 |
2007-10-02 | Fix regression in 1.4.10 where following redirects to relative URLs on | Holger Weiss | 1 | -4/+4 |
2007-09-26 | Drop the weird and undocumented behaviour of using positional argument | Holger Weiss | 1 | -24/+10 |
2007-09-26 | Patch #1798774: check_ntp: honor ntp flags | Thomas Guyot-Sionnest | 1 | -0/+9 |
2007-09-24 | Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted by | Holger Weiss | 1 | -0/+4 |
2007-09-23 | Removed some c99 style comments | Matthias Eble | 2 | -2/+2 |