Hi all,
We have a few Brocade Silkworm DCX Fiber switches. Is it possible to poll them via SSH and add the collected data as custom metrics in SolarWinds NPM (or SAM)?
Reason I ask: it looks like these switches do not provide port error counts (a super important metric) via SNMP:
(Shocking but apparently true.)
There is a fairly simple way to SSH into the switch, run a shell command that would output the needed data in plain text. Suppose we could write a simple script polling the switches and dumping the collected data somewhere. Is it easy to add that data to SolarWinds, ideally so that the error counts would automagically get associated with specific ports already polled via SNMP?
If not, what would you recommend? (Something like Splunk or New Relic where it's fairly straightforward to add a custom metric collected via a script?)
Thanks!