Displaying 1 result from an estimated 1 matches for "rrd_report_url".
2009 Dec 04
3
Foreman reports - no pretty pictures :D
...he moment. I can''t seem to figure
out how to make the dashboard look like in this screenshot
http://theforeman.org/wiki/foreman/Screenshots#Dashboard
In order for those statistics to work what should be done?
I have activated the rrdgraph reports in puppetd, uncommented the line
":rrd_report_url: report/" in config/settings.yaml and added this
Alias /report /var/lib/puppet/rrd/
<Directory /var/lib/puppet/rrd/>
PassengerEnabled off
Options Indexes
Order deny,allow
Allow from all
</Directory>
to the apache2 + passenger vhost definition.
What have I mis...