]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
add client config for the sensu server node
authorAndrew Schoen <aschoen@redhat.com>
Wed, 23 Dec 2015 16:06:24 +0000 (10:06 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 4 Jan 2016 20:44:52 +0000 (14:44 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/sensu.yml

index b06e8a7fd9880a3c88e587a3479059a0e59e87fa..d379d873b139fb58205fdc4653ca5236a941814b 100644 (file)
       sensu_server_api_password: secret
       sensu_server_rabbitmq_password: secret
       sensu_server_dashboard_password: secret
+      sensu_client_subscription_names:
+        - common
+        - rabbitmq
+      # these are custom settings for this client
+      sensu_settings:
+        # used in the rabbitmq-alive check
+        rabbitmq:
+          user: sensu
+          password: secret
+          # we need to escape the / in /sensu
+          vhost: "%2Fsensu"