POE reporting on HP Procurve

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
mmacpuguy
Posts: 14
Joined: Thu Dec 01, 2011 11:31 am

POE reporting on HP Procurve

Post by mmacpuguy »

Does anyone now how to monitor the overall watts used by a switch and by port?

Thanks
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: POE reporting on HP Procurve

Post by tmcdonald »

If the device supports SNMP this would be the way. Otherwise, check to see if it has a web interface that reports this information, then it should be fairly simple to write a plugin that screen-scrapes this info.
Former Nagios employee
mmacpuguy
Posts: 14
Joined: Thu Dec 01, 2011 11:31 am

Re: POE reporting on HP Procurve

Post by mmacpuguy »

I suspect if I could write plugins to scrape websites for Nagios I wouldn't be posting simple questions on this forum. :)
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: POE reporting on HP Procurve

Post by tmcdonald »

Then I would suggest sticking to SNMP. Easier in some ways, harder in others, but it all depends on whether or not your device supports SNMP and if it does, it would need to specifically have an OID for the power used on a port.
Former Nagios employee
Locked