Bernd Adamowicz
2011-Sep-29 15:47 UTC
[Puppet Users] Naginator and Puppet on different hosts
We were using Naginator resources like nagios_host, etc. along with stored configurations and exported resources. Worked pretty well. However we have to separate the Puppet master and the Icinga (Nagios) server. They will be on different machines from now on. Are there any best practices for such a scenario? I already thought about some kind of ''rsync'' of the configuration from Puppet master to the Icinga host. Any ideas? Thanks Bernd -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Brian Gallew
2011-Sep-29 15:54 UTC
Re: [Puppet Users] Naginator and Puppet on different hosts
So, I have all the nodes export their Nagios stuff, and all my Nagios hosts then collect what they need (via tagging). The only tricks I used were to override the file locations so that everything actually gets put into a test directory, and then have an exec kicked by changes which runs a pre-flight and, if the results are good, rsyncs the files from the test directory into the real directory. To clean up nodes/services that have gone away, there is a nightly job that wipes the test directory. On Sep 29, 2011, at 8:47 AM, Bernd Adamowicz wrote:> We were using Naginator resources like nagios_host, etc. along with stored configurations and exported resources. Worked pretty well. However we have to separate the Puppet master and the Icinga (Nagios) server. They will be on different machines from now on. Are there any best practices for such a scenario? I already thought about some kind of ''rsync'' of the configuration from Puppet master to the Icinga host. Any ideas? > > Thanks > Bernd > > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Bernd Adamowicz
2011-Sep-29 16:04 UTC
AW: [Puppet Users] Naginator and Puppet on different hosts
Sounds good. Will start trying this tomorrow and post the results when done. Thanks! Bernd> -----Ursprüngliche Nachricht----- > Von: puppet-users@googlegroups.com [mailto:puppet- > users@googlegroups.com] Im Auftrag von Brian Gallew > Gesendet: Donnerstag, 29. September 2011 17:54 > An: puppet-users@googlegroups.com > Betreff: Re: [Puppet Users] Naginator and Puppet on different hosts > > So, I have all the nodes export their Nagios stuff, and all my Nagios > hosts then collect what they need (via tagging). The only tricks I > used were to override the file locations so that everything actually > gets put into a test directory, and then have an exec kicked by changes > which runs a pre-flight and, if the results are good, rsyncs the files > from the test directory into the real directory. To clean up > nodes/services that have gone away, there is a nightly job that wipes > the test directory. > > On Sep 29, 2011, at 8:47 AM, Bernd Adamowicz wrote: > > > We were using Naginator resources like nagios_host, etc. along with > stored configurations and exported resources. Worked pretty well. > However we have to separate the Puppet master and the Icinga (Nagios) > server. They will be on different machines from now on. Are there any > best practices for such a scenario? I already thought about some kind > of ''rsync'' of the configuration from Puppet master to the Icinga host. > Any ideas? > > > > Thanks > > Bernd > > > > -- > > 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+unsubscribe@googlegroups.com. > > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.