I'm playing around with foreman for the 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 missed? Or the screenshot is from trunk?
Sidenote: I have also modified the metrics.rb to use the defualt rrd
ruby bindings found in ubuntu 9.04. They seem to output the right stuff
but :-?? this might be a cause :-??
Silviu
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.