fixed typo
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
# @summary Class manages /etc/nagios_conf.d/nagios_timeperiods_add.cfg and
|
# @summary Class manages /etc/nagios_conf.d/nagios_timeperiods_add.cfg and
|
||||||
# add. hostgroups through external Puppet rules via define.
|
# add. hostgroups through external Puppet rules via define.
|
||||||
# cd_nagios::nagios::objects::add_timeperiods { 'example_timeperiod':
|
# cd_nagios::nagios::objects::add_timeperiods { 'example_timeperiod':
|
||||||
# ng_timeperiod_name => 'example_timeperiod',
|
# ng_timep_name => 'example_timeperiod',
|
||||||
# ng_timeperiod_alias => 'Example timeperiod',
|
# ng_timep_alias => 'Example timeperiod',
|
||||||
# ng_timep_monday => '00:00-00:00',
|
# ng_timep_monday => '00:00-00:00',
|
||||||
# ng_timep_tuesday => '00:00-00:00',
|
# ng_timep_tuesday => '00:00-00:00',
|
||||||
# ng_timep_wednesday => '00:00-00:00',
|
# ng_timep_wednesday => '00:00-00:00',
|
||||||
@@ -63,15 +63,15 @@ class cd_nagios::nagios::objects::add_timeperiod_rules (
|
|||||||
|
|
||||||
# example rule
|
# example rule
|
||||||
cd_nagios::nagios::objects::add_timeperiods { 'example_timeperiod':
|
cd_nagios::nagios::objects::add_timeperiods { 'example_timeperiod':
|
||||||
ng_timeperiod_name => 'example_timeperiod',
|
ng_timep_name => 'example_timeperiod',
|
||||||
ng_timeperiod_alias => 'Example timeperiod',
|
ng_timep_alias => 'Example timeperiod',
|
||||||
ng_timep_monday => '00:00-00:00',
|
ng_timep_monday => '00:00-00:00',
|
||||||
ng_timep_tuesday => '00:00-00:00',
|
ng_timep_tuesday => '00:00-00:00',
|
||||||
ng_timep_wednesday => '00:00-00:00',
|
ng_timep_wednesday => '00:00-00:00',
|
||||||
ng_timep_thursday => '00:00-00:00',
|
ng_timep_thursday => '00:00-00:00',
|
||||||
ng_timep_friday => '00:00-00:00',
|
ng_timep_friday => '00:00-00:00',
|
||||||
ng_timep_saturday => '00:00-00:00',
|
ng_timep_saturday => '00:00-00:00',
|
||||||
ng_timep_sunday => '00:00-00:00',
|
ng_timep_sunday => '00:00-00:00',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user