Displaying 3 results from an estimated 3 matches for "contactgroups".
Did you mean:
contact_groups
2013 Feb 11
1
Puppet resources and Nagios Contacts\Contactgroups
...]
}
@@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 way to create a list such as ;
name1:username1:emailaddress1
name2:username2:emai...
2012 Mar 06
2
Long config retrieval on nodes
Hi all, hoping someone may have encountered a problem similar to this
before:
On my customer''s EC2 based infrastructure, we have implemented the
nodeless, truth driven module outlined by Jordan Sissel here
http://www.semicomplete.com/blog/geekery/puppet-nodeless-configuration.
It''s quite an effective model, especially in the realm of EC2... we still
have a puppetmaster
2008 May 15
1
Using Nagios in CentOS (It was Re: Somewhat OT: (Nagios))
.../etc/nagios (FSVS is what we
> use), because it will make your life much easier to have an audit trail.
>
> We created sub-folders under /etc/nagios to hold the various types of
> entities. For example, we have:
>
> /etc/nagios/commands
> /etc/nagios/contacts
> /etc/nagios/contactgroups
> /etc/nagios/hosts-switches
> /etc/nagios/hosts-dmz
> /etc/nagios/hosts-servers
> /etc/nagios/hosts-lan
> /etc/nagios/templates-hosts
> /etc/nagios/templates-services
>
> We then broke individual elements out of the default massive configuration
> folder into individual...