From 68a4eadb543f51b991cd90f8744efdfa0c592e1c Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 9 May 2012 12:39:18 +0200 Subject: [PATCH] Updated demo config file. --- icinga-app/icinga1.conf | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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 -- 2.50.1