mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
Updated demo config file.
This commit is contained in:
parent
f2698c0fb7
commit
68a4eadb54
@ -17,7 +17,23 @@
|
|||||||
"host": {
|
"host": {
|
||||||
"localhost": { "node": "127.0.0.1" }
|
"localhost": { "node": "127.0.0.1" }
|
||||||
},
|
},
|
||||||
"include": {
|
"endpoint": {
|
||||||
"permissions.conf": { "test": [ "hello", "world" ] }
|
"icinga-c2": {
|
||||||
|
"replicate": "0",
|
||||||
|
"roles": [ "demo" ]
|
||||||
|
},
|
||||||
|
"icinga-c3": {
|
||||||
|
"replicate": "0",
|
||||||
|
"roles": [ "demo" ]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"role": {
|
||||||
|
"broker": {
|
||||||
|
"publish": [ "discovery::NewComponent" ]
|
||||||
|
},
|
||||||
|
"demo": {
|
||||||
|
"publish": [ "demo::*" ],
|
||||||
|
"subscribe": [ "demo::*" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user