Updated demo config file.

This commit is contained in:
Gunnar Beutner 2012-05-09 12:39:18 +02:00
parent f2698c0fb7
commit 68a4eadb54
1 changed files with 18 additions and 2 deletions

View File

@ -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::*" ]
}
}
}