icinga2/icinga-app/icinga2.conf

22 lines
507 B
Plaintext
Raw Normal View History

2012-05-07 13:48:17 +02:00
{
"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" }
},
"rpclistener": {
"kekslistener": { "replicate": "0", "service": "8888" }
},
"rpcconnection": {
"keksclient": { "replicate": "0", "node": "127.0.0.1", "service": "7777" }
}
}