APC NetBotz 200 Cacti Temp and Humidity Graphs

On June 24, 2010, in How-to, Scripting, by Cubert aka (Cube Dweller)

How to Graph the APC NetBotz 200 Environment Monitor

Get the data templates ->  cacti-apc-netbotz200-data-templates

Cacti Temp and Humidity Graphs for the APC NETBOTZ 200 is different from the NETBotz 400 and 600 models.

The APC Netbotz200 has 8 sensor inputs on the device so each input has a OID associatedwith it. What I did was scan the MIBs available and found where the Temp and Humidity values were stored. They are not stored in the same OID as the NetBotz 400 and 600 models.

To scan your Netbotz 200:

Sensor #1
(name)
snmpwalk -v1 -c public [IP address of Netbotz] 1.3.6.1.4.1.318.1.1.10.4.2.3.1.3.0.1  
(temp)
snmpwalk -v1 -c public [IP address of Netbotz] 1.3.6.1.4.1.318.1.1.10.4.2.3.1.5.0.1
(humidity)
snmpwalk -v1 -c public [IP address of Netbotz] 1.3.6.1.4.1.318.1.1.10.4.2.3.1.6.0.1

Sensor #8 (name)
snmpwalk -v1 -c public [IP Address of Netbotzs] 1.3.6.1.4.1.318.1.1.10.4.2.3.1.3.0.14
(temp)
snmpwalk -v1 -c public [IP address of Netbotz] 1.3.6.1.4.1.318.1.1.10.4.2.3.1.5.0.14
(humidity)
snmpwalk -v1 -c public [IP address of Netbotz] 1.3.6.1.4.1.318.1.1.10.4.2.3.1.6.0.14

The last period in the OID starts at 1 and goes to 14. Each one in succession is another sensor on the Netbotz 200. Using snmpwalk to walk the OID’s will show you what is labeled. Walk this OID to see all sensor names (1.3.6.1.4.1.318.1.1.10.4.2.3.1).

In Cacti add a host with the correct IP and SNMP community (Version 1) then apply the templates provided above to pickup sensor #1 If you need more sensors then duplicate the templates and update the OID in them for the next sensor OID #.

Your graphs should look like..

Party on!!

Tagged with:
 

7 Responses to “APC NetBotz 200 Cacti Temp and Humidity Graphs”

  1. Anonymous says:

    Thanks bud, used this info to setup some Nagios checks (6 different sensors).

  2. rolf says:

    hello, i find none the Host and Graph Template for Cacti.

    can you post this xml files.

    only with Data Template i can not build a Grafic.

  3. Line #2 just under the bannor Ad at the top of page is the download zip file with 2 XML files in zip.

    Look for the line that reads
    “Get the data templates -> cacti-apc-netbotz200-data-templates”

    Click the link to download

    Cubert

  4. Simon says:

    Invaluable. Helped me communicate with my netbotz 200 from Bash script

  5. Dani Cela says:

    Thanks a lot for your templates, helped a lot with getting my Netbotz 450 to work. Just modified the OID and i was good to go.

    Thanks again.

  6. van says:

    Hello,

    Can any one here help me this running for NetBotz Wall Monitor 355
    When i import the above templat, cacti say that: Error: XML: Cacti version does not exist.
    i using cacti: 0.8.8, spine 0.8.8a, system CentOS
    Any help is appreciate

    Regards,

  7. Semparithi says:

    Thank you for the NetBotz 200 OID values .

Leave a Reply