mirror of https://github.com/Icinga/icinga2.git
22 lines
500 B
Plaintext
22 lines
500 B
Plaintext
{
|
|
"icinga": {
|
|
"icinga": {
|
|
"privkey": "icinga-c3.key",
|
|
"pubkey": "icinga-c3.crt",
|
|
"cakey": "ca.crt",
|
|
"node": "10.0.10.14",
|
|
"service": "8888"
|
|
}
|
|
},
|
|
"component": {
|
|
"configrpc": { "replicate": "0", "configSource": "1" },
|
|
"demo": { "replicate": "0" },
|
|
"discovery": { "replicate": "0", "broker": "0" }
|
|
},
|
|
"rpclistener": {
|
|
"kekslistener": { "replicate": "0", "service": "8888" }
|
|
},
|
|
"broker": {
|
|
"icinga-c1": { "replicate": "0", "node": "10.0.10.3", "service": "7777" }
|
|
}
|
|
} |