elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

How to access web interface once the converge is done #65

Closed mikimtm closed 7 years ago

mikimtm commented 7 years ago

I have done converge and test, then converge again and tried to access interaface at ip 10.xx.xx.xx:9090 but it is unreachable.

I am sure I am doing something wrong.

allaire commented 7 years ago

@gnufreex Make sure your firewall accept 9090. I personally prefer to setup nginx and proxy_pass to it

elijah commented 7 years ago

nginx or traefik in front of prometheus would both be excellent solutions here.