Compare commits
3 Commits
0c709866fa
...
c66070ccda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c66070ccda | ||
|
|
6dcc253879 | ||
|
|
871c43d949 |
5
NOTICE
5
NOTICE
@@ -11,8 +11,3 @@ Bootstrap
|
||||
http://getbootstrap.com
|
||||
Copyright 2011-2014 Twitter, Inc.
|
||||
Licensed under the MIT License
|
||||
|
||||
bootstrap-datetimepicker.js
|
||||
http://www.eyecon.ro/bootstrap-datepicker
|
||||
Copyright 2012 Stefan Petre
|
||||
Licensed under the Apache License, Version 2.0
|
||||
|
||||
BIN
alertmanager
BIN
alertmanager
Binary file not shown.
@@ -1,16 +1,13 @@
|
||||
global:
|
||||
resolve_timeout: 5m
|
||||
|
||||
route:
|
||||
group_by: ['alertname']
|
||||
group_wait: 10s
|
||||
group_interval: 10s
|
||||
group_wait: 30s
|
||||
group_interval: 5m
|
||||
repeat_interval: 1h
|
||||
receiver: 'web.hook'
|
||||
receivers:
|
||||
- name: 'web.hook'
|
||||
webhook_configs:
|
||||
- url: 'http://127.0.0.1:5001/'
|
||||
- name: 'web.hook'
|
||||
webhook_configs:
|
||||
- url: 'http://127.0.0.1:5001/'
|
||||
inhibit_rules:
|
||||
- source_match:
|
||||
severity: 'critical'
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,9 +1,13 @@
|
||||
prometheus-alertmanager (0.20.0-1) UNRELEASED; urgency=medium
|
||||
prometheus-alertmanager (0.28.1) UNRELEASED; urgency=medium
|
||||
|
||||
[ Mario Fetka ]
|
||||
* Bump
|
||||
* Bump
|
||||
|
||||
-- Mario Fetka <mario.fetka@gmail.com> Wed, 12 Feb 2020 14:01:08 +0100
|
||||
[ root ]
|
||||
* bump
|
||||
|
||||
-- root <mario.fetka@disconnected-by-peer.at> Sat, 09 Aug 2025 14:49:18 +0200
|
||||
|
||||
prometheus-alertmanager (0.18.0) stable; urgency=medium
|
||||
|
||||
|
||||
Reference in New Issue
Block a user