public
Description: Fire-and-forget data collection and graphing service
Homepage: http://rifgraf.heroku.com/
Clone URL: git://github.com/adamwiggins/rifgraf.git
rifgraf / views / data.erb
100644 3 lines (2 sloc) 0.116 kb
1
2
3
<% points.each do |point| %><%= point[:timestamp].strftime("%Y-%m-%d %H:%M:%S") %>,0,<%= point[:value] %>
<% end %>