I'm looking at creating POE alerts when a switch hits 90% POE consumption.
How can I do this, is it possible?
Hello @mikef1 You will need to create custom poller UnDP template to monitor POE Watt usage per interface, define custom poller thresholds (i.e. consumption) and create an alert based on this. I would start with MIB or other documentation from Vendor to find the right SNMP OID, but you can just do SNMP Walk and check out the values
Thanks, this is helpful. Problem I'm running into now is finding the correct OID. The one I'm finding shows what's actual used int erms of power and not what the budget is, leading to different things.
I need an OID that matched show power inline "Used Watts"
Hi @mikef1
If there are no OIDs for such values, you can consider doing some calculation. UnDP supports transformation with math or you can create custom property and multiple it using data from UnDP.
A bit of a workaround, but if a device does not support the required data, it is a good solution.