Merge branch '7218' of https://github.com/cropalato/puppet-icinga2 into 7218
This commit is contained in:
commit
7ed2bd5add
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -644,6 +644,26 @@ icinga2::object::scheduleddowntime {'some-downtime':
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
####[`icinga2::object::scheduleddownload`](id:object_scheduleddownload)
|
||||||
|
|
||||||
|
This defined type creates **ScheduledDowntime** objects
|
||||||
|
|
||||||
|
Example usage:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
icinga2::object::scheduleddowntime {'some-downtime':
|
||||||
|
host_name => 'localhost',
|
||||||
|
service_name => 'ping4',
|
||||||
|
author => 'icingaadmin',
|
||||||
|
comment => 'Some comment',
|
||||||
|
fixed => false,
|
||||||
|
duration => '30m',
|
||||||
|
ranges => { 'sunday' => '02:00-03:00' }
|
||||||
|
}
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
####[`icinga2::object::service`](id:object_service)
|
####[`icinga2::object::service`](id:object_service)
|
||||||
|
|
||||||
Coming soon...
|
Coming soon...
|
||||||
|
|
Loading…
Reference in a new issue