summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-22Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) andHolger Weiss1-3/+15
2007-01-20compilation fixes for check_ntp.c:M. Sean Finney1-3/+3
2007-01-20Fix bug #1632091: printf format string typos. Add some more cosmetic changes.Thomas Guyot-Sionnest2-6/+6
2007-01-20Fix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for...Thomas Guyot-Sionnest1-1/+1
2007-01-17Fix bug #1630970 Fix for buffer overflow of check_procs procprog stringThomas Guyot-Sionnest1-1/+1
2007-01-08Added notes about check_disk perf data fix. Added test to check perf data isTon Voon1-6/+21
2007-01-07Fix bug #1627970: check_disk performance output for more then one partitionThomas Guyot-Sionnest1-2/+7
2007-01-06Fix bug #1629008: check_ping fails to handle Packet filtered errorThomas Guyot-Sionnest1-2/+14
2007-01-06Revert last patch: it works but not really for the reason I though.Thomas Guyot-Sionnest1-5/+1
2007-01-06Fix the way check_ping calculate the maximum run timeThomas Guyot-Sionnest1-1/+5
2007-01-04Fix bug #1574863: check_real does not accept the '-v' optionThomas Guyot-Sionnest1-1/+1
2007-01-04Fix bug #1592605: check_ping times outThomas Guyot-Sionnest1-1/+1
2006-12-23Regexps in check_snmp tests fails where they shouldn't.Thomas Guyot-Sionnest1-3/+3
2006-12-20Removed unused timestamp variable (Matthias Eble)Ton Voon2-25/+25
2006-12-20Fixed inode thresholds, regressed from previous releaseTon Voon2-14/+92
2006-12-07Fix coredump on 64bit Solaris. Also adds more error conditions and movesTon Voon4-27/+41
2006-12-06Move SSL libs to correct order per pluginTon Voon1-4/+4
2006-12-06Only include -lssl for plugins that require itTon Voon1-2/+2