Looking for FabricOS and Eaton Rack Monitor support
Any pointers/help to add support for:
- Brocade SAN Switches (FabricOS): Added as unknown device, some traffic data saved. Snmpwalk output: http://pastebin.com/WAq90sFA
- Eaton Powerware Rack Monitor: Recognized as UPS (!), no environment data saved. Snmpwalk output: http://pastebin.com/xdT0La6T
MIB: http://pastebin.com/gH2W9dvK
I kinda suck at php, but would be nice to add support for this devices..
Regards,
Hello again,
On 22/01/2012 3:28, Ciro Iriarte wrote:
Any pointers/help to add support for:
- Brocade SAN Switches (FabricOS): Added as unknown device, some
traffic data saved.
To add a new OS, there is some documentation on the wiki: http://www.observium.org/wiki/Developing/NewOS (and/or http://www.observium.org/wiki/Developing_for_Observium)
If it's possible to give us (adam or me) readonly snmp access to the device to develop against, we could also try to help. (However, I'm quite short of free time at the moment)
- Eaton Powerware Rack Monitor: Recognized as UPS (!), no environment
data saved. Snmpwalk output: http://pastebin.com/xdT0La6T
MIB: http://pastebin.com/gH2W9dvK
I kinda suck at php, but would be nice to add support for this devices..
This one is probably recognized as a power device because other Eaton Powerware thingies are usually doing something with power ;-)
Can you link to the MIB file online so we can include it in the distribution?
Adding support for the environment parts should be doable if we have the MIB and some snmp access, otherwise you'll have to do it yourself (see includes/discovery/[power|humidity|temperature|...])
Tom
2012/1/22 Tom Laermans tom.laermans@powersource.cx:
Hello again,
On 22/01/2012 3:28, Ciro Iriarte wrote:
Any pointers/help to add support for:
- Brocade SAN Switches (FabricOS): Added as unknown device, some
traffic data saved.
To add a new OS, there is some documentation on the wiki: http://www.observium.org/wiki/Developing/NewOS (and/or http://www.observium.org/wiki/Developing_for_Observium)
If it's possible to give us (adam or me) readonly snmp access to the device to develop against, we could also try to help. (However, I'm quite short of free time at the moment)
I'll check what can I do..
- Eaton Powerware Rack Monitor: Recognized as UPS (!), no environment
data saved. Snmpwalk output: http://pastebin.com/xdT0La6T
MIB: http://pastebin.com/gH2W9dvK
I kinda suck at php, but would be nice to add support for this devices..
This one is probably recognized as a power device because other Eaton Powerware thingies are usually doing something with power ;-)
Can you link to the MIB file online so we can include it in the distribution?
I tried to find it in the downloads from eaton.com but couldn't find them, the site is not really friendly. I uploaded the MIB files that came with the hardware to pastebin, you can get them following this link: http://pastebin.com/download.php?i=gH2W9dvK
Adding support for the environment parts should be doable if we have the MIB and some snmp access, otherwise you'll have to do it yourself (see includes/discovery/[power|humidity|temperature|...])
Tom
Thanks a lot!
participants (2)
-
Ciro Iriarte
-
Tom Laermans