mirror of
https://github.com/prometheus/node_exporter
synced 2025-03-25 12:16:48 +00:00
Add NodeHighNumberConntrackEntriesUsed
Signed-off-by: Povilas Versockas <p.versockas@gmail.com>
This commit is contained in:
parent
34d50e15d5
commit
48bb6f670c
@ -184,6 +184,19 @@
|
|||||||
description: '{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} transmit errors in the last two minutes.',
|
description: '{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} transmit errors in the last two minutes.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
alert: 'NodeHighNumberConntrackEntriesUsed',
|
||||||
|
expr: |||
|
||||||
|
(node_nf_conntrack_entries / node_nf_conntrack_entries_limit) > 0.75
|
||||||
|
||| % $._config,
|
||||||
|
annotations: {
|
||||||
|
summary: 'Number of conntrack are getting close to the limit'
|
||||||
|
description: '{{ $value | humanizePercentage }} of conntrack entries are used',
|
||||||
|
},
|
||||||
|
labels: {
|
||||||
|
severity: 'warning',
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user