Age | Commit message (Expand) | Author | Files | Lines |
2024-09-27 | Merge pull request #2021 from monitoring-plugins/check_disk_static_fixes | Lorenz Kästle | 1 | -49/+34 |
2024-09-27 | check_disk: remove unused variables and functions | Lorenz Kästle | 1 | -15/+0 |
2024-09-27 | check_disk: Declare global variables static | Lorenz Kästle | 1 | -37/+37 |
2024-09-27 | check_snmp: Remove unused PP-macros | RincewindsHat | 1 | -2/+0 |
2024-09-27 | check_snmp: Declare most variables as static | RincewindsHat | 1 | -78/+78 |
2024-09-06 | check_ssh: set elapsed time properly | RincewindsHat | 1 | -2/+1 |
2024-09-06 | Merge pull request #2015 from RincewindsHat/fix/check_mysql_variables | Lorenz Kästle | 1 | -4/+4 |
2024-08-29 | Remove experimental state from check_curl | Lorenz Kästle | 1 | -2/+0 |
2024-08-28 | check_ssh: Remove unused variable iteration | RincewindsHat | 1 | -1/+0 |
2024-08-28 | check_ssh: Always initialize elapsed_time | RincewindsHat | 1 | -1/+1 |
2024-08-28 | check_mysql: Label some booleans correctly | Lorenz Kästle | 1 | -4/+4 |
2024-08-28 | check_mysql: remove unused global variables | Lorenz Kästle | 1 | -1/+1 |
2024-08-28 | Merge pull request #2001 from RincewindsHat/check_snmp_protocoll_documentation | Lorenz Kästle | 1 | -4/+6 |
2024-08-19 | check_curl: change help for --state-regex again to fix formatting | RincewindsHat | 1 | -1/+1 |
2024-08-19 | check_curl: Parse state-regex option ignoring case | RincewindsHat | 1 | -2/+2 |
2024-08-19 | check_curl: Fix help for state regex option | RincewindsHat | 1 | -2/+2 |
2024-08-16 | check_curl: Documentation for --certificate, --cookie-jar | Alvar Penning | 1 | -3/+6 |
2024-08-11 | check_curl: raise SSL issue when --continue-after-certificate is used | Yannick Martin | 1 | -8/+9 |
2024-07-30 | check_curl: fix relative redirects on non-standard port | Sven Nierlein | 3 | -9/+32 |
2024-07-23 | Merge branch 'master' into check_curl_features | Sven Nierlein | 5 | -532/+588 |
2024-07-23 | check_http: replace www.mozilla.com with monitoring-plugins.org | Sven Nierlein | 2 | -4/+4 |
2024-07-12 | check_ups: additional alarm conditions (#1961) | Lorenz Kästle | 1 | -498/+545 |
2024-05-21 | Fix typos | RincewindsHat | 1 | -2/+2 |
2024-05-21 | Add more documentation to the help page of check_snmp regarding authenticatio... | RincewindsHat | 1 | -4/+6 |
2024-04-12 | Adjust check_swap tests | Napsty | 1 | -1/+1 |
2024-04-12 | Adjust check_swap tests | Napsty | 1 | -1/+1 |
2024-04-12 | Adjust check_swap tests | Napsty | 1 | -0/+12 |
2024-04-12 | Allow single threshold | Napsty | 1 | -8/+2 |
2024-04-12 | Possibility to run check_swap without thresholds | Napsty | 1 | -28/+31 |
2024-04-07 | check_http/check_curl: added a --regex-state option to change the state of a ... | Andreas Baumann | 2 | -6/+32 |
2024-04-07 | check_curl/check_http: clarified format of POST data (#1978) | Andreas Baumann | 2 | -2/+2 |
2024-04-07 | check_load: remove unused code (#1998) | Lorenz Kästle | 1 | -26/+0 |
2024-03-27 | check_disk: Fail on missing arguments for --warning and --critical and fix a ... | Lorenz Kästle | 4 | -3/+45 |
2024-03-27 | check_ssh: patches from op5 (#1738) | Lorenz Kästle | 2 | -76/+234 |
2024-03-23 | check_swap: replace another fake boolen and small improvements (#1996) | Lorenz Kästle | 1 | -10/+10 |
2024-03-23 | check_nwstat: adds percentage used space (#1183) | waja | 1 | -0/+53 |
2024-02-23 | check_disk increase alert precision (#1989) | Sven Nierlein | 2 | -23/+7 |
2024-02-12 | Merge pull request #1987 from euniceremoquillo/Improve-negate-plugin-helptext | Lorenz Kästle | 1 | -2/+4 |
2024-02-12 | Added indentions for readability | Eunice Remoquillo | 1 | -2/+2 |
2024-02-12 | Improve negate plugin helptext | Eunice Remoquillo | 1 | -2/+4 |
2024-02-01 | check_curl: add haproxy protocol option | Emmanuel Riviere | 1 | -2/+15 |
2024-01-04 | Fix tests | RincewindsHat | 3 | -5/+4 |
2024-01-04 | Fix Makefile.am to fix tests | RincewindsHat | 1 | -1/+1 |
2024-01-04 | Merge branch 'master' into check_swap_again | RincewindsHat | 4 | -9/+4 |
2024-01-04 | Implement stub functionality for SRV4 swapctl stuff | RincewindsHat | 1 | -16/+49 |
2024-01-04 | Implement stub functionality for BSD swapctl stuff | RincewindsHat | 1 | -9/+30 |
2023-12-29 | check_snmp: Remove unused variable | RincewindsHat | 1 | -4/+0 |
2023-12-29 | check_http: Remove self assignment of a variable and add some comments | RincewindsHat | 1 | -3/+2 |
2023-12-29 | Change iritating NULL assignment | RincewindsHat | 2 | -2/+2 |
2023-12-20 | Add test proc/meminfo file and corresponding test | RincewindsHat | 2 | -2/+60 |