summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-04-10- Fix possibility of printing scientific numbers in perfdataThomas Guyot-Sionnest1-12/+36
2007-04-04Fix for getting dispersion instead of jitter on older servers (like xntpd on ...Thomas Guyot-Sionnest1-2/+13
2007-04-03Fix the synchronization source selection on big-endian systems.Holger Weiss1-2/+2
2007-04-03Temporary fix for jitter calculationThomas Guyot-Sionnest1-1/+4
2007-04-02Don't rely on the assumption that the size of a READSTAT response is aHolger Weiss1-5/+6
2007-04-02Fix byte order in verbose loggingThomas Guyot-Sionnest1-1/+1
2007-04-02Seems like we don't get any jitter sometimes. While this needs to be fixed we...Thomas Guyot-Sionnest1-1/+2
2007-04-01check_http.t: - added internet_access variable to skip tests where internet a...Matthias Eble1-36/+58
2007-03-31Fix an out-of-bounds memcpy(3) and add a realloc(3) error check inHolger Weiss1-2/+5
2007-03-31Add a warning to the verbose output if jitter_request() found noHolger Weiss1-1/+4
2007-03-31Avoid division by zero.Holger Weiss1-1/+1
2007-03-31Remove the '-O' option, as it's ignored.Holger Weiss1-7/+2
2007-03-30Test Cases for check_disk's -r, -R, -C and -gMatthias Eble1-1/+36
2007-03-30check_disk: minor fix for -C if bestmatch != -pMatthias Eble1-1/+8
2007-03-30check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10)Matthias Eble1-2/+54
2007-03-30check_disk: added grouping functionality. see np-devel mail (2007-02-10)Matthias Eble1-20/+72
2007-03-30check_disk -C is more flexible now. See np-devel post (2007-02-10)Matthias Eble1-30/+52
2007-03-29Fix argument processing (Felix Frank - 1690697)Holger Weiss1-5/+5
2007-03-29Adding help text for jitter flagsTon Voon1-0/+4
2007-03-22Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/OHolger Weiss1-1/+1
2007-03-12check_ping's timeout interval is only +1 if ping command has a timeout value.Ton Voon2-3/+34
2007-03-11Converted check_ping.t to new-style testcases. Added test case for check_icmp -Ton Voon1-18/+65
2007-03-11Fixed some help display. Removed -L from usage as deprecated optionTon Voon1-4/+4
2007-03-06Fix option handling (Nobuhiro Ban - 1657280)Ton Voon1-3/+4
2007-03-06Fixed compile errors in check_smtp.cTon Voon1-11/+11
2007-03-06Fixed broken HELO cmd (Enrico Scholz - 1675279)Ton Voon1-5/+3
2007-03-06Use /usr/ucb/ps on Solaris in preference to pst3 (problems in 64bit mode)Ton Voon1-1/+1
2007-03-06Test failure if a filesystem which is a subset of another fails the inodeTon Voon1-1/+1
2007-03-02Fix for broken check_mrtgtrafEthan Galstad1-3/+3
2007-02-14Fixed typo in help for -MTon Voon1-1/+1
2007-02-14Documentation fix re: --escape flag. Fix of ./check_tcp test to webserversTon Voon2-2/+5
2007-02-07Include <sys/param.h> before <sys/swap.h> in order to fix compilation onHolger Weiss1-3/+3
2007-02-06Correct vim typo in comment block :PThomas Guyot-Sionnest1-1/+1
2007-02-06correcting some translation problemsBenoit Mortier8-15/+15
2007-02-02Fix parsing of multiple OIDs sets needmibs = TRUEThomas Guyot-Sionnest1-4/+4
2007-02-01Fix progname being partly set to upper caseThomas Guyot-Sionnest2-3/+3
2007-01-31Converted to new style object and Test::More testing. Skipped jabber serverTon Voon1-12/+22
2007-01-31Add check_jabber test. Will ask for a jabber host (default should be OK)Thomas Guyot-Sionnest1-0/+55
2007-01-31Fix Debian Bug #392610: check_jabber always return warningThomas Guyot-Sionnest1-2/+2
2007-01-30Jail does not requires any argumentsThomas Guyot-Sionnest1-1/+1
2007-01-30Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch...Thomas Guyot-Sionnest2-9/+22
2007-01-29Revert 1643463 (reversed disk thresholds) keeping the thresholds checks.Thomas Guyot-Sionnest2-9/+9
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss37-38/+46
2007-01-27Fix #1643463: Miscalculating thresholds check_diskThomas Guyot-Sionnest2-5/+23
2007-01-27Include GNULib's "dirname.h" in order to pull in the base_name()Holger Weiss1-0/+1
2007-01-24Various cleanups in the syncing with gnulibTon Voon2-2/+2
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeTon Voon8-765/+10
2007-01-23Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' for backwardHolger Weiss1-1/+2
2007-01-23Add missing `break' to the switch-case block that handles the `-m' optionHolger Weiss1-0/+1
2007-01-23Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658)Holger Weiss1-0/+1