alerts: Remove node interface down alert

This alert is not specific enough on the interfaces it selects which in
turn makes it too noisy.
This commit is contained in:
Frederic Branczyk
2019-04-16 11:47:16 +02:00
parent 170a05dded
commit 9524cbb406

View File

@@ -79,19 +79,6 @@
severity: 'warning', severity: 'warning',
}, },
}, },
{
alert: 'NodeNetworkInterfaceDown',
annotations: {
message: 'Network interface "{{ $labels.device }}" down on node-exporter {{ $labels.namespace }}/{{ $labels.pod }}"',
},
expr: |||
node_network_up{%(nodeExporterSelector)s,%(hostNetworkInterfaceSelector)s} == 0
||| % $._config,
'for': '2m',
labels: {
severity: 'warning',
},
},
{ {
alert: 'NodeNetworkInterfaceFlapping', alert: 'NodeNetworkInterfaceFlapping',
annotations: { annotations: {