Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
39 hours | Merge pull request #2129 from RincewindsHat/check_fping_5.3_optionsHEADmaster | Lorenz Kästle | 3 | -12/+136 | |
Add fping 5.2 and 5.3 options to check_fping | |||||
39 hours | Remove options if fping version is too low and die directly | Lorenz Kästle | 1 | -1/+5 | |
39 hours | Remove unnecessary newline | Lorenz Kästle | 1 | -1/+0 | |
41 hours | check_fping: small style improvement | Lorenz Kästle | 2 | -3/+3 | |
42 hours | Implement new fping options for fping 5.2 and 5.3 | Lorenz Kästle | 2 | -8/+96 | |
fping 5.2 and 5.3 add some new useful command line options which this commit add to check_fping. These are: * --fwmark - sets a firewall mark in the packages to make them identifiable (fping 5.2) * --icmp-timestamp - fping uses ICMP timestamp instead of ICMP Echo (fping 5.2) * --check-source - fping discards replies which originate not from the target address (fping 5.2) The fping release notes describe theses options ( https://github.com/schweikert/fping/releases ) in a little bit more detail. Currently the help display for those options is only shown when fping was available in the appropriate version during compilation. | |||||
2 days | Implement autoconf logic for fping version detection | Lorenz Kästle | 1 | -2/+36 | |
3 days | Remove unused FPING6 variable | Lorenz Kästle | 1 | -1/+0 | |
2025-05-13 | Merge pull request #2115 from Firstyear/20250327-use-flags-fpingcoverity/master | Lorenz Kästle | 2 | -22/+18 | |
Improve handling of -4/-6 This changes the handling of `-4`/`-6` flags for check_fping to make it more explicit which IP stack is used in which case. Additionally, the deprecated `fping6` command is removed wholesale and the explicit `-4`/`-6` flags are used instead. | |||||
2025-05-09 | Merge pull request #2124 from monitoring-plugins/fix_check_apt_const_char | Lorenz Kästle | 2 | -2/+2 | |
changed filename in cmd_file_read to const char * (check_apt warning) | |||||
2025-05-09 | changed filename in cmd_file_read to const char * (check_apt warning) | Andreas Baumann | 2 | -2/+2 | |
2025-05-09 | Merge branch 'master' into 20250327-use-flags-fping | Firstyear | 2 | -2/+2 | |
2025-05-08 | Merge pull request #2123 from RincewindsHat/fix_do_not_deactivate_v6_in_ci | Lorenz Kästle | 2 | -2/+2 | |
Do not explicitely disable IPv6 in the CI | |||||
2025-05-08 | Do not explicitely disable IPv6 in the CI | Lorenz Kästle | 2 | -2/+2 | |
2025-05-07 | Remove un-needed flags | William | 2 | -49/+0 | |
2025-05-07 | Improve logic | William | 1 | -7/+41 | |
2025-05-07 | Harden check with unspec | William | 1 | -2/+2 | |
2025-05-07 | Improve handling of -4/-6 | William | 1 | -11/+22 | |
If fping is used with a target that has dual stack v4/v6, then due to the logic during command construction, ipv4 will never be checked as v6 is preferred by fping. This explicitly flags -4/-6 when it is requested by the user. | |||||
2025-04-21 | Merge pull request #2118 from waja/check_http_deprecation | Lorenz Kästle | 1 | -0/+10 | |
check_http: Adding deprecation text | |||||
2025-04-21 | check_http: Adding deprecation text | Jan Wagner | 1 | -0/+10 | |
2025-04-21 | Merge pull request #2119 from waja/CI_fix_fedora | Lorenz Kästle | 1 | -0/+7 | |
CI: Install gawk on fedora > 41 | |||||
2025-04-21 | CI: Install gawk on fedora > 41 | Jan Wagner | 1 | -0/+7 | |
2025-03-31 | Merge pull request #2113 from RincewindsHat/refactor/check_disk | Lorenz Kästle | 22 | -1095/+1746 | |
Refactor/check disk | |||||
2025-03-31 | Some code simplifications | Lorenz Kästle | 1 | -15/+3 | |
2025-03-31 | Try fixing some tests | Lorenz Kästle | 1 | -8/+9 | |
2025-03-31 | check_disk: decrease precision to avoid false negatives with small ↵ | Lorenz Kästle | 1 | -1/+8 | |
measurement changes | |||||
2025-03-31 | Fixes problems after a4cf2e79f75dce3828be21726f10c755f652f710 | Lorenz Kästle | 3 | -25/+41 | |
2025-03-31 | Fix some typos with units | Lorenz Kästle | 1 | -6/+6 | |
2025-03-30 | Try to circumvent some old compiler errors | Lorenz Kästle | 1 | -6/+0 | |
2025-03-30 | Add debugging to tests for CI | Lorenz Kästle | 1 | -0/+3 | |
2025-03-30 | Remove cool, comfy c23 functionality for some dirty old hacks | Lorenz Kästle | 3 | -32/+50 | |
2025-03-30 | Codespell fixes | Lorenz Kästle | 2 | -5/+5 | |
2025-03-30 | Address check_disk changes in tests | Lorenz Kästle | 2 | -118/+154 | |
2025-03-30 | Refactor check_disk and library functions | Lorenz Kästle | 4 | -724/+1048 | |
2025-03-30 | Implement some helper functions for thresholds | Lorenz Kästle | 2 | -0/+15 | |
2025-03-30 | Fix wrong return state in threshold function | Lorenz Kästle | 1 | -1/+1 | |
2025-03-30 | Add more helpers to perfdata functions | Lorenz Kästle | 2 | -0/+99 | |
2025-03-30 | Always quote perfdata labels | Lorenz Kästle | 1 | -1/+1 | |
2025-03-30 | Add selectable level of detail for output | Lorenz Kästle | 2 | -4/+20 | |
2025-03-30 | Bugfix in output | Lorenz Kästle | 1 | -1/+7 | |
2025-03-18 | check_disk: Remove unnecessary NULL checks | Lorenz Kästle | 1 | -18/+6 | |
2025-03-18 | Refactor test_check_disk.c | Lorenz Kästle | 1 | -42/+44 | |
2025-03-18 | Remove some unused code | Lorenz Kästle | 1 | -8/+0 | |
2025-03-18 | Migrate disk tests from lib, tool | Lorenz Kästle | 10 | -23/+26 | |
2025-03-18 | Adapt .gitignore | Lorenz Kästle | 1 | -0/+2 | |
2025-03-18 | Refactor check_disk, no more global variables | Lorenz Kästle | 2 | -264/+358 | |
2025-03-18 | refactor check_disk.d code a bit | Lorenz Kästle | 2 | -78/+100 | |
2025-03-18 | Move disk specific stuff from lib to plugin specific directory | Lorenz Kästle | 4 | -2/+3 | |
2025-03-17 | check_disk: reset single file system result in between checks | Lorenz Kästle | 1 | -0/+3 | |
2025-03-17 | Merge pull request #2112 from klaernie/patch-1 | Lorenz Kästle | 1 | -1/+1 | |
change error message for missing certificate | |||||
2025-03-17 | check_disk: Little fixes and improvements | Lorenz Kästle | 1 | -8/+23 | |