grafana: make ntfy messages look a bit better
Some checks failed
/ Ansible Lint (push) Failing after 1m58s
Some checks failed
/ Ansible Lint (push) Failing after 1m58s
This commit is contained in:
parent
00bcd45111
commit
db99b153e4
4 changed files with 28 additions and 16 deletions
|
@ -12,10 +12,12 @@ labels {
|
|||
|
||||
severity "critical" {
|
||||
priority 4
|
||||
tags "rotating_light"
|
||||
}
|
||||
|
||||
severity "warning" {
|
||||
priority 3
|
||||
tags "warning"
|
||||
}
|
||||
|
||||
severity "info" {
|
||||
|
@ -24,7 +26,7 @@ labels {
|
|||
}
|
||||
|
||||
resolved {
|
||||
tags "resolved"
|
||||
tags "white_check_mark,resolved"
|
||||
}
|
||||
|
||||
ntfy {
|
||||
|
@ -33,7 +35,8 @@ ntfy {
|
|||
access-token {{ secret__ntfy_token }}
|
||||
}
|
||||
|
||||
alertmanager {
|
||||
silence-duration 1m
|
||||
cache {
|
||||
type memory
|
||||
duration 12h
|
||||
cleanup-interval 1h
|
||||
}
|
||||
|
||||
|
|
|
@ -12,10 +12,12 @@ labels {
|
|||
|
||||
severity "critical" {
|
||||
priority 4
|
||||
tags "rotating_light"
|
||||
}
|
||||
|
||||
severity "warning" {
|
||||
priority 3
|
||||
tags "warning"
|
||||
}
|
||||
|
||||
severity "info" {
|
||||
|
@ -24,7 +26,7 @@ labels {
|
|||
}
|
||||
|
||||
resolved {
|
||||
tags "resolved"
|
||||
tags "white_check_mark,resolved"
|
||||
}
|
||||
|
||||
ntfy {
|
||||
|
@ -33,7 +35,8 @@ ntfy {
|
|||
access-token {{ secret__ntfy_token }}
|
||||
}
|
||||
|
||||
alertmanager {
|
||||
silence-duration 1m
|
||||
cache {
|
||||
type memory
|
||||
duration 12h
|
||||
cleanup-interval 1h
|
||||
}
|
||||
|
||||
|
|
|
@ -12,10 +12,12 @@ labels {
|
|||
|
||||
severity "critical" {
|
||||
priority 4
|
||||
tags "rotating_light"
|
||||
}
|
||||
|
||||
severity "warning" {
|
||||
priority 3
|
||||
tags "warning"
|
||||
}
|
||||
|
||||
severity "info" {
|
||||
|
@ -24,7 +26,7 @@ labels {
|
|||
}
|
||||
|
||||
resolved {
|
||||
tags "resolved"
|
||||
tags "white_check_mark,resolved"
|
||||
}
|
||||
|
||||
ntfy {
|
||||
|
@ -33,7 +35,8 @@ ntfy {
|
|||
access-token {{ secret__ntfy_token }}
|
||||
}
|
||||
|
||||
alertmanager {
|
||||
silence-duration 1m
|
||||
cache {
|
||||
type memory
|
||||
duration 12h
|
||||
cleanup-interval 1h
|
||||
}
|
||||
|
||||
|
|
|
@ -12,10 +12,12 @@ labels {
|
|||
|
||||
severity "critical" {
|
||||
priority 4
|
||||
tags "rotating_light"
|
||||
}
|
||||
|
||||
severity "warning" {
|
||||
priority 3
|
||||
tags "warning"
|
||||
}
|
||||
|
||||
severity "info" {
|
||||
|
@ -24,7 +26,7 @@ labels {
|
|||
}
|
||||
|
||||
resolved {
|
||||
tags "resolved"
|
||||
tags "white_check_mark,resolved"
|
||||
}
|
||||
|
||||
ntfy {
|
||||
|
@ -33,7 +35,8 @@ ntfy {
|
|||
access-token {{ secret__ntfy_token }}
|
||||
}
|
||||
|
||||
alertmanager {
|
||||
silence-duration 1m
|
||||
cache {
|
||||
type memory
|
||||
duration 12h
|
||||
cleanup-interval 1h
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue