]> granicus.if.org Git - icinga2/commitdiff
Updated test config files.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 8 May 2012 11:45:22 +0000 (13:45 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 8 May 2012 11:46:13 +0000 (13:46 +0200)
icinga-app/icinga1.conf
icinga-app/icinga2.conf
icinga-app/icinga3.conf

index 7dabac5452ada3a1ebd5a2b218017d295b23215d..17d963f91dd87346294a66df125fbeb6bdc9405c 100644 (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" }
        }
 }
\ No newline at end of file
index 7a1e37222464266ee820fae724a92a03492f945b..46d84d8e0e0c9b32de36a8e4378335763c499aa5 100644 (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" }
        },
index 75643c75e012d349fa69348eb232cfef9f3efe1e..ed9894d89f2038b80152a9e69a569b1d3fca0b1e 100644 (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" }
        },