aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2007-04-03Temporary fix for jitter calculationGravatar Thomas Guyot-Sionnest
2007-04-02Don't rely on the assumption that the size of a READSTAT response is aGravatar Holger Weiss
2007-04-02Fix byte order in verbose loggingGravatar Thomas Guyot-Sionnest
2007-04-02Seems like we don't get any jitter sometimes. While this needs to be fixed we...Gravatar Thomas Guyot-Sionnest
2007-04-01check_http.t: - added internet_access variable to skip tests where internet a...Gravatar Matthias Eble
2007-03-31Fix an out-of-bounds memcpy(3) and add a realloc(3) error check inGravatar Holger Weiss
2007-03-31Add a warning to the verbose output if jitter_request() found noGravatar Holger Weiss
2007-03-31Avoid division by zero.Gravatar Holger Weiss
2007-03-31Remove the '-O' option, as it's ignored.Gravatar Holger Weiss
2007-03-30Test Cases for check_disk's -r, -R, -C and -gGravatar Matthias Eble
2007-03-30check_disk: minor fix for -C if bestmatch != -pGravatar Matthias Eble
2007-03-30check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10)Gravatar Matthias Eble
2007-03-30check_disk: added grouping functionality. see np-devel mail (2007-02-10)Gravatar Matthias Eble
2007-03-30check_disk -C is more flexible now. See np-devel post (2007-02-10)Gravatar Matthias Eble
2007-03-29Fix argument processing (Felix Frank - 1690697)Gravatar Holger Weiss
2007-03-29Adding help text for jitter flagsGravatar Ton Voon
2007-03-22Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/OGravatar Holger Weiss
2007-03-12check_ping's timeout interval is only +1 if ping command has a timeout value.Gravatar Ton Voon
2007-03-11Converted check_ping.t to new-style testcases. Added test case for check_icmp -Gravatar Ton Voon
2007-03-11Fixed some help display. Removed -L from usage as deprecated optionGravatar Ton Voon
2007-03-06Fix option handling (Nobuhiro Ban - 1657280)Gravatar Ton Voon
2007-03-06Fixed compile errors in check_smtp.cGravatar Ton Voon
2007-03-06Fixed broken HELO cmd (Enrico Scholz - 1675279)Gravatar Ton Voon
2007-03-06Use /usr/ucb/ps on Solaris in preference to pst3 (problems in 64bit mode)Gravatar Ton Voon
2007-03-06Test failure if a filesystem which is a subset of another fails the inodeGravatar Ton Voon
2007-03-02Fix for broken check_mrtgtrafGravatar Ethan Galstad
2007-02-14Fixed typo in help for -MGravatar Ton Voon
2007-02-14Documentation fix re: --escape flag. Fix of ./check_tcp test to webserversGravatar Ton Voon
2007-02-07Include <sys/param.h> before <sys/swap.h> in order to fix compilation onGravatar Holger Weiss
2007-02-06Correct vim typo in comment block :PGravatar Thomas Guyot-Sionnest
2007-02-06correcting some translation problemsGravatar Benoit Mortier
2007-02-02Fix parsing of multiple OIDs sets needmibs = TRUEGravatar Thomas Guyot-Sionnest
2007-02-01Fix progname being partly set to upper caseGravatar Thomas Guyot-Sionnest
2007-01-31Converted to new style object and Test::More testing. Skipped jabber serverGravatar Ton Voon
2007-01-31Add check_jabber test. Will ask for a jabber host (default should be OK)Gravatar Thomas Guyot-Sionnest
2007-01-31Fix Debian Bug #392610: check_jabber always return warningGravatar Thomas Guyot-Sionnest
2007-01-30Jail does not requires any argumentsGravatar Thomas Guyot-Sionnest
2007-01-30Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch...Gravatar Thomas Guyot-Sionnest
2007-01-29Revert 1643463 (reversed disk thresholds) keeping the thresholds checks.Gravatar Thomas Guyot-Sionnest
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-27Fix #1643463: Miscalculating thresholds check_diskGravatar Thomas Guyot-Sionnest
2007-01-27Include GNULib's "dirname.h" in order to pull in the base_name()Gravatar Holger Weiss
2007-01-24Various cleanups in the syncing with gnulibGravatar Ton Voon
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeGravatar Ton Voon
2007-01-23Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' for backwardGravatar Holger Weiss
2007-01-23Add missing `break' to the switch-case block that handles the `-m' optionGravatar Holger Weiss
2007-01-23Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658)Gravatar Holger Weiss
2007-01-22Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) andGravatar Holger Weiss
2007-01-20compilation fixes for check_ntp.c:Gravatar M. Sean Finney
2007-01-20Fix bug #1632091: printf format string typos. Add some more cosmetic changes.Gravatar Thomas Guyot-Sionnest