Hi, I’m trying to figure out how to trigger alert for Arista switches based on entStateOper value.
It would be good to add a column during discovery with description copied from entPhysicalDescr that would allow to match on the entity description (like PSU).
Also the polling script would need to walk entStateOper tree so the alert rule could cross-match on the operational status from the last polling.
Yep. You can put as many mib file you like in the YAML file. mib: BLAH1-MIB:BLAH2-MIB
You can even take an OID by specifying the MIB into the OID name, like in includes/definitions/discovery/zynos.yaml or in includes/definitions/discovery/moxa-etherdevice.yaml.
This sounds really promising. For some reason however the entPhysicalDescr values from the second MIB don’t get resolved for me. What I’m trying to achieve is to merge the information from two mibs, using the same $index variable.