From 3c34a53aec49876801dc84a2e71428c6f847c8a3 Mon Sep 17 00:00:00 2001 From: Nick Chappell Date: Sun, 28 Sep 2014 19:35:23 -0700 Subject: [PATCH] Added a hostgroup placeholder chunk to the object usage section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fc6dc32..ea3a5c0 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Object types: * [icinga2::object::apply_service_to_host](#object_apply_service_to_host) * [icinga2::object::host](id:object_host) +* [icinga2::object::hostgroup](id:object_hostgroup) ####`icinga2::object::apply_service_to_host` @@ -301,6 +302,10 @@ If you would like to use an IPv6 address, make sure to set the `ipv6_address` pa } +####[`icinga2::object::hostgroup`](id:object_hostgroup) + +Coming soon... + [Reference](id:reference) ---------