On Thu, 11 Oct 2012 17:03:05 +0200 Brent Clark <brentgclarkl...@gmail.com> wrote:
> I was wondering if someone could help me. > > Say I have three servers. One puppet master, one webserver, and one > nagios server. > > Is there a way to automate the process of adding the web server to > the nagios server for monitoring via a puppet. > > If someone could assists, or suggest a better means, it would be > appreciated. As others already said, there exists exported resources. But IMHO is puppet not very good for exchanging information between hosts und you shouldn't use the exported resources much. Instead you should model your hosts somewhere else, maybe in hiera or in a complete other DB and transform this model in something puppet can use. Puppet is *not* a model of your environment, it's a config management system, host by host. Regards Oli -- 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.