From: Michael Friedrich Date: Fri, 15 Jun 2018 08:55:51 +0000 (+0200) Subject: Drop command template imports for versions < 2.6 in the docs X-Git-Tag: v2.9.0~35^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e390962fb6b6298ccfadaa90de7758e5c2167bc9;p=icinga2 Drop command template imports for versions < 2.6 in the docs Such versions are out of support, so there's no need to keep track in the docs for 2.9. --- diff --git a/doc/09-object-types.md b/doc/09-object-types.md index 0ba3ff05e..1c6436739 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -124,10 +124,6 @@ chapter. A check command definition. Additional default command custom attributes can be defined here. -> **Note** -> -> Icinga 2 versions < 2.6.0 require the import of the [plugin-check-command](10-icinga-template-library.md#itl-plugin-check-command) template. - Example: ``` @@ -563,10 +559,6 @@ Endpoint objects cannot currently be created with the API. An event command definition. -> **Note** -> -> Icinga 2 versions < 2.6.0 require the import of the [plugin-event-command](10-icinga-template-library.md#itl-plugin-event-command) template. - Example: ``` @@ -1184,10 +1176,6 @@ Runtime Attributes: A notification command definition. -> **Note** -> -> Icinga 2 versions < 2.6.0 require the import of the [plugin-notification-command](10-icinga-template-library.md#itl-plugin-notification-command) template. - Example: ```