]> granicus.if.org Git - icinga2/commitdiff
Updated demo config file.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 9 May 2012 10:39:18 +0000 (12:39 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 9 May 2012 11:18:47 +0000 (13:18 +0200)
icinga-app/icinga1.conf

index 601ab601f6ce0639c652a4205bfaef85041b755e..6b6a1bafb4bb58ac53c55a56da3c6eff72628531 100644 (file)
        "host": {
                "localhost": { "node": "127.0.0.1" }
        },
-       "include": {
-               "permissions.conf": { "test": [ "hello", "world" ] }
+       "endpoint": {
+               "icinga-c2": {
+                       "replicate": "0",
+                       "roles": [ "demo" ]
+               },
+               "icinga-c3": {
+                       "replicate": "0",
+                       "roles": [ "demo" ]
+               }
+       },
+       "role": {
+               "broker": {
+                       "publish": [ "discovery::NewComponent" ]
+               },
+               "demo": {
+                       "publish": [ "demo::*" ],
+                       "subscribe": [ "demo::*" ]
+               }
        }
 }
\ No newline at end of file