|
|
| Author |
Message |
digitalwav
Joined: 22 Aug 2008 Posts: 14 Location: New York
|
Posted: Sat Aug 23, 2008 11:12 am Post subject: Trouble graphing data |
|
|
I'm trying to get temp data from a temp probe. I can get the data- the log file shows that the correct output is retrieved:
08/23/2008 12:05:05 PM - CMDPHP: Poller[0] Host[31] DS[438] SNMP: v1: 192.168.0.38, dsname: temp_back_c, oid: .1.3.6.1.4.1.20916.1.7.1.2.1.2.0, output: 10117
the graph is set to divide by 100. But why is it never graphing anything?
I can attach the graph template if needed.
|
|
| Back to top |
|
 |
dus001
Joined: 07 Aug 2005 Posts: 40
|
Posted: Sun Aug 24, 2008 3:33 am Post subject: |
|
|
I would first check the max value (if any) of the datasource:
the "Maximum Value" field in the associated data template.
|
|
| Back to top |
|
 |
digitalwav
Joined: 22 Aug 2008 Posts: 14 Location: New York
|
Posted: Mon Aug 25, 2008 8:00 am Post subject: |
|
|
| Ok, it was like 600 and in the incoming is clearly higher. I set it to 20,000 and will see how it goes today.
|
|
| Back to top |
|
 |
digitalwav
Joined: 22 Aug 2008 Posts: 14 Location: New York
|
Posted: Mon Aug 25, 2008 9:47 am Post subject: |
|
|
Ok, still nuthin. the data is clearly being gotten as the log shows. I've attached the graph and data templates and details from one of the graph template items.
Any other ideas?
| Description: |
|
| Filesize: |
205.29 KB |
| Viewed: |
380 Time(s) |

|
| Description: |
|
| Filesize: |
263.74 KB |
| Viewed: |
380 Time(s) |

|
| Description: |
|
| Filesize: |
267.2 KB |
| Viewed: |
380 Time(s) |

|
|
|
| Back to top |
|
 |
digitalwav
Joined: 22 Aug 2008 Posts: 14 Location: New York
|
Posted: Mon Aug 25, 2008 9:52 am Post subject: |
|
|
Also- here's the debug from the .rrd file
Data Source Debug
/usr/bin/rrdtool create \
/usr/share/cacti/rra/temp1_temp_front_c_439.rrd \
--step 300 \
DS:temp_front_c:GAUGE:600:0:20000 \
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 \
RRA:LAST:0.5:1:500 \
RRA:LAST:0.5:1:600 \
RRA:LAST:0.5:6:700 \
RRA:LAST:0.5:24:775 \
RRA:LAST:0.5:288:797 \
|
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12295 Location: Muenster, Germany
|
Posted: Fri Aug 29, 2008 2:13 pm Post subject: |
|
|
| digitalwav wrote: | | Ok, it was like 600 and in the incoming is clearly higher. I set it to 20,000 and will see how it goes today. | Did you rrdtool tune the rrd file?
Reinhard
|
|
| Back to top |
|
 |
digitalwav
Joined: 22 Aug 2008 Posts: 14 Location: New York
|
Posted: Fri Aug 29, 2008 2:14 pm Post subject: |
|
|
| Nupe. What does that do?
|
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12295 Location: Muenster, Germany
|
Posted: Fri Aug 29, 2008 2:55 pm Post subject: |
|
|
This applies the change of the data template the existing files. Please be aware of the fact, that changing a data template does NOT affect any exting rrd file
Reinhard
|
|
| Back to top |
|
 |
digitalwav
Joined: 22 Aug 2008 Posts: 14 Location: New York
|
Posted: Fri Aug 29, 2008 3:11 pm Post subject: |
|
|
| did that on the two rrds and still no graphing. I'm going through your tutorials right now on recreating these. The biggest question I have is on the OID- the one I got from the manufacturer is quite long compared to the ones in your examples.
|
|
| Back to top |
|
 |
|