Skip to content
Snippets Groups Projects

[prometheus] Antispam for templier

Closed me5na7qbjqbrp requested to merge ynerant_proofness into cachan
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -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