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
7eb2a373
Commit
7eb2a373
authored
Dec 20, 2020
by
Matthias Loibl
Committed by
Jelle van der Waa
Jan 03, 2021
Browse files
Evaluate pacman outdated packages every 2min and fire after 15m
parent
791ca82b
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus/files/node.rules.yml
View file @
7eb2a373
...
...
@@ -202,16 +202,16 @@ groups:
description
:
"
Prometheus
encountered
{{
$value
}}
TSDB
WAL
truncation
failures
\n
VALUE
=
{{
$value
}}
\n
LABELS:
{{
$labels
}}"
-
name
:
pacman
interval
:
1
m
interval
:
2
m
rules
:
-
alert
:
pacman_updates_pending
expr
:
pacman_updates_pending >
50
for
:
1m
for
:
1
5
m
labels
:
severity
:
warning
annotations
:
description
:
'
host
{{
$labels.instance
}}
has
out
of
date
packages'
summary
:
'
{{
$labels.instance
}}
has
{{
$value
}}
out
of
date
packages'
summary
:
'
{{
$labels.instance
}}
has
{{
$value
}}
>
50
out
of
date
packages'
-
name
:
borg
interval
:
60s
...
...
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