diff --git a/check_updates/nrpe.d/check_updates.cfg b/check_updates/nrpe.d/check_updates.cfg new file mode 100644 index 0000000..fbbf088 --- /dev/null +++ b/check_updates/nrpe.d/check_updates.cfg @@ -0,0 +1,2 @@ +# Critical on security updates, warning if 40 or more total updates +command[check_updates]=/usr/lib64/nagios/plugins/check_updates --th "metric=security,critical=1..inf" --th "metric=total,warning=40..inf"