No Graphs or RRD files
Moderators: Developers, Moderators
No Graphs or RRD files
I just installed Cacti 8.7 on a windows server 2003 and am not getting any graphs to show. No rrd files are being produced. I have checked permissions and followed all the troubleshooting I can find on your site. So here is what I have:
OS: Windows Server 2003
WebServer: IIS 6
Cactid: N/A
MySQL: 5.0
PHP: 5
RRDTool: 1.2 win-32 -perl58
Net-SNMP
Cygwin-N/A
LOG:
12/28/2007 02:03:29 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'1064', SQL:"select data_input_fields.type_code, data_input_data.value from (data_input_fields,data_input_data) where data_input_fields.id=data_input_data.data_input_field_id and data_input_data.data_template_data_id= and (data_input_fields.type_code='index_type' or data_input_fields.type_code='index_value' or data_input_fields.type_code='output_type')"
When I run the "Graph Debugging" RRDTool Says: ERROR: invalid text property format
Please, any help will be appreciated.
OS: Windows Server 2003
WebServer: IIS 6
Cactid: N/A
MySQL: 5.0
PHP: 5
RRDTool: 1.2 win-32 -perl58
Net-SNMP
Cygwin-N/A
LOG:
12/28/2007 02:03:29 PM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'1064', SQL:"select data_input_fields.type_code, data_input_data.value from (data_input_fields,data_input_data) where data_input_fields.id=data_input_data.data_input_field_id and data_input_data.data_template_data_id= and (data_input_fields.type_code='index_type' or data_input_fields.type_code='index_value' or data_input_fields.type_code='output_type')"
When I run the "Graph Debugging" RRDTool Says: ERROR: invalid text property format
Please, any help will be appreciated.
You running cacti 0.8.7 or 0.8.7a? If not 0.8.7a, you need to upgrade to it. Also need to install the patches for it; documentation on the main cacti site.
What rrdtool version do you have specified in cacti's settings?
What specific version of rrdtool do you have?
What rrdtool version do you have specified in cacti's settings?
What specific version of rrdtool do you have?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
no graphs or RRD
In the directions for upgrading, it doesnt say where to extract the tar files.
Do I extract them to C:\Inetpub\wwwroot\cacti
Do I extract them to C:\Inetpub\wwwroot\cacti
Re: no graphs or RRD
You can extract them anywhere you want. But eventually they need to be moved to the \cacti\ folder. Good idea to backup your cacti installation before you upgrade.marciab wrote:In the directions for upgrading, it doesnt say where to extract the tar files.
Do I extract them to C:\Inetpub\wwwroot\cacti
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
yes
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 6
- Joined: Sun Oct 15, 2006 5:34 am
-
- Posts: 6
- Joined: Sun Oct 15, 2006 5:34 am
you mean patching cacti 0.8.7a? You can either download the pre-patched files or manually patch them yourself. The instructions are in my installation guide.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 2
- Joined: Tue Jan 15, 2008 1:37 pm
Operating System: Windows Server 2003 Standard Edition
Webserver: IIS 6.0
Cacti: 8.7a
Cactid: N/A
MySQL: 5.0.45 Win32
PHP: 5.2.5 Win32
RRDTool: 1.2.15 Win32-perl58
Net-SNMP: 5.4.1-3 Win32
Cygwin: N/A
I am also having the same problem and after turning on the graph debug:
RRDTool Command:
c:/rrdtool/rrdtool/release/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="localhost - Traffic" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
CDEF:cdefa=a,8,* \
AREA:cdefa#00CF00FF:"Inbound" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefa#002A97FF:"Outbound" \
GPRINT:cdefa:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s"
RRDTool Says:
ERROR: invalid rpn expression in: a,8,*
Webserver: IIS 6.0
Cacti: 8.7a
Cactid: N/A
MySQL: 5.0.45 Win32
PHP: 5.2.5 Win32
RRDTool: 1.2.15 Win32-perl58
Net-SNMP: 5.4.1-3 Win32
Cygwin: N/A
I am also having the same problem and after turning on the graph debug:
RRDTool Command:
c:/rrdtool/rrdtool/release/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="localhost - Traffic" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
CDEF:cdefa=a,8,* \
AREA:cdefa#00CF00FF:"Inbound" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefa#002A97FF:"Outbound" \
GPRINT:cdefa:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s"
RRDTool Says:
ERROR: invalid rpn expression in: a,8,*
hejohnson3: Same questions apply to you as the other posters. Have you patched cacti yet?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 2
- Joined: Tue Jan 15, 2008 1:37 pm
Did you edit your graph templates or something? That graph expression is missing the DEF fields, which tell rrdtool the rrd file to get the data from.
Try deleting and recreating the graph.
Try deleting and recreating the graph.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Who is online
Users browsing this forum: No registered users and 1 guest