mirror of https://github.com/Icinga/icinga2.git
Updated demo config file.
This commit is contained in:
parent
f2698c0fb7
commit
68a4eadb54
|
@ -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::*" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue