Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Merge requests
!252
[prometheus] Antispam for templier
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
[prometheus] Antispam for templier
ynerant_proofness
into
cachan
Overview
0
Commits
1
Changes
1
Closed
me5na7qbjqbrp
requested to merge
ynerant_proofness
into
cachan
3 years ago
Overview
0
Commits
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
cachan
cachan (base)
and
latest version
latest version
39861f83
1 commit,
3 years ago
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
roles/prometheus/templates/prometheus/alert.rules.yml.j2
+
8
−
0
Options
@@ -184,4 +184,12 @@ groups:
annotations:
summary: "{{ $labels.disk }} sur {{ $labels.instance }} a {{ $value }} secteurs réalloués."
- alert: TooManyUDPErrors
expr: irate(node_netstat_Udp_InErrors[5m]) > 100
for: 2m
labels:
severity: warning
annotations:
summary: "{{ $labels.instance }} a plus de {{ $value }} connexions UDP en erreur. Quelque chose spam!"
{% endraw %}
Loading