commit | 7999ed23209b5d39abe26bf90e03d1e2803498ef | [log] [tgz] |
---|---|---|
author | marco <m.celoud@tcpcloud.eu> | Wed Aug 31 00:20:01 2016 +0200 |
committer | marco <m.celoud@tcpcloud.eu> | Wed Aug 31 00:20:01 2016 +0200 |
tree | c59b00e81cddd12c48158cbf1c1fe23578623ec2 | |
parent | dbff71a01d567bc500b9a07d095eaf553f373d94 [diff] |
fix sensu api address bind
diff --git a/sensu/files/api.json b/sensu/files/api.json index ec290ec..fdfc4d2 100644 --- a/sensu/files/api.json +++ b/sensu/files/api.json
@@ -2,6 +2,7 @@ { "api": { "host": "{{ server.bind.address }}", + "bind": "{{ server.bind.address }}", "port": {{ server.bind.port }} } } \ No newline at end of file