Replies: 1 comment
-
|
I have another problem with the same OID. The OID is cmcIIIVarValueInt (see oidref.com ) It's a two dimensional table indexed by deviceName and variableName, through indexes as described in my original question. The issue is that although all of the values in the table are integers, some of them need to be interpreted as gauges and some of them as counters. The overrides section of the generator.yml file is keyed by the metric name. I really need to be able to split the table into different metrics rather than have all of them under one. Is there a way to do this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table that has two indices.
This table has a lot of entries.
My generator.yml includes the following
and so on for many rows
then later:
then later
My question is whether there is a way to just walk the table OID (1.3.6.1.4.1.2606.7.4.2.2.1.11) and statically filter the variables to keep instead of listing them individually?
Beta Was this translation helpful? Give feedback.
All reactions