[Puppet Users] Re: Automating Nagios with Puppet

2011-04-29 Thread Sans
Hi Gabriel, I overlooked the "nagios::target" class. Thanks for pointing that out. Cheers!! On Apr 28, 5:14 pm, Gabriel Filion wrote: > Hello, > > Judging from the manifests that the OP sent, the HTTP server is run on > the nagios server, not on each node: the "nagios" class is included only >

[Puppet Users] Re: Automating Nagios with Puppet

2011-04-29 Thread Sans
Hi Gabriel, I overlooked the "nagios::target" class. Thanks for pointing that out. Cheers!! On Apr 28, 5:14 pm, Gabriel Filion wrote: > Hello, > > Judging from the manifests that the OP sent, the HTTP server is run on > the nagios server, not on each node: the "nagios" class is included only >

Re: [Puppet Users] Re: Automating Nagios with Puppet

2011-04-28 Thread Gabriel Filion
Hello, On 11-04-28 05:55 AM, Sans wrote: > On Apr 26, 9:29 am, Fransua33 wrote: >> > [ ] >> > >> > $servicelist=["nagios", "httpd"] >> > >> > service { $servicelist: >> > ensure => "running", >> > hasstatus => "true", >> >

[Puppet Users] Re: Automating Nagios with Puppet

2011-04-28 Thread Sans
Just one question: On Apr 26, 9:29 am, Fransua33 wrote: > [ ] > >         $servicelist=["nagios", "httpd"] > >         service { $servicelist: >                 ensure          => "running", >                 hasstatus       => "true", >                 hasrestart      => "true" >         }