Hi folks, After installing dashboard after follwing the instructions here: http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html I find that the reports are not uploading. In my puppet.conf the [master] section has the following: # Dashboard stuff reports = store, html reporturl = http://206.217.196.46:3000/reports/upload puppet version is: 2.7.10 Neither the output from the webbrick server show the uploads happening nor the generated web page. I have the delayed job processors running and I''m beginning to think I''ve lost my mind... -- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Russell Van Tassell
2012-Feb-08 21:27 UTC
Re: [Puppet Users] Why are not the reports uploading?
Immediately before that, did you miss the agent configuration? # puppet.conf (on each agent) [agent] report = true On Wed, Feb 8, 2012 at 1:16 PM, Peter Berghold <salty.cowdawg@gmail.com>wrote:> Hi folks, > > After installing dashboard after follwing the instructions here: > http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html > > I find that the reports are not uploading. In my puppet.conf the > [master] section has the following: > > # Dashboard stuff > reports = store, html > reporturl = http://206.217.196.46:3000/reports/upload > > > puppet version is: 2.7.10 > > Neither the output from the webbrick server show the uploads happening nor > the generated web page. I have the delayed job processors running and I''m > beginning to think I''ve lost my mind... > > > -- > Peter L. Berghold > Owner, Shark River Technical Solutions LLC > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Peter Berghold
2012-Feb-08 21:53 UTC
Re: [Puppet Users] Why are not the reports uploading?
That''s in there. Each of the hosts running the agent already have that in there... On Wed, Feb 8, 2012 at 4:27 PM, Russell Van Tassell <russellvt@gmail.com>wrote:> Immediately before that, did you miss the agent configuration? > > # puppet.conf (on each agent) > [agent] > report = true > > > > > On Wed, Feb 8, 2012 at 1:16 PM, Peter Berghold <salty.cowdawg@gmail.com>wrote: > >> Hi folks, >> >> After installing dashboard after follwing the instructions here: >> http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html >> >> I find that the reports are not uploading. In my puppet.conf the >> [master] section has the following: >> >> # Dashboard stuff >> reports = store, html >> reporturl = http://206.217.196.46:3000/reports/upload >> >> >> puppet version is: 2.7.10 >> >> Neither the output from the webbrick server show the uploads happening >> nor the generated web page. I have the delayed job processors running and >> I''m beginning to think I''ve lost my mind... >> >> >> >> -- >> Peter L. Berghold >> Owner, Shark River Technical Solutions LLC >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Russell Van Tassell
2012-Feb-09 21:40 UTC
Re: [Puppet Users] Why are not the reports uploading?
The silly question... that''s in the agent''s puppet.conf, not just in the agent section of the puppet.conf on the puppet master? Have you restarted the server and agents? Do you see anything written to /var/lib/puppet/reports at all? Is it writable by the puppet user? Do you see any obvious errors in any of the logs? Do you see the reports being posted to /var/lib/puppet/log/masterhttp.log? On Wed, Feb 8, 2012 at 1:53 PM, Peter Berghold <salty.cowdawg@gmail.com>wrote:> That''s in there. > > Each of the hosts running the agent already have that in there... > > > > On Wed, Feb 8, 2012 at 4:27 PM, Russell Van Tassell <russellvt@gmail.com>wrote: > >> Immediately before that, did you miss the agent configuration? >> >> # puppet.conf (on each agent) >> [agent] >> report = true >> >> >> >> >> On Wed, Feb 8, 2012 at 1:16 PM, Peter Berghold <salty.cowdawg@gmail.com>wrote: >> >>> Hi folks, >>> >>> After installing dashboard after follwing the instructions here: >>> http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html >>> >>> I find that the reports are not uploading. In my puppet.conf the >>> [master] section has the following: >>> >>> # Dashboard stuff >>> reports = store, html >>> reporturl = http://206.217.196.46:3000/reports/upload >>> >>> >>> puppet version is: 2.7.10 >>> >>> Neither the output from the webbrick server show the uploads happening >>> nor the generated web page. I have the delayed job processors running and >>> I''m beginning to think I''ve lost my mind... >>> >>> >>> >>> -- >>> Peter L. Berghold >>> Owner, Shark River Technical Solutions LLC >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To post to this group, send email to puppet-users@googlegroups.com. >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/puppet-users?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > > > -- > Peter L. Berghold > Owner, Shark River Technical Solutions LLC > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Peter Berghold
2012-Feb-10 18:31 UTC
Re: [Puppet Users] Why are not the reports uploading?
On Thu, Feb 9, 2012 at 4:40 PM, Russell Van Tassell <russellvt@gmail.com>wrote:> The silly question... that''s in the agent''s puppet.conf, not just in the > agent section of the puppet.conf on the puppet master?Yes. It is universally in all my agent puppet.conf files.> Have you restarted the server and agents?yes> Do you see anything written to /var/lib/puppet/reports at all?There are reports in there...> Is it writable by the puppet user?yup> Do you see any obvious errors in any of the logs?nada...> Do you see the reports being posted to /var/lib/puppet/log/masterhttp.log? > > > chidpmaster - - [08/Feb/2012:12:58:29 EST] "PUT /production/report/chidpmaster.chi.sharkrivertech.com HTTP/1.1" 200 14 Looks like... I got this working after discovering a typo in my puppet.conf on the master. (html vs. http) -- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.