Skip to content

Commit

Permalink
Use forced metric type of gauge for nasuni-filer filerCacheTotal, fil…
Browse files Browse the repository at this point in the history
…erCacheUsed, and filerCacheFree. (#18501)
  • Loading branch information
jmw51798 authored Sep 4, 2024
1 parent 6408ff4 commit a47bf6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions snmp/changelog.d/18501.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use forced metric type of gauge for nasuni-filer filerCacheTotal, filerCacheUsed, and filerCacheFree so they are not incorrectly inferred to be rate types.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,17 @@ metrics:
OID: 1.3.6.1.4.1.42040.1.14.0
name: nasuni.filerReadMisses
- MIB: NASUNI-FILER-MIB
metric_type: gauge
symbol:
OID: 1.3.6.1.4.1.42040.1.100.1.0
name: nasuni.filerCacheTotal
- MIB: NASUNI-FILER-MIB
metric_type: gauge
symbol:
OID: 1.3.6.1.4.1.42040.1.100.2.0
name: nasuni.filerCacheUsed
- MIB: NASUNI-FILER-MIB
metric_type: gauge
symbol:
OID: 1.3.6.1.4.1.42040.1.100.3.0
name: nasuni.filerCacheFree
Expand Down

0 comments on commit a47bf6c

Please sign in to comment.