From e390962fb6b6298ccfadaa90de7758e5c2167bc9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 15 Jun 2018 10:55:51 +0200 Subject: [PATCH] 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. --- doc/09-object-types.md | 12 ------------ 1 file changed, 12 deletions(-) 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: ``` -- 2.40.0