mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2025-06-29 16:10:42 +00:00
adding Prometheus configs
This commit is contained in:
parent
15d0fd89b9
commit
63063da9ed
4 changed files with 57 additions and 0 deletions
11
alertmanager/config.yml
Normal file
11
alertmanager/config.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
route:
|
||||
receiver: 'slack'
|
||||
repeat_interval: 1m
|
||||
|
||||
receivers:
|
||||
- name: 'slack'
|
||||
slack_configs:
|
||||
- send_resolved: true
|
||||
username: 'vegasbrianc'
|
||||
channel: '#notifications'
|
||||
api_url: 'https://hooks.slack.com/services/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'
|
Loading…
Add table
Add a link
Reference in a new issue