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 puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.