[Puppet Users] Possible issue with nagios_* commands

2014-02-25 Thread JonY
I'm trying to setup a nagios server via puppet to monitor the other servers in the group. I can get the various stored info from puppet db but when the *.cfg files are created in the nagios folder they are all root:root 0600. IE nagios can't read them. I can work around this but I'm wondering

Re: [Puppet Users] Possible issue with nagios_* commands

2014-02-25 Thread Matthias Saou
On Tue, 25 Feb 2014 09:01:43 -0800 (PST) JonY ethrbu...@gmail.com wrote: I'm trying to setup a nagios server via puppet to monitor the other servers in the group. I can get the various stored info from puppet db but when the *.cfg files are created in the nagios folder they are all root:root

Re: [Puppet Users] Possible issue with nagios_* commands

2014-02-25 Thread Felix Frank
Hi, there will be appropriate options to the nagios types starting with 3.5, see https://tickets.puppetlabs.com/browse/PUP-1327 As a workaround you can now manage the configs as file { } resources. This should not interfere with the nagios types. HTH, Felix On 02/25/2014 06:01 PM, JonY wrote: