mirror of https://github.com/Icinga/icinga2.git
19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
{
|
|
"icinga": {
|
|
"icinga": {
|
|
"privkey": "icinga-c1.key",
|
|
"pubkey": "icinga-c1.crt",
|
|
"cakey": "ca.crt"
|
|
}
|
|
},
|
|
"component": {
|
|
"configrpc": { "replicate": "0", "configSource": "1" },
|
|
"demo": { "replicate": "0" }
|
|
},
|
|
"rpclistener": {
|
|
"kekslistener": { "replicate": "0", "port": "7777" }
|
|
},
|
|
"host": {
|
|
"localhost": { "ipaddr": "127.0.0.1" }
|
|
}
|
|
} |