Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-09-23 | Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ... | Matthias Eble | 1 | -1/+2 |
2007-09-23 | Fixed bug: stat was called on remote fs even if -l was given | Matthias Eble | 1 | -9/+32 |
2007-09-23 | Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12... | Matthias Eble | 1 | -10/+45 |
2007-09-22 | substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel) | Matthias Eble | 1 | -9/+9 |
2007-09-22 | Added -i/-I to ignore pathes/partitions based on regular expressions | Matthias Eble | 2 | -16/+96 |
2007-09-22 | Rewrite the "map changes to return codes" patch nearly from scratch. | Thomas Guyot-Sionnest | 2 | -36/+88 |
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 4 | -108/+130 |
2007-09-21 | My solaris box needs %llu to display 64bits integers. | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-09-21 | - Added some variables at verbose==3 | Thomas Guyot-Sionnest | 1 | -42/+43 |
2007-09-15 | Properly handle SMTP server responses which are split into multiple | Holger Weiss | 1 | -18/+72 |
2007-08-09 | Don't use C++ style comments (noted by Johannes Kingma on | Holger Weiss | 1 | -1/+1 |
2007-07-31 | Read the response to an SMTP QUIT command before closing the socket | Holger Weiss | 1 | -3/+28 |
2007-07-24 | Removing all .cvsignore files | Ton Voon | 2 | -55/+0 |
2007-07-21 | Add "Connection: close" to the HTTP request header, which tells HTTP/1.1 | Holger Weiss | 1 | -0/+3 |
2007-07-15 | Make ps column count in zombie detection less restrictive. Thanks to Andrew E... | Matthias Eble | 1 | -1/+1 |
2007-07-14 | Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066) | Matthias Eble | 1 | -4/+8 |
2007-07-14 | check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo... | Matthias Eble | 1 | -1/+1 |
2007-07-10 | Added examples for new features to check_disk | Matthias Eble | 1 | -0/+5 |
2007-07-10 | Check_disk now calls stat() for all filesystems to check. | Matthias Eble | 2 | -29/+12 |
2007-07-07 | Added -v/--verbose argument to call ldap_perror() for detailed messages on fa... | Matthias Eble | 1 | -6/+16 |
2007-07-07 | Changed output order of print_revision | Matthias Eble | 1 | -6/+5 |
2007-06-20 | Fixed default behaviour of check_ldaps | Matthias Eble | 1 | -1/+3 |
2007-06-20 | Clarified check_ldaps behaviour. New arguments to explicitly select secure co... | Matthias Eble | 1 | -36/+62 |
2007-06-20 | added -V/--version to check_cluster | Matthias Eble | 1 | -1/+7 |
2007-06-18 | Make Linux specific plugin check_ide_smart build if appropriate headers are f... | Matthias Eble | 1 | -0/+1 |
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-13 | Fixed some syntax errors to make check_ide_smart build | Matthias Eble | 1 | -19/+2 |
2007-06-12 | Add "-v" to help/usage output. | Holger Weiss | 1 | -1/+2 |