Al @ Lab42
2008-May-06 15:53 UTC
[Puppet Users] Puppet ramblings: use the beast to monitor hosts
Ok, take this post as a half-serious, just an (old?) idea or whatever. Facts: - An host is polled or polls more or less regularly its master. - It provides arbitrary local info via facts - It can provide feedback to a central location in various ways (mail, log, rrd... ) Under some points of view puppet is also an indirect IDS (it detects certain file changes). Under some points of view puppet is also a service checker&manager (it restarts crashed services). Under some points of view puppet can be tweaked into a monitoring system. Right now it can do much of the work (checks and some kind of notification service) with custom facts and some engineering, it just misses a sort of (web based?) dashboard to view what is happening. Now, - I know there are already good tools to monitor everything - I know this is not supposed to be Puppet''s goal but I still find the idea somehow intriguing. Anyone else? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
huangmingyou
2008-May-08 03:20 UTC
[Puppet Users] Re: Puppet ramblings: use the beast to monitor hosts
That''s a good idea,now ,I use external resource and nagios to monitor host,but when the client more and more,it''s not so good, and need add DB server.that''s let the structure be complex. I''m looking for a stupid and simple solution. On May 6, 11:53 pm, "Al @ Lab42" <lab42...@gmail.com> wrote:> Ok, take this post as a half-serious, just an (old?) idea or whatever. > > Facts: > - An host is polled or polls more or less regularly its master. > - It provides arbitrary local info via facts > - It can provide feedback to a central location in various ways (mail, > log, rrd... ) > > Under some points of view puppet is also an indirect IDS (it detects > certain file changes). > Under some points of view puppet is also a service checker&manager (it > restarts crashed services). > > Under some points of view puppet can be tweaked into a monitoring > system. > > Right now it can do much of the work (checks and some kind of > notification service) with custom facts and some engineering, it just > misses a sort of (web based?) dashboard to view what is happening. > > Now, > - I know there are already good tools to monitor everything > - I know this is not supposed to be Puppet''s goal > > but I still find the idea somehow intriguing. > Anyone else?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Evan Hisey
2008-May-08 03:41 UTC
[Puppet Users] Re: Puppet ramblings: use the beast to monitor hosts
On Wed, May 7, 2008 at 10:20 PM, huangmingyou <therods@gmail.com> wrote:> > That''s a good idea,now ,I use external resource and nagios to monitor > host,but when the client more and more,it''s not so good, and need add > DB server.that''s let the structure be complex. I''m looking for a > stupid and simple solution. > > > > On May 6, 11:53 pm, "Al @ Lab42" <lab42...@gmail.com> wrote:Hobbit. A stupid simple monitor system that works well. I am working on a moduel to handle hobbit right now. Evan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
huangmingyou
2008-May-08 04:00 UTC
[Puppet Users] Re: Puppet ramblings: use the beast to monitor hosts
I want still use nagios to monitor host,but I don''t want use the puppet''s external resource, I don''t know there have another method to let the nagios auto monitor the new host that join the puppet fram and not use the external resource. On May 8, 11:41 am, "Evan Hisey" <ehi...@gmail.com> wrote:> On Wed, May 7, 2008 at 10:20 PM, huangmingyou <ther...@gmail.com> wrote: > > > That''s a good idea,now ,I use external resource and nagios to monitor > > host,but when the client more and more,it''s not so good, and need add > > DB server.that''s let the structure be complex. I''m looking for a > > stupid and simple solution. > > > On May 6, 11:53 pm, "Al @ Lab42" <lab42...@gmail.com> wrote: > > Hobbit. A stupid simple monitor system that works well. I am working > on a moduel to handle hobbit right now. > > Evan--~--~---------~--~----~------------~-------~--~----~ 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 Meier
2008-May-08 11:51 UTC
[Puppet Users] Re: Puppet ramblings: use the beast to monitor hosts
Hi> I want still use nagios to monitor host,but I don''t want use the > puppet''s external resource, I don''t know there have another method to > let the nagios auto monitor the new host that join the puppet fram > and not use the external resource.may I ask why you''d like to avoid external resources? They''re the easiest way to solve this problem. greets Pete --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
huangmingyou
2008-May-08 12:10 UTC
[Puppet Users] Re: Puppet ramblings: use the beast to monitor hosts
:) may be puppetmaster can''t the connect remote mysql bug let me don''t like it . but, I think use the external resources for nagios monitor is the best choice at this time :D On May 8, 7:51 pm, Peter Meier <peter.me...@immerda.ch> wrote:> Hi > > > I want still use nagios to monitor host,but I don''t want use the > > puppet''s external resource, I don''t know there have another method to > > let the nagios auto monitor the new host that join the puppet fram > > and not use the external resource. > > may I ask why you''d like to avoid external resources? They''re the > easiest way to solve this problem. > > greets Pete--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---