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