From: Michael Friedrich Date: Sat, 22 Sep 2012 16:17:37 +0000 (+0200) Subject: compatido: add commented component example to icinga-standalone.conf X-Git-Tag: v0.0.1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81c3f07f13abdbadf12397cbc4dd5f9d0a222848;p=icinga2 compatido: add commented component example to icinga-standalone.conf --- diff --git a/icinga-app/icinga-standalone.conf b/icinga-app/icinga-standalone.conf index 044882d57..30c6a8beb 100644 --- a/icinga-app/icinga-standalone.conf +++ b/icinga-app/icinga-standalone.conf @@ -16,6 +16,10 @@ local object Component "compat" { } +//local object Component "compatido" { +// +//} + abstract object Service "nagios-service" { methods = { check = "native::NagiosCheck"