mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
.maintain/monitoring/alerting-rules: Add fd alert (#6946)
Alert on high file descriptor allocation.
This commit is contained in:
@@ -109,6 +109,19 @@ groups:
|
|||||||
message: 'The node {{ $labels.instance }} has less than 3 peers for more
|
message: 'The node {{ $labels.instance }} has less than 3 peers for more
|
||||||
than 15 minutes'
|
than 15 minutes'
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
# System
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
- alert: HighNumberOfFileDescriptors
|
||||||
|
expr: 'node_filefd_allocated{domain=~"kusama|polkadot"} > 10000'
|
||||||
|
for: 3m
|
||||||
|
labels:
|
||||||
|
severity: warning
|
||||||
|
annotations:
|
||||||
|
message: 'The node {{ $labels.instance }} has more than 10_000 file
|
||||||
|
descriptors allocated for more than 3 minutes'
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Others
|
# Others
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user