icinga2/icinga-app/icinga2.conf

34 lines
634 B
Plaintext

{
"icinga": {
"icinga": {
"replicate": "0",
"privkey": "icinga-c2.key",
"pubkey": "icinga-c2.crt",
"cakey": "ca.crt",
"node": "10.0.10.3",
"service": "8888"
}
},
"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": {
"publications": [ "discovery::NewComponent" ]
},
"demo": {
"publications": [ "demo::*" ],
"subscriptions": [ "demo::*" ]
}
}
}