manifests: regenerate

This commit is contained in:
paulfantom 2021-07-20 11:14:28 +02:00
parent 8c357c6bde
commit 02454b3f53
No known key found for this signature in database
GPG Key ID: 12AE0185401674E7

View File

@ -39,8 +39,9 @@ spec:
rules:
- alert: NodeNetworkInterfaceFlapping
annotations:
message: Network interface "{{ $labels.device }}" changing it's up status often on node-exporter {{ $labels.namespace }}/{{ $labels.pod }}
description: Network interface "{{ $labels.device }}" changing it's up status often on node-exporter {{ $labels.namespace }}/{{ $labels.pod }}
runbook_url: https://github.com/prometheus-operator/kube-prometheus/wiki/nodenetworkinterfaceflapping
summary: Network interface is often changin it's status
expr: |
changes(node_network_up{job="node-exporter",device!~"veth.+"}[2m]) > 2
for: 2m