icinga2/icinga-app/icinga3.conf

34 lines
621 B
Plaintext

{
"icinga": {
"icinga": {
"replicate": "0",
"privkey": "icinga-c3.key",
"pubkey": "icinga-c3.crt",
"cakey": "ca.crt",
"node": "10.0.10.14",
"service": "9999"
}
},
"component": {
"configrpc": { "replicate": "0" },
"demo": { "replicate": "0" },
"discovery": { "replicate": "0", "broker": "0" }
},
"endpoint": {
"icinga-c1": {
"replicate": "0",
"node": "10.0.10.14",
"service": "7777",
"roles": [ "broker", "demo" ]
}
},
"role": {
"broker": {
"publish": [ "discovery::NewComponent" ]
},
"demo": {
"publish": [ "demo::*" ],
"subscribe": [ "demo::*" ]
}
}
}