I was looking into the reporting features in puppet today and realized that though I want the reports I don''t want to bog my puppetmasters down with the task of generating the rrd and png files. Also I already have a server set up to do reporting on various other things that already has the space/CPU cycles and that''s where everyone already goes to look for information. Plus we are running multiple puppetmasters and its a bit of a formula to figure out just what client reports to which puppetmaster. Is there a way to peel off that functionality to a separate centralized server? -- 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.
On Wed, Jul 7, 2010 at 3:25 PM, Psyber <psyber0@gmail.com> wrote:> I was looking into the reporting features in puppet today and realized > that though I want the reports I don''t want to bog my puppetmasters > down with the task of generating the rrd and png files. Also I already > have a server set up to do reporting on various other things that > already has the space/CPU cycles and that''s where everyone already > goes to look for information. Plus we are running multiple > puppetmasters and its a bit of a formula to figure out just what > client reports to which puppetmaster. Is there a way to peel off that > functionality to a separate centralized server?You can use the reportserver configuration option for your puppet agents to configure them to submit their reports to some other puppet master than the one they obtain their configuration from. This will effectively off load the report processing from the configuration compilation. Hope this helps, -- Jeff McCune http://www.puppetlabs.com/ -- 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.
On Jul 7, 2010, at 6:25 PM, Psyber wrote:> I was looking into the reporting features in puppet today and realized > that though I want the reports I don''t want to bog my puppetmasters > down with the task of generating the rrd and png files.I can’t answer your question, but for what its worth - our Puppetmaster is doing reporting along with all kinds of other unrelated crap and it’s fine. Seriously, the thing sits idle. And this is an old box with 4 GB of memory. I wouldn’t worry about it. We are using Passenger, but it was a proactive move. We didn’t see any load problems before we switched. -- Rob McBroom <http://www.skurfer.com/> -- 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.