Skip to content

Commit

Permalink
fix: update dell snmp metric (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
thezackm authored Feb 2, 2024
1 parent c395934 commit a36c350
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entity-types/ext-switch/golden_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ cpuUtilization:
select: average(kentik.snmp.CPU)
from: Metric
where: "provider = 'kentik-switch' AND Index = '.1'"
# Dell OS10 Switches
kentik/dell-os10:
select: average(kentik.snmp.hrProcessorLoad)
from: Metric
where: "provider = 'kentik-switch'"
# Most devices
kentik:
select: average(kentik.snmp.CPU)
Expand Down

0 comments on commit a36c350

Please sign in to comment.