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,