Hello, On 11-04-28 05:55 AM, Sans wrote: > On Apr 26, 9:29 am, Fransua33 <moch...@gmail.com> wrote: >> > [ .... ] >> > >> > $servicelist=["nagios", "httpd"] >> > >> > service { $servicelist: >> > ensure => "running", >> > hasstatus => "true", >> > hasrestart => "true" >> > } >> > > Do you really need to run "httpd" on the client node to run Nagios > client?
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 on the node 'nagiosserver', while the class "nagios::target" is included everywhere. It is possible to run a Nagios server without a web server, but you won't be able to access its web interface. -- Gabriel Filion -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.