Added the CheckCommand object to the object list and linked to it's subsection.
This commit is contained in:
parent
cf5c8e99bc
commit
d0144c8e43
1 changed files with 2 additions and 1 deletions
|
@ -283,6 +283,7 @@ This means that they will not be added to the rendered object definition files.
|
||||||
Object types:
|
Object types:
|
||||||
|
|
||||||
* [icinga2::object::apply_service_to_host](#object_apply_service_to_host)
|
* [icinga2::object::apply_service_to_host](#object_apply_service_to_host)
|
||||||
|
* [icinga2::object::checkcommand](#object_checkcommand)
|
||||||
* [icinga2::object::host](id:object_host)
|
* [icinga2::object::host](id:object_host)
|
||||||
* [icinga2::object::hostgroup](id:object_hostgroup)
|
* [icinga2::object::hostgroup](id:object_hostgroup)
|
||||||
* [icinga2::object::idomysqlconnection](id:object_idomysqlconnection)
|
* [icinga2::object::idomysqlconnection](id:object_idomysqlconnection)
|
||||||
|
@ -325,7 +326,7 @@ If you would like to use Puppet or Facter variables in an `assign_where` or `ign
|
||||||
assign_where => "\"linux_servers\" in host.${facter_variable}"",
|
assign_where => "\"linux_servers\" in host.${facter_variable}"",
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
####`icinga2::object::checkcommand`
|
####[`icinga2::object::checkcommand`](id:object_checkcommand)
|
||||||
|
|
||||||
The `checkcommand` defined type can create `checkcommand` objects.
|
The `checkcommand` defined type can create `checkcommand` objects.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue