From: Gunnar Beutner Date: Wed, 9 May 2012 10:39:18 +0000 (+0200) Subject: Updated demo config file. X-Git-Tag: v0.0.1~540 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68a4eadb543f51b991cd90f8744efdfa0c592e1c;p=icinga2 Updated demo config file. --- diff --git a/icinga-app/icinga1.conf b/icinga-app/icinga1.conf index 601ab601f..6b6a1bafb 100644 --- a/icinga-app/icinga1.conf +++ b/icinga-app/icinga1.conf @@ -17,7 +17,23 @@ "host": { "localhost": { "node": "127.0.0.1" } }, - "include": { - "permissions.conf": { "test": [ "hello", "world" ] } + "endpoint": { + "icinga-c2": { + "replicate": "0", + "roles": [ "demo" ] + }, + "icinga-c3": { + "replicate": "0", + "roles": [ "demo" ] + } + }, + "role": { + "broker": { + "publish": [ "discovery::NewComponent" ] + }, + "demo": { + "publish": [ "demo::*" ], + "subscribe": [ "demo::*" ] + } } } \ No newline at end of file