]> granicus.if.org Git - icinga2/commitdiff
compatidio: add a comment sample component to icinga2.conf.dist
authorMichael Friedrich <michael.friedrich@gmail.com>
Tue, 25 Sep 2012 13:21:33 +0000 (15:21 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Tue, 25 Sep 2012 13:21:33 +0000 (15:21 +0200)
icinga-app/config/icinga2.conf.dist

index 07f1022a60827e5ca4f5c1e56088f6d180be610d..da8bb4d5c347df511fdeeaf06c2f42a41027b80d 100644 (file)
@@ -40,6 +40,17 @@ local object Component "compat" {
 
 }
 
+/**
+ * The compatido component works as idomod connector to a running ido2db
+ * daemon, connected via tcp socket only. It will dump config and status
+ * information periodically for now. By default, this remains disabled.
+ */
+/*
+local object Component "compatido" {
+
+}
+*/
+
 /**
  * This template defines some basic parameters for services that use
  * external plugins for their checks.