aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-29- delay set_source_ip() until address_family is detectedGravatar ghciv6
- add a test to check '-s'
2022-01-29fixed -ffollow for HTTP/2.0 (Fixes #1685): added major_version parsing to ↵Gravatar Andreas Baumann
PicoHTTPParser
2022-01-29check_http and check_curl: added --max-redirs=N option (feature #1684)Gravatar Andreas Baumann
2022-01-25add --queryname parameter to check_pgsql (#1741)Gravatar datamuc
This is used in the long output instead of the actual query. So instead of OK - 'select stuff from various, tables where some_stuff is null and other_stuff is not null' returned 42 one can use --queryname=check_greatest_basket and it will print OK - check_greatest_basket returned 42 That's nicer for alerting purposes, at least in our use case.
2022-01-23Point to Icinga Exchange instead of dead Monitoring Exchange (#1737)Gravatar Lorenz
2022-01-22Fixes the positioning of the code and some other changesGravatar RincewindsHat
2022-01-22Implements 'host-alive' mode (Closes. #1027)Gravatar Jan Wagner
To reduce the check-duration, it addes a host-alive flag which stops testing after the first successful reply.
2022-01-22Trivial printf fix and a little bit of code style (#1695)Gravatar Lorenz
* Fix several warnings (and some downright bugs probably) with formating in check_disk Update to master * Fix merge error, I forgot the last time * Fix indentation Co-authored-by: rincewind <rincewind@vulgrim.de>
2022-01-22Trivial source code formatting only: Use tabs consistently for source code ↵Gravatar Mark A. Ziesemer
indentation (whitespace), as per https://github.com/monitoring-plugins/monitoring-plugins/blob/master/CODING . (#1424) Looks good, thank you very much.
2022-01-21Rebase to master (#1731)Gravatar Lorenz
2022-01-14Merge pull request #1412 from glensc/pld/nagios-plugins-ping.patchGravatar Lorenz
[check_ping] understang ping6 output from iputils package
2022-01-14Merge pull request #1496 from FracKenA/Add-NullOID-ExitGravatar Lorenz
Added option for null zero length string exit codes
2022-01-14Updated int state to human readableGravatar Ken D
2022-01-14Added option for null zero length string exit codesGravatar Ken D
When using a large distributed network with the same group of checks used against a large number of devices, occationally there are missing cards in a few devices that are present in other devices. Rather than having a large number of unknown results, disable active checking on those large number of result or having to create a unique check configuration for those devices. This option allows you to select an OK, WARNING, CRITICAL or UNKNOWN status while still retaining the default behavior when not present. This also allows a for the check to immediately start checks as intended should the hardware be added that the check is looking for.
2022-01-14Merge pull request #1301 from nafets/exit_on_stderrGravatar Lorenz
check_by_ssh: added option to exit with an warning, if there is output on STDERR
2022-01-03Merge pull request #1642 from mdavranche/masterGravatar Lorenz
check_swap: Handle cached swap
2022-01-03Rename tmp variable to get even with masterGravatar Lorenz Kästle
2022-01-03Merge branch 'master' into masterGravatar Lorenz
2021-12-21Merge pull request #1679 from RincewindsHat/shell_check_check_sensors.shGravatar Lorenz
check_sensors.sh: Make shellcheck happier
2021-12-21check_sensors.sh: Make shellcheck happierGravatar rincewind
2021-12-20Merge pull request #1732 from RincewindsHat/check_log_missing_oldlog_abortGravatar Lorenz
Missing oldlog now aborts check_log
2021-12-20Apparently Dash is not Bash, so -v does not workGravatar RincewindsHat
2021-12-19Merge pull request #1725 from monitoring-plugins/check_game_update_urlGravatar Lorenz
Update Url to qstat
2021-12-02Missing oldlog now aborts check_logGravatar RincewindsHat
2021-12-02Merge pull request #1459 from waja/fix/shellcheckGravatar RincewindsHat
Several fixes shellcheck complaining about
2021-12-02Merge branch 'master' into fix/shellcheckGravatar RincewindsHat
2021-12-02Merge pull request #1490 from leeclemens/mailq-add-config-dirGravatar RincewindsHat
check_mailq: Add mailq -C option for config dir or config file
2021-12-02Fix syntax error resulting from mergingGravatar RincewindsHat
2021-12-02Merge branch 'master' into mailq-add-config-dirGravatar RincewindsHat
2021-11-29Merge pull request #1730 from RincewindsHat/check_file_age_more_explicit_helpGravatar RincewindsHat
Make size parameter a little bit more intelligible
2021-11-29Make size parameter a little bit more intelligibleGravatar RincewindsHat
2021-11-29Merge pull request #1493 from darksoul42/masterGravatar RincewindsHat
Fix regexp for nullmailer "mailq" output. Looks good. Thank you very much.
2021-11-28Merge pull request #1692 from RincewindsHat/modernize_check_logGravatar RincewindsHat
Modernize check log
2021-11-25Merge pull request #1729 from RincewindsHat/fix_QL_problemsGravatar RincewindsHat
Fix some QL problems
2021-11-25Merge pull request #1727 from phibos/fix_check_ups_1030Gravatar RincewindsHat
Fix possible overflow in check_ups. Looks good to me too, thank you very much
2021-11-24More wrong printf formattingGravatar RincewindsHat
2021-11-24check_hpjd: Fixing port optionGravatar RincewindsHat
2021-11-24Fix CodeQL checksGravatar RincewindsHat
2021-11-24Merge pull request #1682 from phibos/codeqlGravatar RincewindsHat
Add CodeQL checks
2021-11-24Fix possible overflow in check_ups (Fixes: #1030)Gravatar PhiBo
2021-11-21Update Url to qstatGravatar RincewindsHat
2021-11-19Merge pull request #1723 from RincewindsHat/check_swap_smallfix_and_styleGravatar RincewindsHat
Small fix to threshold validation and style (indentation) fixes
2021-11-19Merge pull request #1724 from mullumaus/masterGravatar RincewindsHat
Allows check_ldap to read password from environment variable
2021-11-19Allows check_ldap to get password from env variableGravatar Linda Guo
It's not secure to provide LDAP password through command line option because other users on the same host can see the password in 'ps' command output. This change allows check_ldap to get password from environment variable.
2021-11-19Fix option description authpassword -> authpasswdGravatar Lorenz Kästle
2021-11-19Revert "Fixed option description authpassword -> authpasswd + whitespaces"Gravatar Lorenz Kästle
This reverts commit b27e639725f680411aaa78dd9aa59cfff84ad0c5.
2021-11-19Fixed option description authpassword -> authpasswd + whitespacesGravatar Lorenz Kästle
2021-11-19Small fix to threshold validation and style (indentation) fixesGravatar RincewindsHat
2021-11-18Merge pull request #1697 from RincewindsHat/dont_show_rta_if_uselessGravatar RincewindsHat
check_ping: Do not show RTA if no connection was possible
2021-11-17Merge pull request #1654 from wolfgangkarall/masterGravatar RincewindsHat
check_procs -- exchange needle and haystack in strstr() for proper st…