Recommit for updates in build 120

This commit is contained in:
Jenkins Server
2026-03-02 00:14:24 +01:00
parent 6e9bcd1528
commit 004cac8c9b
2 changed files with 11 additions and 11 deletions

View File

@@ -196,15 +196,15 @@ class confdroid_nagios::nagios::objects::add_timeperiod_rules (
# 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',
ng_timep_name => '24x7',
ng_timep_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',
}
}
}</pre>