[altermanager] update 0.20.0 -> 0.21.0 (correctly this time)
This commit is contained in:
parent
bb8eaf02a8
commit
32456641cc
2 changed files with 1 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
||||||
FROM prom/alertmanager:v0.20.0
|
FROM prom/alertmanager:v0.21.0
|
||||||
|
|
||||||
COPY alertmanager.yml /etc/alertmanager/alertmanager.yml
|
COPY alertmanager.yml /etc/alertmanager/alertmanager.yml
|
||||||
|
|
|
@ -6,10 +6,6 @@ global:
|
||||||
smtp_from: 'alertmanager@example.org'
|
smtp_from: 'alertmanager@example.org'
|
||||||
#smtp_auth_username: 'alertmanager'
|
#smtp_auth_username: 'alertmanager'
|
||||||
#smtp_auth_password: 'password'
|
#smtp_auth_password: 'password'
|
||||||
# The auth token for Hipchat.
|
|
||||||
hipchat_auth_token: '1234556789'
|
|
||||||
# Alternative host for Hipchat.
|
|
||||||
hipchat_api_url: 'https://hipchat.foobar.org/'
|
|
||||||
|
|
||||||
# The directory from which notification templates are read.
|
# The directory from which notification templates are read.
|
||||||
templates:
|
templates:
|
||||||
|
|
Loading…
Reference in a new issue