A number of my check_nt plugins return metric names with spaces in them. Specifically, the NC_NET plugin's CPULoad module is returning both 5 and 15 minute CPU averages with metric names of '5 min avg Load' and '15 min avg Load' respectively.
While these metrics can be graphed via a custom graph, the Simple Graphs Renderer errors when producing a graph of the same metrics with the following error:
ERROR: opening '/usr/local/oreon/filesGeneration/graphs/simpleRenderer/rrdDB/cywwic02__cpu.rrd': No such file or directory
This problem does not occur for metrics which do not contain spaces such as the 'pl' and 'rta' metrics returned by check_icmp.
Does anyone have any suggestions for how I can work around this issue or how I might resolve it?
thanks in advance,
Jon
While these metrics can be graphed via a custom graph, the Simple Graphs Renderer errors when producing a graph of the same metrics with the following error:
ERROR: opening '/usr/local/oreon/filesGeneration/graphs/simpleRenderer/rrdDB/cywwic02__cpu.rrd': No such file or directory
This problem does not occur for metrics which do not contain spaces such as the 'pl' and 'rta' metrics returned by check_icmp.
Does anyone have any suggestions for how I can work around this issue or how I might resolve it?
thanks in advance,
Jon
Comment