summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-11-26More refined check, clearer messagesThomas Guyot-Sionnest1-18/+24
2007-11-23comments and notesThomas Guyot-Sionnest2-3/+25
2007-11-23Rename check_ntp* and merge change in TrunkThomas Guyot-Sionnest7-68/+55
2007-11-23[1/2] Rename (plus some minor modifications)Thomas Guyot-Sionnest2-17/+23
2007-11-10New tests!! + single file to test all three plugins (Can be split again if pp...Thomas Guyot-Sionnest3-133/+67
2007-11-10Cleanup check_time_ntp.c (and some small cleanups on check_ntpd.c as well)Thomas Guyot-Sionnest2-323/+20
2007-11-10More cleanups, some fixesThomas Guyot-Sionnest1-83/+7
2007-11-10Commiting current work (check_ntpd.c mainly completed, check_time_ntp.c not s...Thomas Guyot-Sionnest5-352/+240
2007-11-10Just a copy (for now)Thomas Guyot-Sionnest2-0/+1836
2007-11-09Moved base64 function to /lib.Thomas Guyot-Sionnest2-84/+3
2007-11-09Fix check_snmp buffer overflow (CVE-2007-5623)Thomas Guyot-Sionnest1-6/+10
2007-11-09Close the socket on all exits (not just the OK one)Thomas Guyot-Sionnest1-0/+2
2007-11-09Fix missing \n in --help outputThomas Guyot-Sionnest1-2/+2
2007-10-25check_ntp now return UNKNOWN instead of WARNING if jitter isThomas Guyot-Sionnest1-6/+25
2007-10-25Automatically update website with --help output. CosmeticTon Voon2-2/+2
2007-10-24Hide the SNMP community string (and v3 passwords) from error messagesHolger Weiss1-3/+10
2007-10-14Fix a possible segfault if using "-f follow" and the server sends aHolger Weiss1-2/+1
2007-10-11Add stratum thresholds support for check_ntp (feature request #1703823)Thomas Guyot-Sionnest1-15/+56
2007-10-11Use provided threshold functions (no functionnal change apart the check for o...Thomas Guyot-Sionnest1-38/+26
2007-10-02Fix regression in 1.4.10 where following redirects to relative URLs onHolger Weiss1-4/+4
2007-09-26Drop the weird and undocumented behaviour of using positional argumentHolger Weiss1-24/+10
2007-09-26Patch #1798774: check_ntp: honor ntp flagsThomas Guyot-Sionnest1-0/+9
2007-09-24Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted byHolger Weiss1-0/+4
2007-09-23Removed some c99 style commentsMatthias Eble2-2/+2
2007-09-23Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ...Matthias Eble1-1/+2
2007-09-23Fixed bug: stat was called on remote fs even if -l was givenMatthias Eble1-9/+32
2007-09-23Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12...Matthias Eble1-10/+45
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Matthias Eble1-9/+9
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsMatthias Eble2-16/+96
2007-09-22Rewrite the "map changes to return codes" patch nearly from scratch.Thomas Guyot-Sionnest2-36/+88
2007-09-21Stop double expansion of parameters for negate - works likeTon Voon4-108/+130
2007-09-21My solaris box needs %llu to display 64bits integers.Thomas Guyot-Sionnest1-1/+1
2007-09-21- Added some variables at verbose==3Thomas Guyot-Sionnest1-42/+43
2007-09-15Properly handle SMTP server responses which are split into multipleHolger Weiss1-18/+72
2007-08-09Don't use C++ style comments (noted by Johannes Kingma onHolger Weiss1-1/+1
2007-07-31Read the response to an SMTP QUIT command before closing the socketHolger Weiss1-3/+28
2007-07-24Removing all .cvsignore filesTon Voon2-55/+0
2007-07-21Add "Connection: close" to the HTTP request header, which tells HTTP/1.1Holger Weiss1-0/+3
2007-07-15Make ps column count in zombie detection less restrictive. Thanks to Andrew E...Matthias Eble1-1/+1
2007-07-14Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066)Matthias Eble1-4/+8
2007-07-14check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...Matthias Eble1-1/+1
2007-07-10Added examples for new features to check_diskMatthias Eble1-0/+5
2007-07-10Check_disk now calls stat() for all filesystems to check.Matthias Eble2-29/+12
2007-07-07Added -v/--verbose argument to call ldap_perror() for detailed messages on fa...Matthias Eble1-6/+16
2007-07-07Changed output order of print_revisionMatthias Eble1-6/+5
2007-06-20Fixed default behaviour of check_ldapsMatthias Eble1-1/+3
2007-06-20Clarified check_ldaps behaviour. New arguments to explicitly select secure co...Matthias Eble1-36/+62
2007-06-20added -V/--version to check_clusterMatthias Eble1-1/+7
2007-06-18Make Linux specific plugin check_ide_smart build if appropriate headers are f...Matthias Eble1-0/+1
2007-06-17Minor fixes.Holger Weiss1-1/+3