mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
Updated test config files.
This commit is contained in:
parent
22ad7b05dc
commit
b844607274
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"icinga": {
|
"icinga": {
|
||||||
"icinga": {
|
"icinga": {
|
||||||
|
"replicate": "0",
|
||||||
"privkey": "icinga-c1.key",
|
"privkey": "icinga-c1.key",
|
||||||
"pubkey": "icinga-c1.crt",
|
"pubkey": "icinga-c1.crt",
|
||||||
"cakey": "ca.crt",
|
"cakey": "ca.crt",
|
||||||
@ -12,5 +13,8 @@
|
|||||||
"configrpc": { "replicate": "0", "configSource": "1" },
|
"configrpc": { "replicate": "0", "configSource": "1" },
|
||||||
"demo": { "replicate": "0" },
|
"demo": { "replicate": "0" },
|
||||||
"discovery": { "replicate": "0", "broker": "1" }
|
"discovery": { "replicate": "0", "broker": "1" }
|
||||||
|
},
|
||||||
|
"host": {
|
||||||
|
"localhost": { "node": "127.0.0.1" }
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"icinga": {
|
"icinga": {
|
||||||
"icinga": {
|
"icinga": {
|
||||||
|
"replicate": "0",
|
||||||
"privkey": "icinga-c2.key",
|
"privkey": "icinga-c2.key",
|
||||||
"pubkey": "icinga-c2.crt",
|
"pubkey": "icinga-c2.crt",
|
||||||
"cakey": "ca.crt",
|
"cakey": "ca.crt",
|
||||||
@ -9,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"configrpc": { "replicate": "0", "configSource": "1" },
|
"configrpc": { "replicate": "0" },
|
||||||
"demo": { "replicate": "0" },
|
"demo": { "replicate": "0" },
|
||||||
"discovery": { "replicate": "0", "broker": "0" }
|
"discovery": { "replicate": "0", "broker": "0" }
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"icinga": {
|
"icinga": {
|
||||||
"icinga": {
|
"icinga": {
|
||||||
|
"replicate": "0",
|
||||||
"privkey": "icinga-c3.key",
|
"privkey": "icinga-c3.key",
|
||||||
"pubkey": "icinga-c3.crt",
|
"pubkey": "icinga-c3.crt",
|
||||||
"cakey": "ca.crt",
|
"cakey": "ca.crt",
|
||||||
@ -9,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"configrpc": { "replicate": "0", "configSource": "1" },
|
"configrpc": { "replicate": "0" },
|
||||||
"demo": { "replicate": "0" },
|
"demo": { "replicate": "0" },
|
||||||
"discovery": { "replicate": "0", "broker": "0" }
|
"discovery": { "replicate": "0", "broker": "0" }
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user