Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for graphs with negative values (think temperature) #48

Open
ghost opened this issue Jan 16, 2012 · 1 comment
Open

Support for graphs with negative values (think temperature) #48

ghost opened this issue Jan 16, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 16, 2012

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?

@httpdss
Copy link
Owner

httpdss commented Mar 10, 2012

Hi ElHeineken,

I'm very interested on having a team for this project, but some organizing needs to be done for that to happen.

Currently the way to feed this project is by cloning and pull requesting afterwards. I'll be looking to alternatives in how to approach this issue.

thanks for your contrib!

Best regards,
Kenny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant