Displaying 1 result from an estimated 1 matches for "contactgroup_members".
2013 Feb 11
1
Puppet resources and Nagios Contacts\Contactgroups
....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 generating them with;
Nagios_contactgroup <<||>>
Nagios_contact <<||>>
Is there a...