prometheus_snmp: remove snNTP
This commit is contained in:
parent
229a6617de
commit
14b1f47842
2 changed files with 1 additions and 2 deletions
|
@ -236,7 +236,7 @@ prometheus__alert_rules_bird:
|
|||
|
||||
prometheus__alert_rules_quanta:
|
||||
- alert: QuantaQueueOverflow
|
||||
expr: "snAgGblQueueOverflow > 0"
|
||||
expr: "snAgGblQueueOverflow == 1"
|
||||
for: 0m
|
||||
labels:
|
||||
severity: critical
|
||||
|
|
|
@ -19,7 +19,6 @@ prometheus_snmp__modules:
|
|||
- snChasPwr
|
||||
- snAgentTemp
|
||||
- snAgentCpu
|
||||
- snNTP
|
||||
- snSwInfo
|
||||
lookups:
|
||||
- source_indexes:
|
||||
|
|
Loading…
Reference in a new issue