fixed timeperiods and edited README
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|Repo Name| version | Build Status|
|
|Repo Name| version | Build Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|`cd_nagios`| 0.0.0.9 | [](https://jenkins.confdroid.com/job/cd_nagios/)|
|
|`cd_nagios`| 0.0.0.10 | [](https://jenkins.confdroid.com/job/cd_nagios/)|
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
Nagios is a powerful open source software solution for monitoring your IT environments.
|
Nagios is a powerful open source software solution for monitoring your IT environments.
|
||||||
|
|||||||
@@ -60,18 +60,5 @@ class cd_nagios::nagios::objects::add_timeperiod_rules (
|
|||||||
content => template($ng_tgt_timep_head_erb),
|
content => template($ng_tgt_timep_head_erb),
|
||||||
order => '000',
|
order => '000',
|
||||||
}
|
}
|
||||||
|
|
||||||
# example rule
|
|
||||||
# cd_nagios::nagios::objects::add_timeperiods { 'example_timeperiod':
|
|
||||||
# ng_timep_name => 'example_timeperiod',
|
|
||||||
# ng_timep_alias => 'Example timeperiod',
|
|
||||||
# ng_timep_monday => '00:00-00:00',
|
|
||||||
# ng_timep_tuesday => '00:00-00:00',
|
|
||||||
# ng_timep_wednesday => '00:00-00:00',
|
|
||||||
# ng_timep_thursday => '00:00-00:00',
|
|
||||||
# ng_timep_friday => '00:00-00:00',
|
|
||||||
# ng_timep_saturday => '00:00-00:00',
|
|
||||||
# ng_timep_sunday => '00:00-00:00',
|
|
||||||
# }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user