Updated test config files.

This commit is contained in:
Gunnar Beutner 2012-05-08 13:45:22 +02:00
parent 22ad7b05dc
commit b844607274
3 changed files with 8 additions and 2 deletions

View File

@ -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" }
}
}

View File

@ -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" }
},

View File

@ -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" }
},