You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi collectd-web team
I'm running collectd to save temeperatures around the house. Unfortunately the default RRD arguments prevent any negative numbers from being shown on the graph.
The array in the file 'collection.modified.cgi' should be adjusted like this:
our @RRDDefaultArgs = (
'-w', '500', '-h', '160','--alt-autoscale','--alt-y-grid',
'--slope-mode', '--font', 'TITLE:10:', '--font', 'AXIS:8:', '--font', 'LEGEND:8:',
'--font', 'UNIT:8:', '-c', 'BACK#FF000000',
'-c', 'SHADEA#FF000000', '-c', 'SHADEB#FF000000', '-i');
Best regards, Lars.
PS: If possible I would like to volunteer on this project as a developer. Anyone interested?
The text was updated successfully, but these errors were encountered:
Hi collectd-web team
I'm running collectd to save temeperatures around the house. Unfortunately the default RRD arguments prevent any negative numbers from being shown on the graph.
The array in the file 'collection.modified.cgi' should be adjusted like this:
our @RRDDefaultArgs = (
'-w', '500', '-h', '160','--alt-autoscale','--alt-y-grid',
'--slope-mode', '--font', 'TITLE:10:', '--font', 'AXIS:8:', '--font', 'LEGEND:8:',
'--font', 'UNIT:8:', '-c', 'BACK#FF000000',
'-c', 'SHADEA#FF000000', '-c', 'SHADEB#FF000000', '-i');
Best regards, Lars.
PS: If possible I would like to volunteer on this project as a developer. Anyone interested?
The text was updated successfully, but these errors were encountered: