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