Poller and Discovery for Brocade/Ruckus Switch Stacks

We have Brocade switches in a stack. When looking at the Health settings I only see the state of one power supply. How can I see the state of each power supply in the stack?

Hi @Ari_O
It seems that LibreNMS does not currently collect this as you noticed. Two explanations :

  • LibreNMS discovery does not know how to collect the power supplies in a stack of Brocade switches.
  • Value is not provided over SNMP by the device.

Only way to find out is to run discovery in “debug and verbose” mode :
librenms@monitoring:~$ ./discovery.php -h <yourDeviceID> -v -d -m sensors

And you can read the discovery debug data and see if the SNMP data contains the information.

If yes, next step is to dig in LibreNMS code, adapt the discovery YAML or PHP code, and submit a patch to have it merged into LibreNMS.

Bye

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.