Can you share your PE version? and also the /puppet/puppet.conf file on your puppet master?
On Friday, June 14, 2013 at 11:17:42 AM UTC-4, Chris Lee wrote: > > I forgot to say thank you. The changes below worked perfectly. > > At first I tried them just by changing on command line. Using > --reports=http and --reporturl= > https://dashboard.example.com:3000/reports/upload , worked, but though I > wasn't able to use --report=true so still nothing happened. > Modifying the report=true however on the central puppet.conf file on our > netbooted systems worked perfectly and our dashboard very quickly started > getting reports from all the nodes > > Thanks again > > Cheers > Chris > > On Sunday, 24 February 2013 19:58:13 UTC+1, Nick Fagerlund wrote: >> >> Yes, you can definitely rig puppet apply to send reports. The trick is >> that it works like a puppet master, not like a puppet agent, so you need to >> configure the nodes to talk directly to the dashboard server; they can't go >> through the puppet master. (It also means that by default, puppet apply has >> "reports = store" and puts its run reports on the local disk in the >> reportdir. I guess you could find those and manually import them into >> dashboard, if you felt like it.) >> >> So, you need to set the following in each node's puppet.conf: >> >> # Use http report processor; don't bother storing reports on disk >> reports = http >> # Send reports to dashboard server >> reporturl = https://dashboard.example.com:3000/reports/upload >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/665110ed-cf91-4d72-8d1e-78e4ce3309cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
