Sha256: 5206f0f36c5cc7ab44d1113b1306f9200b708491f0805dcddea13de96cab5981

Contents?: true

Size: 1.99 KB

Versions: 20

Compression:

Stored size: 1.99 KB

Contents

###############################################################################
###############################################################################
#
# CONTACT GROUPS
#
###############################################################################
###############################################################################

# We only have one contact in this simple configuration file, so there is
# no need to create more than one contact group.

define contactgroup{
        contactgroup_name       admins
        alias                   Nagios Administrators
        members                 nagiosadmin
}

###############################################################################
###############################################################################
#
# CONTACTS
#
###############################################################################
###############################################################################

define contact{
        contact_name    nagiosadmin		; Short name of user
		use				generic-contact		 (defined above)
        alias           Nagios Admin	; Full name of user

        email           root@localhost	; << CHANGE TO YOUR EMAIL ADDRESS
        }

###############################################################################
###############################################################################
#
# CONTACT TEMPLATES
#
###############################################################################
###############################################################################

define contact{
        name                            generic-contact    	
        service_notification_period     24x7			
        host_notification_period        24x7			
        service_notification_options    w,u,c,r,f,s		
        host_notification_options       d,u,r,f,s		
        service_notification_commands   notify-service-by-email	
        host_notification_commands      notify-host-by-email	
        register                        0       		
        }






Version data entries

20 entries across 20 versions & 4 rubygems

Version Path
andyh-deprec-1.99.26 lib/deprec/templates/nagios/contacts.cfg.erb
andyh-deprec-1.99.27 lib/deprec/templates/nagios/contacts.cfg.erb
isaac-deprec-1.99.30 lib/deprec/templates/nagios/contacts.cfg.erb
isaac-deprec-1.99.32 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.15 lib/deprec/templates/old/contacts.cfg.erb
deprec-2.0.11 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.13 lib/deprec/templates/nagios/contacts.cfg.erb
centostrano-0.1 lib/deprec/templates/nagios/contacts.cfg.erb
centostrano-0.2 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.1 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.10 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.0 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.5 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.8 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.9 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.7 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.3 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.6 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.2 lib/deprec/templates/nagios/contacts.cfg.erb
deprec-2.0.4 lib/deprec/templates/nagios/contacts.cfg.erb