mirror of https://github.com/Icinga/icinga2.git
39 lines
719 B
Plaintext
39 lines
719 B
Plaintext
{
|
|
"icinga": {
|
|
"icinga": {
|
|
"replicate": "0",
|
|
"privkey": "icinga-c1.key",
|
|
"pubkey": "icinga-c1.crt",
|
|
"cakey": "ca.crt",
|
|
"node": "10.0.10.14",
|
|
"service": "7777"
|
|
}
|
|
},
|
|
"component": {
|
|
"configrpc": { "replicate": "0", "configSource": "1" },
|
|
"demo": { "replicate": "0" },
|
|
"discovery": { "replicate": "0", "broker": "1" }
|
|
},
|
|
"host": {
|
|
"localhost": { "node": "127.0.0.1" }
|
|
},
|
|
"endpoint": {
|
|
"icinga-c2": {
|
|
"replicate": "0",
|
|
"roles": [ "demo" ]
|
|
},
|
|
"icinga-c3": {
|
|
"replicate": "0",
|
|
"roles": [ "demo" ]
|
|
}
|
|
},
|
|
"role": {
|
|
"broker": {
|
|
"publications": [ "discovery::NewComponent" ]
|
|
},
|
|
"demo": {
|
|
"publications": [ "demo::*" ],
|
|
"subscriptions": [ "demo::*" ]
|
|
}
|
|
}
|
|
} |