Skip to content
Snippets Groups Projects
Unverified Commit 6dfd6d89 authored by paulfantom's avatar paulfantom
Browse files

jsonnet: remove superfluous quotation mark

parent 1384b847
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
{
alert: 'NodeNetworkInterfaceFlapping',
annotations: {
message: 'Network interface "{{ $labels.device }}" changing it\'s up status often on node-exporter {{ $labels.namespace }}/{{ $labels.pod }}"',
message: 'Network interface "{{ $labels.device }}" changing it\'s up status often on node-exporter {{ $labels.namespace }}/{{ $labels.pod }}',
},
expr: |||
changes(node_network_up{%(nodeExporterSelector)s,%(hostNetworkInterfaceSelector)s}[2m]) > 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment