[icinga-checkins] icinga.org: icinga2/master: Docs: Add a note about creating Zone/ Endpoint objects with the API
git at icinga.org
git at icinga.org
Wed Jun 22 09:56:08 CEST 2016
Module: icinga2
Branch: master
Commit: f2edbc59cfb72a8f0d7cf7fd299f038fd05ac3fc
URL: https://git.icinga.org/?p=icinga2.git;a=commit;h=f2edbc59cfb72a8f0d7cf7fd299f038fd05ac3fc
Author: Michael Friedrich <michael.friedrich at netways.de>
Date: Wed Jun 22 09:55:51 2016 +0200
Docs: Add a note about creating Zone/Endpoint objects with the API
fixes #12008
---
doc/6-object-types.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/6-object-types.md b/doc/6-object-types.md
index 08f700e..b4bd027 100644
--- a/doc/6-object-types.md
+++ b/doc/6-object-types.md
@@ -430,6 +430,7 @@ Configuration Attributes:
port |**Optional.** The service name/port of the remote Icinga 2 instance. Defaults to `5665`.
log_duration |**Optional.** Duration for keeping replay logs on connection loss. Defaults to `1d` (86400 seconds). Attribute is specified in seconds. If log_duration is set to 0, replaying logs is disabled. You could also specify the value in human readable format like `10m` for 10 minutes or `1h` for one hour.
+Endpoint objects cannot currently be created with the API.
## <a id="objecttype-eventcommand"></a> EventCommand
@@ -1556,7 +1557,7 @@ Configuration Attributes:
parent |**Optional.** The name of the parent zone.
global |**Optional.** Whether configuration files for this zone should be synced to all endpoints. Defaults to false.
-
+Zone objects cannot currently be created with the API.
# <a id="value-types"></a> Value Types
More information about the icinga-checkins
mailing list