From 872e4bf4d0c279f07a151d569845ed550b57a3f9 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 20 Sep 2008 08:14:13 +0000 Subject: [PATCH] [project @ zobel@samosa-20080920081413-kl4hv72gijzzouqc] add samhain for all hosts --- nagios-master.cfg | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/nagios-master.cfg b/nagios-master.cfg index 9dc1270..e820fe3 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -529,9 +529,11 @@ servicegroups: alias: weak ssh keys apt: alias: apt upgrade status + samhain: + alias: samhain integrity status security: alias: security - servicegroup_members: apt, weaksshkeys, kernel + servicegroup_members: apt, weaksshkeys, kernel, samhain ############################# # services @@ -672,6 +674,15 @@ services: normal_check_interval: 180 retry_check_interval: 5 + #### + - + name: samhain + servicegroups: samhain + nrpe: "/usr/lib/nagios/plugins/dsa-check-samhain" + hostgroups: computers + normal_check_interval: 240 + retry_check_interval: 5 + #### - name: users -- 2.20.1