Hi folks. I''ve just written a small plug-in for Eggdrop: https://github.com/shaftoe/eggdrop-puppet-notificator Maybe someone here is running both a puppet master and an eggdrop process on the same machine and wishes to get notified about "missing" nodes (via IRC and email). I like very much that Dashboard tells me which node is missing for more than 60mins, but I didn''t know how to get notified too, so... I''m sure there are better ways to do it but this was just the easier I''ve seen, so of course any comment/bug report etc is very appreciated ;) -- Alexander Fortin http://about.me/alexanderfortin/ -- 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, Aug 31, 2011 at 2:17 PM, Alexander Fortin <alexander.fortin@gmail.com> wrote:> Hi folks. > > I''ve just written a small plug-in for Eggdrop: > > https://github.com/shaftoe/eggdrop-puppet-notificator > > Maybe someone here is running both a puppet master and an eggdrop process on > the same machine and wishes to get notified about "missing" nodes (via IRC > and email). I like very much that Dashboard tells me which node is missing > for more than 60mins, but I didn''t know how to get notified too, so... I''m > sure there are better ways to do it but this was just the easier I''ve seen, > so of course any comment/bug report etc is very appreciated ;)nice! any chance you would consider adding a query to foreman? easy to get that info via: curl http://foreman/hosts/out_of_sync?format={json,yaml} Ohad> -- > Alexander Fortin > http://about.me/alexanderfortin/ > > -- > 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.
I went a slightly different direction and wrote cinch-imap in order to view my incoming nagios alerts when I''m lurking in my internal irc channel. If anyone is interested, the bits can be found at http://rubygems.org/gems/cinch-imap Best, Adam -- 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 08/31/2011 02:25 PM, Ohad Levy wrote:> nice! any chance you would consider adding a query to foreman? > easy to get that info via: > > curlhttp://foreman/hosts/out_of_sync?format={json,yaml}Hi Ohad! Unfortunately I''ve got no Foreman so no way to test it (and no real need to extend it because no Foreman in the near future here...) If you (or anyone) want to submit a patch I''ll be more than happy :) Just ask to be added to the GitHub project and I''ll give you RW. -- Alexander Fortin http://about.me/alexanderfortin/ -- 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.