prometheus listens on ipv6 too
This commit is contained in:
parent
80c2b201c4
commit
a5073d2630
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -5,4 +5,4 @@ blazer_5m: bundle exec rake blazer:run_checks SCHEDULE="5 minutes"
|
||||||
blazer_1h: bundle exec rake blazer:run_checks SCHEDULE="1 hour"
|
blazer_1h: bundle exec rake blazer:run_checks SCHEDULE="1 hour"
|
||||||
blazer_1d: bundle exec rake blazer:run_checks SCHEDULE="1 day"
|
blazer_1d: bundle exec rake blazer:run_checks SCHEDULE="1 day"
|
||||||
blazer: bundle exec rake blazer:send_failing_checks
|
blazer: bundle exec rake blazer:send_failing_checks
|
||||||
prometheus: bundle exec prometheus_exporter -b 0.0.0.0 --prefix "lunar_"
|
prometheus: bundle exec prometheus_exporter -b ::
|
||||||
|
|
Loading…
Reference in a new issue