auxesis / visage

Graph collectd metrics in the browser, backed by a JSON API
http://visage-app.com/
Other
381 stars 56 forks source link

View a year of data #80

Closed sciurus closed 12 years ago

sciurus commented 13 years ago

The maximum timespan you can choose to display in visage is one month. By default, collectd stores data for one year. Visage should be able to display this.

auxesis commented 13 years ago

Agreed. This should be pretty easy to implement too.

Check out: https://github.com/auxesis/visage/blob/master/lib/visage-app/public/javascripts/graph.js#L494

All you need to do is add an entry in there.

Feel like submitting a patch? :-)

auxesis commented 12 years ago

This was resolved in #80.