Capture multiple metrics with one OID #1017
Closed
giganovatech
started this conversation in
General
Replies: 1 comment
-
Ended up answering my own question using this as a reference: https://www.robustperception.io/numbers-from-displaystrings-with-the-snmp_exporter/
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to capture multiple metrics with one OID? I assume it's not since the exporter only catches the last one I've defined but figured I'd see if anyone else has a way to accomplish this. In the below example, only ntcDevMonCpu2Load get output by the exporter, but I'd like to capture the total, cpu1 and cpu2.
Example:
1.3.6.1.4.1.5835.5.2.100.1.9.3.0 = STRING: 12% (cpu1: 12% cpu2: 12%)
Beta Was this translation helpful? Give feedback.
All reactions