From d0144c8e434442688bbe1f4261c924db73c5af29 Mon Sep 17 00:00:00 2001 From: Nick Chappell Date: Sat, 18 Oct 2014 20:03:56 -0700 Subject: [PATCH] Added the CheckCommand object to the object list and linked to it's subsection. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc9b7af..0ed145c 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ This means that they will not be added to the rendered object definition files. Object types: * [icinga2::object::apply_service_to_host](#object_apply_service_to_host) +* [icinga2::object::checkcommand](#object_checkcommand) * [icinga2::object::host](id:object_host) * [icinga2::object::hostgroup](id:object_hostgroup) * [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}"", -####`icinga2::object::checkcommand` +####[`icinga2::object::checkcommand`](id:object_checkcommand) The `checkcommand` defined type can create `checkcommand` objects.