aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
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
2007-06-11Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ...Gravatar Matthias Eble
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Gravatar Matthias Eble
2007-06-01Fix an off-by-one error where a realloc(3) call doesn't allocate spaceGravatar Holger Weiss
2007-06-01Call the SSL library initialization functions only once (not for everyGravatar Holger Weiss
2007-06-01Save an entire CPU cycle if c points to NULL already.Gravatar Holger Weiss
2007-06-01Set the pointers to the SSL and SSL_CTX objects back to NULL afterGravatar Holger Weiss
2007-05-29Fix segfault when -e is specified multiple times. Thanks to John Rouillard an...Gravatar Matthias Eble
2007-05-29No more warn/crit values in performance data if -w and -c are not specified.Gravatar Matthias Eble
2007-05-29check_snmp don't warn anymore if something is printed on stderrGravatar Thomas Guyot-Sionnest
2007-05-29change a bunch of whitespaces (no code was harmed)Gravatar Thomas Guyot-Sionnest
2007-05-24Test for new functionality in negate (not automatically run in make test)Gravatar Ton Voon
2007-05-24Tests for check_dummyGravatar Ton Voon
2007-05-23Update many strings in check_http to get more consistent outputGravatar Thomas Guyot-Sionnest
2007-05-18Make check_tcp.t compatible with picky web servers.Gravatar Thomas Guyot-Sionnest
2007-05-13Add missing options to the usage output.Gravatar Holger Weiss
2007-05-12Fixed glibc error caused in utils_base.c due to uninitialized thresholds stru...Gravatar Matthias Eble
2007-05-09small typo in --helpGravatar Matthias Eble
2007-05-09Fixed --help output (Ask Bjoern Hansen - #1714823)Gravatar Matthias Eble
2007-05-09added testcase to verify that old positional arguments only select one pathGravatar Matthias Eble
2007-05-03fixed backward incompatibility introduced in 1.4.8 where all partitions are s...Gravatar Matthias Eble
2007-05-02Fix check_time returning wrong OK when time is before the epoch on some archGravatar Thomas Guyot-Sionnest
2007-04-28added test cases for check_clusterGravatar Matthias Eble
2007-04-25check_load can optionally divide by number of cpusGravatar Ton Voon
2007-04-23#ifdef can only test a single macro, not an expression.Gravatar Holger Weiss
2007-04-20Include "utils_base.h".Gravatar Holger Weiss
2007-04-20Predeclare functions and remove unused variables.Gravatar Holger Weiss
2007-04-18Revert my previous change to "-S/--skip" in favour of the two optionsGravatar Holger Weiss
2007-04-15Localization and help fixes (Thanks Benoit M.)Gravatar Thomas Guyot-Sionnest
2007-04-15Cosmetic changeGravatar Thomas Guyot-Sionnest
2007-04-15Add thresholds support for check_cluster + lots of standardization.Gravatar Thomas Guyot-Sionnest
2007-04-15Fix bug #1344584: Counter64 values not handled correctlyGravatar Thomas Guyot-Sionnest
2007-04-14Up to revision 1.35, the "-S" option skipped the specified number ofGravatar Holger Weiss
2007-04-13... Some CVS magic tooGravatar Thomas Guyot-Sionnest