commit | 68144aad3471d5885b96a9a98a10c99a6cef482a | [log] [tgz] |
---|---|---|
author | Éric Lemoine <elemoine@mirantis.com> | Wed Dec 14 14:38:47 2016 +0000 |
committer | Éric Lemoine <elemoine@mirantis.com> | Fri Dec 16 14:30:33 2016 +0000 |
tree | fbd6e8d5f492203fecae96a808349e77280f18d5 | |
parent | 5a1807dcb56f8b94428dc39adb31771f63e0cf94 [diff] |
Fix Nginx proxy for Nagios UI port The port 8001 is used internaly by collectors/aggregator to push statuses. https://github.com/Mirantis/mk-lab-salt-model/pull/160
diff --git a/nginx/server/proxy/nagios_web.yml b/nginx/server/proxy/nagios_web.yml index d1a54f8..8b57929 100644 --- a/nginx/server/proxy/nagios_web.yml +++ b/nginx/server/proxy/nagios_web.yml
@@ -8,8 +8,8 @@ type: nginx_proxy name: nagios proxy: - host: mon01 - port: 8001 + host: ${_param:stacklight_monitor_address} + port: 80 protocol: http host: name: ${_param:cluster_public_host}