Age | Commit message (Expand) | Author | Files | Lines |
2007-05-09 | added testcase to verify that old positional arguments only select one path | Matthias Eble | 1 | -3/+2 |
2007-05-03 | fixed backward incompatibility introduced in 1.4.8 where all partitions are s... | Matthias Eble | 3 | -0/+7 |
2007-05-02 | Making Solaris happy | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-05-02 | /* Nothing */ | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-05-02 | Fix check_time returning wrong OK when time is before the epoch on some arch | Thomas Guyot-Sionnest | 3 | -7/+9 |
2007-04-28 | added test cases for check_cluster | Matthias Eble | 1 | -0/+83 |
2007-04-25 | Test installs into temporary directories | Ton Voon | 1 | -2/+4 |
2007-04-25 | check_load can optionally divide by number of cpus | Ton Voon | 5 | -3/+43 |
2007-04-23 | #ifdef can only test a single macro, not an expression. | Holger Weiss | 1 | -1/+1 |
2007-04-20 | Remove unused variables. | Holger Weiss | 1 | -2/+0 |
2007-04-20 | Include "utils_base.h". | Holger Weiss | 1 | -0/+1 |
2007-04-20 | Declare print_thresholds(). | Holger Weiss | 1 | -0/+1 |
2007-04-20 | Predeclare functions and remove unused variables. | Holger Weiss | 1 | -2/+3 |
2007-04-20 | Use the 'server identifier' option instead of the 'siaddr' field as the | Holger Weiss | 2 | -10/+29 |
2007-04-19 | Fix compilation of check_ldap, check_radius and check_pgsql (*ding*) | Thomas Guyot-Sionnest | 2 | -1/+2 |
2007-04-18 | Revert my previous change to "-S/--skip" in favour of the two options | Holger Weiss | 2 | -21/+46 |
2007-04-15 | Localization and help fixes (Thanks Benoit M.) | Thomas Guyot-Sionnest | 1 | -9/+6 |
2007-04-15 | Cosmetic change | Thomas Guyot-Sionnest | 1 | -8/+8 |
2007-04-15 | More details about the changes | Thomas Guyot-Sionnest | 1 | -0/+3 |
2007-04-15 | Add thresholds support for check_cluster + lots of standardization. | Thomas Guyot-Sionnest | 3 | -68/+115 |
2007-04-15 | Fix bug #1344584: Counter64 values not handled correctly | Thomas Guyot-Sionnest | 2 | -23/+26 |
2007-04-14 | Works for me | Thomas Guyot-Sionnest | 1 | -1/+0 |
2007-04-14 | Up to revision 1.35, the "-S" option skipped the specified number of | Holger Weiss | 2 | -10/+12 |
2007-04-13 | ... Some CVS magic too | Thomas Guyot-Sionnest | 1 | -0/+1 |
2007-04-13 | automake magic for check_cluster | Thomas Guyot-Sionnest | 3 | -1/+236 |
2007-04-11 | Add news item to nagiosplugins.org | Ton Voon | 1 | -1/+1 |
2007-04-11 | 1.4.8 releaserelease-1.4.8 | Ton Voon | 6 | -6/+153 |
2007-04-10 | Add some check_ntp translations | Thomas Guyot-Sionnest | 4 | -387/+560 |
2007-04-10 | - Fix possibility of printing scientific numbers in perfdata | Thomas Guyot-Sionnest | 1 | -12/+36 |
2007-04-10 | Hopefully this is correct. Need to make more changes so I'm commiting these. | Thomas Guyot-Sionnest | 3 | -514/+549 |
2007-04-04 | Fix for getting dispersion instead of jitter on older servers (like xntpd on ... | Thomas Guyot-Sionnest | 1 | -2/+13 |
2007-04-03 | Fix the synchronization source selection on big-endian systems. | Holger Weiss | 1 | -2/+2 |
2007-04-03 | Temporary fix for jitter calculation | Thomas Guyot-Sionnest | 1 | -1/+4 |
2007-04-02 | Don't rely on the assumption that the size of a READSTAT response is a | Holger Weiss | 1 | -5/+6 |
2007-04-02 | Add libgnu.a as regex functions required | Ton Voon | 1 | -1/+1 |
2007-04-02 | Fix byte order in verbose logging | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-04-02 | Seems like we don't get any jitter sometimes. While this needs to be fixed we... | Thomas Guyot-Sionnest | 1 | -1/+2 |
2007-04-01 | check_http.t: - added internet_access variable to skip tests where internet a... | Matthias Eble | 1 | -36/+58 |
2007-04-01 | utils_disk: fixed handling if check_disk -p is a device (np_set_best_match()) | Matthias Eble | 1 | -11/+12 |
2007-03-31 | Various check_ntp fixes | Holger Weiss | 1 | -0/+1 |
2007-03-31 | Fix an out-of-bounds memcpy(3) and add a realloc(3) error check in | Holger Weiss | 1 | -2/+5 |
2007-03-31 | Add a warning to the verbose output if jitter_request() found no | Holger Weiss | 1 | -1/+4 |
2007-03-31 | Avoid division by zero. | Holger Weiss | 1 | -1/+1 |
2007-03-31 | Remove the '-O' option, as it's ignored. | Holger Weiss | 1 | -7/+2 |
2007-03-30 | Use AS_HELP_STRING instead of ACX_HELP_STRING | Ton Voon | 1 | -1/+1 |
2007-03-30 | Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql detection | Ton Voon | 3 | -40/+89 |
2007-03-30 | Test Cases for check_disk's -r, -R, -C and -g | Matthias Eble | 2 | -2/+94 |
2007-03-30 | check_disk: minor fix for -C if bestmatch != -p | Matthias Eble | 1 | -1/+8 |
2007-03-30 | check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10) | Matthias Eble | 3 | -2/+66 |
2007-03-30 | check_disk: added grouping functionality. see np-devel mail (2007-02-10) | Matthias Eble | 3 | -20/+74 |