aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-29Adding help text for jitter flagsGravatar Ton Voon
2007-03-27Fix bug #1494629 - check_icmp fails after some time on FreeBSDGravatar Thomas Guyot-Sionnest
2007-03-25Reinstate --with-nagios-user/group and new --without-group-permissions ./conf...Gravatar Ton Voon
2007-03-22Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/OGravatar Holger Weiss
2007-03-16Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl.Gravatar Gavin Carr
2007-03-12check_ping's timeout interval is only +1 if ping command has a timeout value.Gravatar Ton Voon
2007-03-11Add tests for new check_icmp switch -mGravatar Thomas Guyot-Sionnest
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-08New switch to check_icmp to set the minimum required hosts for success.Gravatar Thomas Guyot-Sionnest
2007-03-08Ficing C++ style commentsGravatar Thomas Guyot-Sionnest
2007-03-08Fixed C++ style comments, but I don't get why those lines were originally com...Gravatar Thomas Guyot-Sionnest
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-06Detect if check_mysql compile will work at ./configure time, due to someGravatar Ton Voon
2007-03-06Clearer message when --with-nagios-user is used for ./configureGravatar Ton Voon
2007-03-06Root plugins installed with world executable permissions. Removed referencesGravatar Ton Voon
2007-03-02Fix for broken check_mrtgtrafGravatar Ethan Galstad
2007-02-24Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove directories)Gravatar Thomas Guyot-Sionnest
2007-02-14check_sybase now maintained in NagiosExchangeGravatar Ton Voon
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-09Fixed MKINSTALLDIRS problem on some systems - Lars StavholmGravatar Ton Voon
2007-02-07Added test files to test the parse_ini.c routines. Requires libtapGravatar 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-06initial version of ini file parsing routines in CGravatar M. Sean Finney
2007-02-06adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:Gravatar Benoit Mortier
2007-02-05Update list of team members. More notes on new releasesGravatar Ton Voon
2007-02-05For 1.4.6 releaseGravatar Ton Voon
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-02-01Adding NEWS entry for check_jabberGravatar Thomas Guyot-Sionnest
2007-02-01Fix bug #1593073 Check_Log problem with log rotationGravatar 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-30make dist failing without config.rpath in top level. File copiedGravatar Ton Voon
2007-01-30Fix reporting bug using expect, affecting (not fixing) Debian bug #392610: ch...Gravatar Thomas Guyot-Sionnest
2007-01-30grep(1) "-q" isn't portable (e.g., it won't work on Solaris 8), redirectGravatar Holger Weiss
2007-01-29Revert 1643463 (reversed disk thresholds) keeping the thresholds checks.Gravatar Thomas Guyot-Sionnest
2007-01-29Automake 1.10 says: "compiling `test_disk.c' with per-target flagsGravatar Holger Weiss
2007-01-29Move config.rpath into build-aux for automake 1.10Gravatar Ton Voon
2007-01-28Remove description of deprecated ./configure --with-nagios-{user,group}Gravatar Holger Weiss
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss