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.
Are you referring to the SNMP OID that I put in my first post? If so, thats the one I'm using.
the custom code that you are using to display the read outs in npm
It's going to vary depending on your environment, but here is the HTML source that I used for each graph. If you just add a "Universal Deivce Poller Summary Chart" resource to your page, you can then modify the values from there.
<center><a href="thwack.solarwinds.com/.../CustomChart.aspx 24 Hours&PlotStyle=Line&FontSize=1&NetObjectPrefix=N&SubsetColor=FF0000&RYSubsetColor=&ResourceID=107" onclick="window.open(this.href); return false;"><div style="width: 400px; text-align:center; padding:1px; padding-bottom:1px; "><img src="/Orion/NetPerfMon/Chart.aspx?ChartName=CustomPoller&Title=Netbotz+Historical+Temp+Sensor+(F)&SubTitle=&SubTitle2=&Width=400&Height=0&NetObject=N:657&CustomPollerID=e0c44abf-8de5-46ac-b27f-f47d7ca2afe1&Rows=&SampleSize=15M&Period=Last 24 Hours&PlotStyle=Line&FontSize=1&NetObjectPrefix=N&SubsetColor=FF0000&RYSubsetColor=&ResourceID=107" /></div></a></center>
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.