Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert Manager Support #3

Open
bspradling opened this issue Apr 15, 2017 · 0 comments
Open

Alert Manager Support #3

bspradling opened this issue Apr 15, 2017 · 0 comments

Comments

@bspradling
Copy link

bspradling commented Apr 15, 2017

Curious if this has support for Alert Manager, or if you have an update to support the Alert Manager. I have this running on my Raspberry Pi but when I put in configuration for the Alert Manager, it doesn't seem to be taking it:

time="2017-04-14T05:47:12Z" level=warning msg="No AlertManagers configured, not dispatching any alerts" source="notifier.go:176"

My Prometheus configuration looks like this:

global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.

alerting:
alertmanagers:
- scheme: http
static_configs:
- targets:
- 192.168.0.149:9093

rule_files:

  • /etc/prometheus/common.alerts

scrape_configs:

  • job_name: 'prometheus'

    static_configs:

    • targets: ['localhost:9090']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant