igmonplugins
igmonplugins copied to clipboard
Nagios plugins from InnoGames
Be explicit that all limits are calculated per day also in the positive non-warn case
src/check_mysql_conf.py: Empty files with only [mysqld] line are producing an error in pt-config-diff - checking if there is at least one non-empty line in the config file.
Tried running this check on a Ubuntu jammy server with newest version of clickhouse and clickhouse-driver. Fail with missing argument on the "parts" check. The following line needs an additional...
Users can "ignore" some warnings on Jenkins management interface. We'd like to have our ignore file to be the only source of truth in this case. New groovy code doesn't...
Improve code quality of check_redis_cluster.py
This check was written by Jon Dawson.
We want to raise a warning if two masters or two slaves are active on the same home because a sudden lost of the current vm would lead to data...
The `timedelta` object on Python2 doesn't support division. Because of that I had to cast the both sides to `int` which harms precision and causes `DivisionByZero` when the script is...
We want to allow for multiple values to match since we only need one specific model to have different values. For this the first match should be applied so we...
The check would always warn on empty hypervisors, because it would try to send empty data to NSCA. We now just pretend we sent the data, so the check doesn't...