aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2007-11-23Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.Gravatar Thomas Guyot-Sionnest
2007-11-11Fix broken usage2 in check_snmp and check_clusterGravatar Thomas Guyot-Sionnest
2007-11-10Fix newly added stratum check (has to be decreased by one when using normal N...Gravatar Thomas Guyot-Sionnest
2007-11-09Moved base64 function to /lib.Gravatar Thomas Guyot-Sionnest
2007-11-09Fix check_snmp buffer overflow (CVE-2007-5623)Gravatar Thomas Guyot-Sionnest
2007-11-09Close the socket on all exits (not just the OK one)Gravatar Thomas Guyot-Sionnest
2007-11-09Fix missing \n in --help outputGravatar Thomas Guyot-Sionnest
2007-10-25check_ntp now return UNKNOWN instead of WARNING if jitter isGravatar Thomas Guyot-Sionnest
2007-10-25Automatically update website with --help output. CosmeticGravatar Ton Voon
2007-10-24Hide the SNMP community string (and v3 passwords) from error messagesGravatar Holger Weiss
2007-10-14Fix a possible segfault if using "-f follow" and the server sends aGravatar Holger Weiss
2007-10-11Add stratum thresholds support for check_ntp (feature request #1703823)Gravatar Thomas Guyot-Sionnest
2007-10-11Use provided threshold functions (no functionnal change apart the check for o...Gravatar Thomas Guyot-Sionnest
2007-10-02Fix regression in 1.4.10 where following redirects to relative URLs onGravatar Holger Weiss
2007-09-26Drop the weird and undocumented behaviour of using positional argumentGravatar Holger Weiss
2007-09-26Patch #1798774: check_ntp: honor ntp flagsGravatar Thomas Guyot-Sionnest
2007-09-24Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted byGravatar Holger Weiss
2007-09-23Removed some c99 style commentsGravatar Matthias Eble
2007-09-23Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ...Gravatar Matthias Eble
2007-09-23Fixed bug: stat was called on remote fs even if -l was givenGravatar Matthias Eble
2007-09-23Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12...Gravatar Matthias Eble
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Gravatar Matthias Eble
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsGravatar Matthias Eble
2007-09-22Rewrite the "map changes to return codes" patch nearly from scratch.Gravatar Thomas Guyot-Sionnest
2007-09-21Stop double expansion of parameters for negate - works likeGravatar Ton Voon
2007-09-21My solaris box needs %llu to display 64bits integers.Gravatar Thomas Guyot-Sionnest
2007-09-21- Added some variables at verbose==3Gravatar Thomas Guyot-Sionnest
2007-09-15Properly handle SMTP server responses which are split into multipleGravatar Holger Weiss
2007-08-09Don't use C++ style comments (noted by Johannes Kingma onGravatar Holger Weiss
2007-07-31Read the response to an SMTP QUIT command before closing the socketGravatar Holger Weiss
2007-07-24Removing all .cvsignore filesGravatar Ton Voon
2007-07-21Add "Connection: close" to the HTTP request header, which tells HTTP/1.1Gravatar Holger Weiss
2007-07-15Make ps column count in zombie detection less restrictive. Thanks to Andrew E...Gravatar Matthias Eble
2007-07-14Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066)Gravatar Matthias Eble
2007-07-14check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...Gravatar Matthias Eble
2007-07-10Added examples for new features to check_diskGravatar Matthias Eble
2007-07-10Check_disk now calls stat() for all filesystems to check.Gravatar Matthias Eble
2007-07-07Added -v/--verbose argument to call ldap_perror() for detailed messages on fa...Gravatar Matthias Eble
2007-07-07Changed output order of print_revisionGravatar Matthias Eble
2007-06-20Fixed default behaviour of check_ldapsGravatar Matthias Eble
2007-06-20Clarified check_ldaps behaviour. New arguments to explicitly select secure co...Gravatar Matthias Eble
2007-06-20added -V/--version to check_clusterGravatar Matthias Eble
2007-06-18Make Linux specific plugin check_ide_smart build if appropriate headers are f...Gravatar Matthias Eble
2007-06-17Minor fixes.Gravatar Holger Weiss
2007-06-17Fix buffer overflow vulnerabilities when parsing HTTP redirectGravatar Holger Weiss
2007-06-15When following redirects, the plugin supported 'Location:' header fieldsGravatar Holger Weiss
2007-06-15`host_name' is a NULL pointer if the "-I" flag is used instead of "-H",Gravatar Holger Weiss
2007-06-13Fixed some syntax errors to make check_ide_smart buildGravatar Matthias Eble
2007-06-12Add "-v" to help/usage output.Gravatar Holger Weiss
2007-06-12Removed debug lineGravatar Matthias Eble