Hi All,
just wondering if any 1 know how to get a NetBotz Rack Monitor 200 to display the readouts from the sensors in npm?
I've got a custom page setup for all of our Netbotz temperature sensors. First thing you'll need to make sure SNMP is configured on the sensors. Second, create a Universal Device Poller for the temperature OID. I'm not sure what model were using, but the OID that I use is: 1.3.6.1.4.1.5528.100.4.1.1.1.9
Next, just assign that to your sensors and begin building your custom page. I basically created a new page and then added a "Custom HTML" resource for each UnDP chart.
im using a netbots 200 can you able to supply the customer code that your using?
What is a customer code?
sorry ment custom code.
The Pollers for the Netbotz 200 no longer fall under / reposnd tot he NETBOTZ OID's
You will need to use the APC OID's
1.3.6.1.4.1.318.1.1.10.3.13.1.1.(1-14)
thanks for that, does any one know how i can create a udp for each probe, as 1.3.6.1.4.1.318.1.1.10.3.13.1.1.3 returns 14 rows of data even though i only have 6 probes?
Netbotz Poller ID's are now here!
The APC Poller OID for Humidity is 1.3.6.1.4.1.318.1.1.10.4.2.3.1.6
The APC Poller OID for Temp is 1.3.6.1.4.1.318.1.1.10.4.2.3.1.5
The Humidy reading is in percentage i.e. 1-100
And Temperature is in Celsius so you would need to make a transform to Fahrenheit if needed.
Thanks . It helps a lot.