Displaying 2 results from an estimated 2 matches for "contactgroup_name".
2009 Jun 18
3
Getting started with puppet
Hey Folks,
I''m just starting to look into Puppet though am finding it a bit
confusing as to how to get it setup on the network I administer. At the
moment it is a combination of RHEL 4 and SLES 10 boxes with windows and
novell also.
I know that windows / novell is beside the point though am wondering how
to get puppet setup on the RHEL and SLES side of things.
Any good howto''s
2013 Feb 11
1
Puppet resources and Nagios Contacts\Contactgroups
...s => "user1",
email => "emailaddress1",
target => "/etc/nagios/conf.d/contacts/username1.cfg",
notify => Exec["fix_nagios_perms"]
}
@@nagios_contactgroup { groupname1:
ensure => present,
contactgroup_name => groupname1,
alias => group1,
members => "members1",
contactgroup_members => "",
target => "/etc/nagios/conf.d/contactgroups/groupname1.cfg",
notify => Exec["fix_nagios_perms"]
}
And ge...