![](https://secure.gravatar.com/avatar/1009391c32257c420648c1e5ed605596.jpg?s=120&d=mm&r=g)
25 Jan
2016
25 Jan
'16
11:37 a.m.
Hi everybody.
I had a problem on some graph on my observium, for exemple graph Percent Utilisation of ports.
I looked into the errors: RRDTool Output: ERROR: Unused Arguments "" in command : HRULE:100#555::
I modified my file : /opt/observium/html/includes/graphs/port/percent.inc.php
- - line 25 $defs .= ' HRULE:100#555::'; + + line 25 $defs .= ' HRULE:100#555:'; - - line 26 $defs .= ' HRULE:-100#555::'; + + line 26 $defs .= ' HRULE:-100#555:’;
I removed one ‘’:’’ at the end and it’s working. Is it a mistake ?
Regards,
-- Alexandre Corso acorso@franceix.net