Hi all, I''m starting to look at the graphing features of Puppet and I''m struggling to find a way of collating the graphs for testing purposes. Is there a way to centralise the output from the graphs into something like "hostname.relationships.dot" on the puppet master? Thanks, Matt -- 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.
puppet-dashboard? On Aug 25, 5:54 pm, Matt Wallace <li...@truthisfreedom.org.uk> wrote:> Hi all, > > I''m starting to look at the graphing features of Puppet and I''m struggling to > find a way of collating the graphs for testing purposes. > > Is there a way to centralise the output from the graphs into something like > "hostname.relationships.dot" on the puppet master? > > Thanks, > > Matt-- 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 Aug 25, 2010, at 9:54 AM, Matt Wallace wrote:> Hi all, > > I''m starting to look at the graphing features of Puppet and I''m struggling to > find a way of collating the graphs for testing purposes. > > Is there a way to centralise the output from the graphs into something like > "hostname.relationships.dot" on the puppet master?There isn''t currently a way to do this, but we''re working on it - it''s a very high priority for us based on customer feedback. The only real way to do it right now is to manually send the graphs back to the server. But yeah, at some point this will all be visible in the Dashboard. -- The real art of conversation is not only to say the right thing at the right place but to leave unsaid the wrong thing at the tempting moment. -- Dorothy Nevill --------------------------------------------------------------------- Luke Kanies -|- http://puppetlabs.com -|- +1(615)594-8199 -- 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 Wednesday 25 Aug 2010 19:29:52 Luke Kanies wrote:> On Aug 25, 2010, at 9:54 AM, Matt Wallace wrote: > > Hi all, > > > > I''m starting to look at the graphing features of Puppet and I''m > > struggling to find a way of collating the graphs for testing purposes. > > > > Is there a way to centralise the output from the graphs into something > > like "hostname.relationships.dot" on the puppet master? > > There isn''t currently a way to do this, but we''re working on it - it''s a > very high priority for us based on customer feedback. > > The only real way to do it right now is to manually send the graphs back to > the server. > > But yeah, at some point this will all be visible in the Dashboard.Hi Luke, It''s good to know that this is in the roadmap, however what about those of us who don''t use Dashboard? We use Cobbler for all our extnode stuff and I''m slightly reluctant to load up a complete management environment just to display some graphs. Ideally, I''d like to see the graphs stored in a central location (or even better as part of the stored_configs database so I can query it and produce the graphs myself!) so I can integrate them into a webpage that only shows the graphs from the "important" modules[0]. I''m happy to add this to a current feature request etc if one exists or start a new one! Kind regards, Matt [0] - yes, I know all of our modules are "important", however some are more important than others! -- 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 Wednesday 25 Aug 2010 19:17:18 Phips wrote:> puppet-dashboard?Could do, but we use Cobbler as our extnode source and I don''t really want to fire up an additional management web interface just for a few graphs... :( Cheers, Matt -- 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.
If you have shared storage, it''s pretty trivial to collect all the relationship files. If not, you might consider the simple expedient of scp or curl in an exec{} to get them where you want them. On Thu, Aug 26, 2010 at 12:47 AM, Matt Wallace <lists@truthisfreedom.org.uk>wrote:> On Wednesday 25 Aug 2010 19:17:18 Phips wrote: > > puppet-dashboard? > > Could do, but we use Cobbler as our extnode source and I don''t really want > to > fire up an additional management web interface just for a few graphs... :( > > Cheers, > > Matt > > -- > 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<puppet-users%2Bunsubscribe@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.