summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-02Add libgnu.a as regex functions requiredTon Voon1-1/+1
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-04-01utils_disk: fixed handling if check_disk -p is a device (np_set_best_match())Matthias Eble1-11/+12
2007-03-31Various check_ntp fixesHolger Weiss1-0/+1
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-30Use AS_HELP_STRING instead of ACX_HELP_STRINGTon Voon1-1/+1
2007-03-30Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql detectionTon Voon3-40/+89
2007-03-30Test Cases for check_disk's -r, -R, -C and -gMatthias Eble2-2/+94
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 Eble3-2/+66
2007-03-30check_disk: added grouping functionality. see np-devel mail (2007-02-10)Matthias Eble3-20/+74
2007-03-30check_disk -C is more flexible now. See np-devel post (2007-02-10)Matthias Eble3-52/+90
2007-03-29Fix argument processing (Felix Frank - 1690697)Holger Weiss2-5/+6
2007-03-29Set the "read" and "execute" bits only for "user" and "group" in orderHolger Weiss1-1/+1
2007-03-291.4.7 releaserelease-1.4.7Ton Voon5-4/+179
2007-03-29Adding help text for jitter flagsTon Voon1-0/+4
2007-03-27Fix bug #1494629 - check_icmp fails after some time on FreeBSDThomas Guyot-Sionnest2-1/+3
2007-03-25Reinstate --with-nagios-user/group and new --without-group-permissions ./conf...Ton Voon2-6/+24
2007-03-22Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/OHolger Weiss2-1/+2
2007-03-16Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl.Gavin Carr1-3/+3
2007-03-12check_ping's timeout interval is only +1 if ping command has a timeout value.Ton Voon3-5/+37
2007-03-11Add tests for new check_icmp switch -mThomas Guyot-Sionnest1-2/+20
2007-03-11Converted check_ping.t to new-style testcases. Added test case for check_icmp -Ton Voon2-18/+133
2007-03-11Fixed some help display. Removed -L from usage as deprecated optionTon Voon1-4/+4
2007-03-08New switch to check_icmp to set the minimum required hosts for success.Thomas Guyot-Sionnest3-9/+44
2007-03-08Ficing C++ style commentsThomas Guyot-Sionnest1-29/+29
2007-03-08Fixed C++ style comments, but I don't get why those lines were originally com...Thomas Guyot-Sionnest1-2/+2
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 Voon3-5/+5
2007-03-06Use /usr/ucb/ps on Solaris in preference to pst3 (problems in 64bit mode)Ton Voon3-25/+12
2007-03-06Test failure if a filesystem which is a subset of another fails the inodeTon Voon1-1/+1
2007-03-06Detect if check_mysql compile will work at ./configure time, due to someTon Voon2-4/+13
2007-03-06Clearer message when --with-nagios-user is used for ./configureTon Voon1-2/+2
2007-03-06Root plugins installed with world executable permissions. Removed referencesTon Voon5-120/+71
2007-03-02Fix for broken check_mrtgtrafEthan Galstad1-3/+3
2007-02-24Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove directories)Thomas Guyot-Sionnest1-2/+2
2007-02-14check_sybase now maintained in NagiosExchangeTon Voon2-370/+1
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-09Fixed MKINSTALLDIRS problem on some systems - Lars StavholmTon Voon4-15/+31
2007-02-07Added test files to test the parse_ini.c routines. Requires libtapTon Voon6-9/+129