Please Help - ERROR: invalid rpn expression 'a,8,*'
Moderators: Developers, Moderators
Please Help - ERROR: invalid rpn expression 'a,8,*'
I am new to cacti and I am not sure what this error is telling me. Anyone have any suggestions on why this is happening and what the fix is??
ERROR: invalid rpn expression 'a,8,*'
Any help or suggestions is appreciated.
Thanks
ERROR: invalid rpn expression 'a,8,*'
Any help or suggestions is appreciated.
Thanks
Invalid rpn expression 'a,8,*'
I got the same error when i try to graph some interfaces using "create graphs for this host" into devices section.
When i create the graph the resulting name look like this:
"Router -Traffic - |query_ifName|" (yes, |query_ifName|)
If i turn on the graph debug mode this message appears:
RRDTool Says:
ERROR: invalid rpn expression 'a,8,*'
I'm using cacti-0.8.6 and rrdtool-1.0.49 and Apache/2.0.40
Thanks in advance.
Elian.
When i create the graph the resulting name look like this:
"Router -Traffic - |query_ifName|" (yes, |query_ifName|)
If i turn on the graph debug mode this message appears:
RRDTool Says:
ERROR: invalid rpn expression 'a,8,*'
I'm using cacti-0.8.6 and rrdtool-1.0.49 and Apache/2.0.40
Thanks in advance.
Elian.
Same issue
Got the same issue when a change the title of a graph that was running well, in the "Graph Fields" section, do i have to keep the default title ?
ERROR: invalid rpn expression 'a,8,*'
I'm using cacti-0.8.6b + rrdtool-1.0.46 + Apache/2.0.48
ERROR: invalid rpn expression 'a,8,*'
I'm using cacti-0.8.6b + rrdtool-1.0.46 + Apache/2.0.48
Re: Invalid rpn expression 'a,8,*'
i have this trouble tooElian wrote:I got the same error when i try to graph some interfaces using "create graphs for this host" into devices section.
When i create the graph the resulting name look like this:
"Router -Traffic - |query_ifName|" (yes, |query_ifName|)
If i turn on the graph debug mode this message appears:
RRDTool Says:
ERROR: invalid rpn expression 'a,8,*'
I'm using cacti-0.8.6 and rrdtool-1.0.49 and Apache/2.0.40
Thanks in advance.
Elian.
anybody tell us whats happening?
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Typically, this is because the graph template has been added directly, without using the data query.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
im only install cacti on new computer, than copy *.rrd and mysql datarony wrote:Typically, this is because the graph template has been added directly, without using the data query.
from old computer to new
tell me plz what im did wrong...
or give me manual for transfer working copy of cacti to new machine
thanks
- Attachments
-
- err.jpg (215.25 KiB) Viewed 21920 times
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
See the Inbound and Outbound data sources, they are NONE. That is why this is not working. Typically, this is because the graph template is added directly, but not using a data query.
Btw, read the docs...
Btw, read the docs...
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
plz give me linkrony wrote:See the Inbound and Outbound data sources, they are NONE. That is why this is not working. Typically, this is because the graph template is added directly, but not using a data query.
Btw, read the docs...
im do that
1. install a fresh copy of cacti
2. dump old database and restore into new mashine
3. copy all rra files
but Inbound and Outbound data sources are NONE!!!
whats wrong in my steps??
im use search bit not find anything?
I had the same problem when I was playing around with my graph template design after having created a graph instance from this template. I had been adding multiple snmp data sources directly (not by query) to my graph template. I just had to delete the graph instance and create it again. The problem had vanished.
-
- Posts: 5
- Joined: Sat Nov 21, 2009 11:04 pm
i also face the same problem.
Please help.
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Mikrotik RT - Traffic" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
--slope-mode \
--font TITLE:10: \
--font AXIS:8: \
--font LEGEND:8: \
--font UNIT:8: \
CDEF:cdefa=a,8,* \
CDEF:cdefe=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:cdefe#002A97FF:"Outbound" \
GPRINT:cdefe:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s"
RRDTool Says:
ERROR: invalid rpn expression in: a,8,*
Who is online
Users browsing this forum: No registered users and 0 guests