diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_timeperiod_rules.html b/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_timeperiod_rules.html index 7e4c134..d1ed04e 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_timeperiod_rules.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_timeperiod_rules.html @@ -149,7 +149,20 @@ ng_timep_sunday => '00:00-00:00', 42 43 44 -45 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58
# File 'manifests/nagios/objects/add_timeperiod_rules.pp', line 18
@@ -180,6 +193,19 @@ class confdroid_nagios::nagios::objects::add_timeperiod_rules (
       content => template($ng_tgt_timep_head_erb),
       order   => '000',
     }
+
+    # default timeperiod rule 24x7
+    confdroid_nagios::nagios::objects::add_timeperiods { '24x7':
+      ng_timeperiod_name  => '24x7',
+      ng_timeperiod_alias => '24x7',
+      ng_timep_monday     => '00:00-24:00',
+      ng_timep_tuesday    => '00:00-24:00',
+      ng_timep_wednesday  => '00:00-24:00',
+      ng_timep_thursday   => '00:00-24:00',
+      ng_timep_friday     => '00:00-24:00',
+      ng_timep_saturday   => '00:00-24:00',
+      ng_timep_sunday     => '00:00-24:00',
+    }
   }
 }
diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 415fc14..9c6d057 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -986,6 +986,11 @@ inherited by all classes except defines. (defaults to: 'nagiosadmin') + — +
+

The members of the default contact group. Default is ‘nagiosadmin’.

+
+ @@ -999,8 +1004,6 @@ inherited by all classes except defines.
 
 
-105
-106
 107
 108
 109
@@ -1171,10 +1174,12 @@ inherited by all classes except defines.
 274
 275
 276
-277
+277 +278 +279 -
# File 'manifests/params.pp', line 105
+        
# File 'manifests/params.pp', line 107
 
 class confdroid_nagios::params (