Re: [Puppet Users] Dashboard not getting reports after installation of PuppetDB

2014-04-25 Thread Mark Cartwright
I had originally sent reports to both, but when I didn't get them in the dashboard (where I actually use them) I dropped puppet db. The httpd directive tells it to submit to the dashboard using the report URL and did work before. I'll try again. Certainly can't hurt. The line originally read: r

Re: [Puppet Users] Dashboard not getting reports after installation of PuppetDB

2014-04-25 Thread Ken Barber
You need to route reports to the dashboard AND puppetdb: reports = puppetdb,http (or something like that) I can't see even puppetdb listed in your puppet.conf btw. And I've never seen 'httpd' either, not sure what that report handler represents? So to me this doesn't even look like reports are

[Puppet Users] Dashboard not getting reports after installation of PuppetDB

2014-04-25 Thread Mark Cartwright
Background: I had started with a basic install of Open Source puppet (3.4.2 on master and clients) and Dashboard (1.2.23), both running as Passenger applications under Apache. I have not (so far) configured Inventory for the Dashboard but wouldn't mind adding this if I can get basic reports back