Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-10-01 Thread Jeff McCune
On Sep 30, 2010, at 3:04 PM, Greg Haase wrote: > I believe that in the past I was able to view this information on my puppet > server with > > ralsh nagios_host > > It would give me a listing of what was stored in nagios_host. Now when I do > this I see nothing. I'm not sure if you mean that y

Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-10-01 Thread Daniel Pittman
Greg Haase writes: > I am exporting my resources to the database. I can verify that this is > occurring. Yet I am not getting all of the the > > Nagios_host <<|target ==nagios_hosts.${fqdn}.cfg|>> > > files written to my nagios server and I am interested in finding out how to > trace down this f

Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-10-01 Thread Greg Haase
Avi, I am exporting my resources to the database. I can verify that this is occurring. Yet I am not getting all of the the Nagios_host <<|target ==nagios_hosts.${fqdn}.cfg|>> files written to my nagios server and I am interested in finding out how to trace down this functionality of the collec

Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-09-30 Thread Avi Miller
Greg Haase wrote: Are you aware of any documentation that clearly explains how this collect/export functionality works? Exporting and collecting resources relies on stored configuration[1] being enabled on your Puppet Master. You should ensure that the database is configured and working befor

Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-09-30 Thread Greg Haase
Stephen, Ah the David Schmitt nagios module. This is what I based my work on. I used it as a model. Are you aware of any documentation that clearly explains how this collect/export functionality works? Greg On 9/30/10 3:31 PM, "Steven Wagner" wrote: > Hi Greg, > > I'm on my phone at the mo

Re: [Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-09-30 Thread Steven Wagner
Hi Greg, I'm on my phone at the moment so I don't have the exact link handy, but there is a module on GitHub that works. I tinkered with it a lot in my old setup but found most of my problems were due to not really understanding how the collect/export functionality worked. This is my favorite

[Puppet Users] Nagios Module and use of the @@ and <<||>> notation

2010-09-30 Thread Greg Haase
Greetings, I am working on getting Nagios implemented with Puppet so that when I add a node to Puppet a Nagios configuration file is generated. I can get nagios installed and configured on the server and the client with no problems. Yet getting the client configuration file on to the server is