[project @ peter@palfrader.org-20080418112314-tk430x62yme42qzk]
[mirror/dsa-nagios.git] / nagios-conf / contacs.cfg
1 define contact{
2         contact_name                    weasel
3         alias                           Peter Palfrader
4         service_notification_period     24x7
5         host_notification_period        24x7
6         service_notification_options    w,u,c,r
7         host_notification_options       d,r
8         service_notification_commands   notify-service-by-email
9         host_notification_commands      notify-host-by-email
10         email                           debian-nagios@palfrader.org
11         }
12
13
14
15 ###############################################################################
16 ###############################################################################
17 #
18 # CONTACT GROUPS
19 #
20 ###############################################################################
21 ###############################################################################
22
23 # We only have one contact in this simple configuration file, so there is
24 # no need to create more than one contact group.
25
26 define contactgroup{
27         contactgroup_name       dsa
28         alias                   Debian System Administrators
29         members                 weasel
30         }