summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-17Fix buffer overflow vulnerabilities when parsing HTTP redirectHolger Weiss1-16/+27
2007-06-15When following redirects, the plugin supported 'Location:' header fieldsHolger Weiss1-1/+13
2007-06-15`host_name' is a NULL pointer if the "-I" flag is used instead of "-H",Holger Weiss1-2/+2
2007-06-13Fixed some syntax errors to make check_ide_smart buildMatthias Eble1-19/+2
2007-06-12Add "-v" to help/usage output.Holger Weiss1-1/+2
2007-06-12Removed debug lineMatthias Eble1-1/+0
2007-06-11Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ...Matthias Eble1-2/+11
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Matthias Eble1-24/+23
2007-06-01Fix an off-by-one error where a realloc(3) call doesn't allocate spaceHolger Weiss1-1/+1
2007-06-01Call the SSL library initialization functions only once (not for everyHolger Weiss1-7/+9
2007-06-01Save an entire CPU cycle if c points to NULL already.Holger Weiss1-2/+4
2007-06-01Set the pointers to the SSL and SSL_CTX objects back to NULL afterHolger Weiss1-0/+2
2007-05-29Fix segfault when -e is specified multiple times. Thanks to John Rouillard an...Matthias Eble1-2/+1
2007-05-29No more warn/crit values in performance data if -w and -c are not specified.Matthias Eble1-4/+4
2007-05-29check_snmp don't warn anymore if something is printed on stderrThomas Guyot-Sionnest1-2/+9
2007-05-29change a bunch of whitespaces (no code was harmed)Thomas Guyot-Sionnest1-22/+22
2007-05-24Test for new functionality in negate (not automatically run in make test)Ton Voon1-0/+48
2007-05-24Tests for check_dummyTon Voon2-1/+58
2007-05-23Update many strings in check_http to get more consistent outputThomas Guyot-Sionnest1-27/+27
2007-05-18Make check_tcp.t compatible with picky web servers.Thomas Guyot-Sionnest1-1/+1