Re: [Puppet Users] Managing multiple nagios servers with puppet and virtual resources

2013-04-11 Thread Phil Cole
Thanks Pete, I'll take a look at your module and see how things go. Phil On Thursday, April 11, 2013 12:02:14 AM UTC+1, Pete wrote: > > Hi Phil, > > The monitoring module I wrote does this very well. > It is on puppet forge if you want to have a look for some inspiration or > install it and

Re: [Puppet Users] Managing multiple nagios servers with puppet and virtual resources

2013-04-11 Thread Phil Cole
agios"], > notify => Exec["nagios-safe-restart"], > } > > and since $environment is built in and assigned to every host elsewhere > the checks appear on the correct nagios server, provided they were deployed > to the correct environment. > > -

[Puppet Users] Managing multiple nagios servers with puppet and virtual resources

2013-04-10 Thread Phil Cole
Hi, For several years, we have @work had a puppet environment where when we add a new host/node, some basic monitoring is fed through to a nagios server using virtual resources and an old nagios class which either someone here wrote themselves, or found on the internet at the time. We are tr