From c2e273951973c24a383245f796b251a8817467bb Mon Sep 17 00:00:00 2001 From: Tomas Edwardsson Date: Tue, 16 Jul 2013 10:43:58 +0000 Subject: [PATCH] Added nrpe.d config file --- check_updates/nrpe.d/check_updates.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 check_updates/nrpe.d/check_updates.cfg 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"