Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
5e9e0a3d
Verified
Commit
5e9e0a3d
authored
Dec 16, 2020
by
Frederik Schwan
Browse files
stop alertmanager from sending bogus security update alerts
parent
945f5102
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus/files/node.rules.yml
View file @
5e9e0a3d
...
...
@@ -201,18 +201,6 @@ groups:
summary
:
"
Prometheus
TSDB
WAL
truncations
failed
(instance
{{
$labels.instance
}})"
description
:
"
Prometheus
encountered
{{
$value
}}
TSDB
WAL
truncation
failures
\n
VALUE
=
{{
$value
}}
\n
LABELS:
{{
$labels
}}"
-
name
:
arch
interval
:
60s
rules
:
-
alert
:
pacman_security_updates_pending
expr
:
pacman_security_updates_pending >
0
for
:
1m
labels
:
severity
:
warning
annotations
:
description
:
'
host
{{
$labels.instance
}}
has
a
vulernable
but
update-able
package'
summary
:
'
{{
$labels.instance
}}
has
{{
$value
}}
vulnerable
packages'
-
alert
:
pacman_updates_pending
expr
:
pacman_updates_pending >
50
for
:
1m
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment