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