Hi Ken,

> Its a comma, if you are unclear.


Yep! I was able to get that by trying it out. But thanks for the feedback!
Always extremely welcomed!

[root@puppet:~] #cd /etc/puppet
[root@puppet:/etc/puppet] #grep reports puppet.conf
    reports        = foreman, puppetdb

Try it again and restart your puppet
> master. Then check your PuppetDB logs (/var/log/puppetdb/puppetdb.log)
> you should see logged commands for the 'store report' command be
> submitted on a node after you do an agent run


Seems to be working fine! I can see reports turning up both in foreman and
in puppetboard now. BTW, I'm really liking both the foreman and the
puppeboard. I'm glad I put in the effort to get both it and the puppetdb
working. I'm going to pitch the puppetdb to my coworkers who so far only
use the community version of puppet with no web interface. Masochists,
clearly!

Thanks again!
Tim




> Try it again and restart your puppet
> master. Then check your PuppetDB logs (/var/log/puppetdb/puppetdb.log)
> you should see logged commands for the 'store report' command be
> submitted on a node after you do an agent run


On Thu, Oct 9, 2014 at 6:52 PM, Ken Barber <k...@puppetlabs.com> wrote:

> >> Are you pushing reports into puppetdb or only into foreman?
> >
> >
> >
> > Ok so I missed that. Sorry dude. And yeah as you point out I originally
> had
> > reports only going to foreman. But I changed the puppet.conf to this:
> >
> > [root@puppet:/etc/puppet] #egrep -i "reports|storeconfigs" puppet.conf
> >     reports        = foreman puppetdb
> >     storeconfigs = true
> >     storeconfigs_backend = puppetdb
> >
> >
> > I wasn't sure if this was supposed to be comma dlimeted or space. I tried
> > using a space between the two.
> >
> > And so far no change.
> >
> > http://puppetboard.jokefire.com/
>
> Its a comma, if you are unclear. Try it again and restart your puppet
> master. Then check your PuppetDB logs (/var/log/puppetdb/puppetdb.log)
> you should see logged commands for the 'store report' command be
> submitted on a node after you do an agent run, if not - check your
> puppet master logs to see if its logging any errors with sending the
> reports. The puppet master usually logs to syslog FYI. Basically these
> 'store report' commands should be submitted in order from one host
> like so:
>
> * replace facts
> * replace catalog
> * store report
>
> If none of that helps, we can explore turning on debug mode for Puppet
> to see what's being logged.
>
> ken.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/CAE4bNT%3DsYszRgMm_eBWqvkDH8UsZnEB06knoQZT4r_pjWx2X2w%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAOZy0em4y0geL6Tag%2BvKJUySqjDHdBoJ7%2BQ00L2pU5TQbcMBWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to