|
|
| Author |
Message |
cd
Joined: 17 Aug 2007 Posts: 14
|
Posted: Mon May 12, 2008 10:19 am Post subject: [Solved] Issue while creating SNMP CPU Graph |
|
|
Im trying to create a CPU graph using the builtin "SNMP - Get Processor Information" Data Querie.
I add the datasources and select the graphs I want to make. When I then turn on the graph debug for the graphs I created i get the following.
Notice: Undefined index: in C:\Inetpub\wwwroot\cacti\lib\rrd.php on line 225
Notice: Undefined index: in C:\Inetpub\wwwroot\cacti\lib\rrd.php on line 225
c:/rrdtool/rrdtool.exe create \
C:/Inetpub/wwwroot/cacti/rra/randommachine_1488.rrd \
--step 300 \
DS:cpu:GAUGE:600:0:100 \
RRA::0.5:1:500 \
RRA::0.5:1:500 \
RRA:AVERAGE:0.5:1:500 \
RRA:AVERAGE:0.5:1:51840 \
RRA:AVERAGE:0.5:24:2160 \
RRA:AVERAGE:0.5:6:8736 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:51840 \
RRA:MIN:0.5:24:2160 \
RRA:MIN:0.5:6:8736 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:500 \
RRA:MAX:0.5:1:51840 \
RRA:MAX:0.5:24:2160 \
RRA:MAX:0.5:6:8736 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:51840 \
RRA:LAST:0.5:24:2160 \
RRA:LAST:0.5:6:8736 \
RRA:LAST:0.5:288:797 \
Anyone happen to have any ideas / suggestions on how to resolve this?
Last edited by cd on Tue May 13, 2008 8:20 am; edited 1 time in total |
|
| Back to top |
|
 |
cd
Joined: 17 Aug 2007 Posts: 14
|
Posted: Mon May 12, 2008 10:20 am Post subject: |
|
|
Sorry. Forgot to include the version information.
Cacti version 0.8.7b
Plugin Version 2.1 |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6791 Location: WA, USA
|
|
| Back to top |
|
 |
cd
Joined: 17 Aug 2007 Posts: 14
|
Posted: Tue May 13, 2008 8:19 am Post subject: |
|
|
Figured out the issue.
The Template I was using had an extra RRA datasource selected. Removed the RRA datasource and all is good. |
|
| Back to top |
|
 |
|