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:
|
prometheus__alert_rules_quanta:
|
||||||
- alert: QuantaQueueOverflow
|
- alert: QuantaQueueOverflow
|
||||||
expr: "snAgGblQueueOverflow > 0"
|
expr: "snAgGblQueueOverflow == 1"
|
||||||
for: 0m
|
for: 0m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
|
@ -19,7 +19,6 @@ prometheus_snmp__modules:
|
||||||
- snChasPwr
|
- snChasPwr
|
||||||
- snAgentTemp
|
- snAgentTemp
|
||||||
- snAgentCpu
|
- snAgentCpu
|
||||||
- snNTP
|
|
||||||
- snSwInfo
|
- snSwInfo
|
||||||
lookups:
|
lookups:
|
||||||
- source_indexes:
|
- source_indexes:
|
||||||
|
|
Loading…
Reference in a new issue