summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-12-12Run tinderbox builds in a test debug mode using "make test-debug"Ton Voon1-0/+3
2007-12-11D'oh! single escape will be handled by Perl....Thomas Guyot-Sionnest1-2/+2
2007-12-11- Fix check_ntp_peer returning misleading information when an ICMP message ca...Thomas Guyot-Sionnest2-3/+4
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Thomas Guyot-Sionnest6-0/+24
2007-12-10Plenty of french translations (and a few fixes BTW)Thomas Guyot-Sionnest6-10/+9
2007-12-10OOPS! Last commit should have included these files.Thomas Guyot-Sionnest3-15/+15
2007-12-10Some translationsThomas Guyot-Sionnest1-1/+1
2007-12-10Fix output when response time is critical. Thanks to Nobuhiro Ban (patch #181...Matthias Eble1-3/+3
2007-12-10Fixed check_load argument handling when passing non triplet thresholds. Thank...Matthias Eble2-4/+13
2007-12-08Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746).Thomas Guyot-Sionnest1-1/+8
2007-12-04Interesting... For some reason it did not take this (patch barfed on it and I...Thomas Guyot-Sionnest1-1/+1
2007-12-04Merge changes from branches/dermoth_ntp_rework (check_ntp_peer/check_ntp_time)Thomas Guyot-Sionnest4-717/+334
2007-12-04Add the new checks as check_ntp copies to keep full plug-in historyThomas Guyot-Sionnest2-0/+1754
2007-12-04missing word in comment block.Thomas Guyot-Sionnest1-1/+1
2007-11-23- Use max_state_alt in check_ntp to fix some issues with the latest commits.Thomas Guyot-Sionnest1-53/+10
2007-11-23Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK.Thomas Guyot-Sionnest2-0/+28
2007-11-11Fix broken usage2 in check_snmp and check_clusterThomas Guyot-Sionnest2-6/+2
2007-11-10Fix newly added stratum check (has to be decreased by one when using normal N...Thomas Guyot-Sionnest1-1/+3
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