JRobinRrdStrategy: JRobin: Unrecognized graph argument:
Description
Environment
Acceptance / Success Criteria
blocks
Lucidchart Diagrams
Activity

Benjamin Reed March 3, 2015 at 9:04 AM
, since you opened a new bug about this too, I'm going to close this one since it's a historical record of working on it for 1.10.

guenther.schreiner March 2, 2015 at 6:50 PM
Same issue appears again with version 15.0.1:
The graph of file snmp-graph.properties.d/sample.properties:
report.ILIAS-login.name=ILIAS Login
report.ILIAS-login.columns=ilias-login
report.ILIAS-login.type=responseTime, distributedStatus
report.ILIAS-login.command=--title="ILIAS Login Response Time" --vertical-label="Seconds" DEF:totalrtMills={rrd1}:ilias-login:AVERAGE DEF:totalminRtMills={rrd1}:ilias-login:MIN DEF:totalmaxRtMills={rrd1}:ilias-login:MAX DEF:page1rtMills={rrd1}:login-page:AVERAGE DEF:page1minRtMills={rrd1}:login-page:MIN DEF:page1maxRtMills={rrd1}:login-page:MAX DEF:page2rtMills={rrd1}:main-page:AVERAGE DEF:page2minRtMills={rrd1}:main-page:MIN DEF:page2maxRtMills={rrd1}:main-page:MAX DEF:page3rtMills={rrd1}:logout-page:AVERAGE DEF:page3minRtMills={rrd1}:logout-page:MIN DEF:page3maxRtMills={rrd1}:logout-page:MAX CDEF:totalrt=totalrtMills,1000,/ CDEF:totalminRt=totalminRtMills,1000,/ CDEF:totalmaxRt=totalmaxRtMills,1000,/ CDEF:page1rt=page1rtMills,1000,/ CDEF:page1minRt=page1minRtMills,1000,/ CDEF:page1maxRt=page1maxRtMills,1000,/ CDEF:page2rt=page2rtMills,1000,/ CDEF:page2minRt=page2minRtMills,1000,/ CDEF:page2maxRt=page2maxRtMills,1000,/ CDEF:page3rt=page3rtMills,1000,/ CDEF:page3minRt=page3minRtMills,1000,/ CDEF:page3maxRt=page3maxRtMills,1000,/ AREA:page1rt#0000ff:"Login Page " GPRINT:page1rt:AVERAGE:" Avg
: %6.2lf %s" GPRINT:page1rt:MIN:"Min
: %6.2lf %s" GPRINT:page1rt:MAX:"Max
: %6.2lf %s
n" STACK:page2rt#ff00ff:"Main Page " GPRINT:page2rt:AVERAGE:" Avg
: %6.2lf %s" GPRINT:page2rt:MIN:"Min
: %6.2lf %s" GPRINT:page2rt:MAX:"Max
: %6.2lf %s
n" STACK:page3rt#ff005f:"Logout Page " GPRINT:page3rt:AVERAGE:" Avg
: %6.2lf %s" GPRINT:page3rt:MIN:"Min
: %6.2lf %s" GPRINT:page3rt:MAX:"Max
: %6.2lf %s
n" LINE3:totalrt#00ff00:"Total Session" GPRINT:totalrt:AVERAGE:" Avg
: %6.2lf %s" GPRINT:totalrt:MIN:"Min
: %6.2lf %s" GPRINT:totalrt:MAX:"Max
: %6.2lf %s
n"
... works fine as well as the (same) file (with a lot of spaces)...
report.ILIAS-login.name=ILIAS Login
report.ILIAS-login.columns=ilias-login
report.ILIAS-login.type=responseTime, distributedStatus
report.ILIAS-login.command=--title="ILIAS Login Response Time" \
--vertical-label="Seconds" \
DEF:totalrtMills={rrd1}:ilias-login:AVERAGE \
DEF:totalminRtMills={rrd1}:ilias-login:MIN \
DEF:totalmaxRtMills={rrd1}:ilias-login:MAX \
DEF:page1rtMills={rrd1}:login-page:AVERAGE \
...
throws errors (extract from file web.log):
2015-03-03 00:27:16,692 WARN [qtp810616382-1378 - /opennms/graph/graph.png?resourceId=node%5b41%5d.responseTime%5b193.196.64.104%5d&report=ILIAS-login&start=1424734036471&end=1425338836471&width=641&height=160] o.o.n.r.j.JRobinRrdStrategy: JRobin: Unrecognized graph argument:
2015-03-03 00:27:16,692 WARN [qtp810616382-1378 - /opennms/graph/graph.png?resourceId=node%5b41%5d.responseTime%5b193.196.64.104%5d&report=ILIAS-login&start=1424734036471&end=1425338836471&width=641&height=160] o.o.n.r.j.JRobinRrdStrategy: JRobin: Unrecognized graph argument:
...

Benjamin Reed May 8, 2012 at 4:15 PM
Hah, that's all it was? Man, we've really gotta redo that jrobin tokenizer someday.

Ron Roskens May 8, 2012 at 12:47 PM
Here's what I've been using to get rid of this warning:

Gian Rojas January 3, 2012 at 6:29 PM
I have a similar error message, but in my case if I see the graphic but not the titles of the same, but I get same error message in the "log"
Hi,
There is an extra whitespace in snmp-graph.properties file for command.prefix between PNG and --font, which causes lot of WARN messages in jetty.log like
2011-06-08 12:14:06,544 WARN [309056159@qtp-1319812141-27] JRobinRrdStrategy: JRobin: Unrecognized graph argument:
2011-06-08 12:14:06,584 WARN [1676413238@qtp-1319812141-24] JRobinRrdStrategy: JRobin: Unrecognized graph argument:
2011-06-08 12:15:45,445 WARN [1676413238@qtp-1319812141-24] JRobinRrdStrategy: JRobin: Unrecognized graph argument:
2011-06-08 12:15:45,540 WARN [141868693@qtp-1319812141-28] JRobinRrdStrategy: JRobin: Unrecognized graph argument:
2011-06-08 12:15:45,540 WARN [1676413238@qtp-1319812141-24] JRobinRrdStrategy: JRobin: Unrecognized graph argument:
2011-06-08 12:15:45,920 WARN [264402169@qtp-1319812141-26] JRobinRrdStrategy: JRobin: Unrecognized graph argument:
2011-06-08 12:15:45,953 WARN [828016576@qtp-1319812141-10] JRobinRrdStrategy: JRobin: Unrecognized graph argument:
snmp-graph.properties
command.prefix=/usr/bin/rrdtool graph - --imgformat PNG --font DEFAULT:7 --font TITLE:10 --start {startTime} --end {endTime}
After removing, still, sometimes I can see that WARN messages but only for some graphs. I'm going to take a look and understand for which graphs it generates that message.