mirror of https://github.com/Icinga/icinga2.git
compatidio: add a comment sample component to icinga2.conf.dist
This commit is contained in:
parent
c726adb550
commit
a96a77c87c
|
@ -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
|
* This template defines some basic parameters for services that use
|
||||||
* external plugins for their checks.
|
* external plugins for their checks.
|
||||||
|
|
Loading…
Reference in New Issue