I am new to cacti and need some help.
I am working with an existing cacti setup Version 0.8.7g
Using the web interface I added a new host which is the temp sensor.
I can see cacti pulled the SNMP device info fine.
I tried adding some template and graphs for that host but I cant get the graph to show the temperature data.
I am not sure if I need any special scripts to install or can cacti do this by making custom templates.
What settings do i need to get this to work?
Thanks
Graph temperature for a external watchdog 15 temp sensor
Moderators: Developers, Moderators
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: Graph temperature for a external watchdog 15 temp sensor
Help is provided at 1st link of my sig, lots of walkthroughs ...
R.
R.
Re: Graph temperature for a external watchdog 15 temp sensor
Thanks, but unfortunately that doesnt help me.
If I had the time and to go over the entire manual and piece together the parts that I need I wouldnt have to post here.
Beside I dont think the manual would have the solution to my specific request.
If I had the time and to go over the entire manual and piece together the parts that I need I wouldnt have to post here.
Beside I dont think the manual would have the solution to my specific request.
Re: Graph temperature for a external watchdog 15 temp sensor
I found a website with the templates but no instructions on how to set it up.
cacti_host_template_itwatchdogs_-_goose_series.xml
I successfully imported the template into cacti using the console.
Created new device and graphs and pointed them to the template.
Status on device is up, graph says its being graphed but nothing shows up on the graph. Not even a blank graph.
Under devices Data Query Debug Information it says
+ Could not find data query XML file at '/var/www/html/cacti/resource/snmp_queries/weather_goose.xml'
I have no idea where to get this xml file or why it wasn't included with the other one.
I probaly have 95% of this thing done just need help with the last bit.
cacti_host_template_itwatchdogs_-_goose_series.xml
I successfully imported the template into cacti using the console.
Created new device and graphs and pointed them to the template.
Status on device is up, graph says its being graphed but nothing shows up on the graph. Not even a blank graph.
Under devices Data Query Debug Information it says
+ Could not find data query XML file at '/var/www/html/cacti/resource/snmp_queries/weather_goose.xml'
I have no idea where to get this xml file or why it wasn't included with the other one.
I probaly have 95% of this thing done just need help with the last bit.
-
- Cacti User
- Posts: 111
- Joined: Fri Sep 28, 2012 6:52 pm
Re: Graph temperature for a external watchdog 15 temp sensor
A quick search returned this: http://forums.cacti.net/viewtopic.php?f ... 7&start=15
Maybe it helps.
Maybe it helps.
Re: Graph temperature for a external watchdog 15 temp sensor
I tired 2 different xml files both of which seem to hav similar data sources.
Created a device and graphs but the status still says Unknown, and the RRD files dont get created like they do for my other devices.
Data Source Debug
/usr/local/bin/rrdtool create \
/var/www/html/cacti/rra/watchdog_dewpointc_565.rrd \
--step 300 \
DS:DewPointC:GAUGE:600:0:100 \
DS:Sound:GAUGE:600:0:100 \
DS:Light:GAUGE:600:0:100 \
DS:Humidity:GAUGE:600:0:100 \
DS:TempF:GAUGE:600:0:200 \
DS:TempC:GAUGE:600:0:100 \
DS:DewPointF:GAUGE:600:0:200 \
DS:AirFlow:GAUGE:600:0:100 \
DS:Analog1:GAUGE:600:0:100 \
DS:Analog3:GAUGE:600:0:100 \
DS:Analog2:GAUGE:600:0:100 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
I tried importing the second template, this one didnt have any graph template like the first one.
When I try to create a graph the Data Query says
This data query returned 0 rows, perhaps there was a problem executing this data query.
The debug result is
+ Running data query [11].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.17373.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
I am not sure what the problem is.
Created a device and graphs but the status still says Unknown, and the RRD files dont get created like they do for my other devices.
Data Source Debug
/usr/local/bin/rrdtool create \
/var/www/html/cacti/rra/watchdog_dewpointc_565.rrd \
--step 300 \
DS:DewPointC:GAUGE:600:0:100 \
DS:Sound:GAUGE:600:0:100 \
DS:Light:GAUGE:600:0:100 \
DS:Humidity:GAUGE:600:0:100 \
DS:TempF:GAUGE:600:0:200 \
DS:TempC:GAUGE:600:0:100 \
DS:DewPointF:GAUGE:600:0:200 \
DS:AirFlow:GAUGE:600:0:100 \
DS:Analog1:GAUGE:600:0:100 \
DS:Analog3:GAUGE:600:0:100 \
DS:Analog2:GAUGE:600:0:100 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
I tried importing the second template, this one didnt have any graph template like the first one.
When I try to create a graph the Data Query says
This data query returned 0 rows, perhaps there was a problem executing this data query.
The debug result is
+ Running data query [11].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.17373.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/cacti_climate_sensors.xml'
I am not sure what the problem is.
Re: Graph temperature for a external watchdog 15 temp sensor
I get the same thing with IT Watchdogs 1200. I modified all of the SNMP OID values to match what is in the MIB descriptions spreadsheet downloaded from the appliance. My understanding is that the values I am interested in for a WD-1200 should be the following:
climateSerial .1.3.6.1.4.1.21239.2.2.1.2
climateName .1.3.6.1.4.1.21239.2.2.1.3
climateAvail .1.3.6.1.4.1.21239.2.2.1.4
climateTempC .1.3.6.1.4.1.21239.2.2.1.5
climateTempF .1.3.6.1.4.1.21239.2.2.1.6
climateHumidity .1.3.6.1.4.1.21239.2.2.1.7
climateLight .1.3.6.1.4.1.21239.2.2.1.8
climateAirflow .1.3.6.1.4.1.21239.2.2.1.9
climateSound .1.3.6.1.4.1.21239.2.2.1.10
climateAnalog1 .1.3.6.1.4.1.21239.2.2.1.11
climateAnalog2 .1.3.6.1.4.1.21239.2.2.1.12
climateAnalog3 .1.3.6.1.4.1.21239.2.2.1.13
climateDewPointC .1.3.6.1.4.1.21239.2.2.1.31
climateDewPointF .1.3.6.1.4.1.21239.2.2.1.32
However I get no data returned from any of these. I can SNMPWalk the top level and get generic manufacturer information data, but nothing on sensors. I have a support ticket in to Geist about this issue. Even MIBBrowser cannot find any sensor data... it only reads the basic manufacturers data (like hostname, model name, serial number, ip address, software version, sysLocation, sysContact, etc...)
I've tried SNMP v1, v2c and v3 with identical results for each version.
climateSerial .1.3.6.1.4.1.21239.2.2.1.2
climateName .1.3.6.1.4.1.21239.2.2.1.3
climateAvail .1.3.6.1.4.1.21239.2.2.1.4
climateTempC .1.3.6.1.4.1.21239.2.2.1.5
climateTempF .1.3.6.1.4.1.21239.2.2.1.6
climateHumidity .1.3.6.1.4.1.21239.2.2.1.7
climateLight .1.3.6.1.4.1.21239.2.2.1.8
climateAirflow .1.3.6.1.4.1.21239.2.2.1.9
climateSound .1.3.6.1.4.1.21239.2.2.1.10
climateAnalog1 .1.3.6.1.4.1.21239.2.2.1.11
climateAnalog2 .1.3.6.1.4.1.21239.2.2.1.12
climateAnalog3 .1.3.6.1.4.1.21239.2.2.1.13
climateDewPointC .1.3.6.1.4.1.21239.2.2.1.31
climateDewPointF .1.3.6.1.4.1.21239.2.2.1.32
However I get no data returned from any of these. I can SNMPWalk the top level and get generic manufacturer information data, but nothing on sensors. I have a support ticket in to Geist about this issue. Even MIBBrowser cannot find any sensor data... it only reads the basic manufacturers data (like hostname, model name, serial number, ip address, software version, sysLocation, sysContact, etc...)
I've tried SNMP v1, v2c and v3 with identical results for each version.
Who is online
Users browsing this forum: No registered users and 3 guests