commit | ecc80ec4f7ecfbfaafd1890a3b0b633cb65b3ae1 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Jan 26 14:13:50 2016 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Jan 26 14:13:50 2016 +0100 |
tree | 478d2876d30c1abf1d7ce1a7242f73e883ef7619 | |
parent | 7edc3f484aff749d83d111e9bf14d8008b4cacde [diff] [blame] |
add formula tests
diff --git a/tests/pillar/sensu_client.sls b/tests/pillar/sensu_client.sls new file mode 100644 index 0000000..289304b --- /dev/null +++ b/tests/pillar/sensu_client.sls
@@ -0,0 +1,14 @@ +sensu: + client: + enabled: true + plugin: + monitoring_for_openstack: + enabled: true + message_queue: + engine: rabbitmq + host: rabbitmq + port: 5672 + user: monitor + password: pwd + virtual_host: '/monitor' +