[project @ peter@palfrader.org-20080421154509-fl846h0d4az2vr6t]
[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 define contact{
14         contact_name                    joerg
15         alias                           Joerg Jaspert
16         service_notification_period     24x7
17         host_notification_period        24x7
18         service_notification_options    w,u,c,r
19         host_notification_options       d,r
20         service_notification_commands   notify-service-by-email
21         host_notification_commands      notify-host-by-email
22         email                           debiannagios@ganneff.de
23         }
24
25
26 ###############################################################################
27 ###############################################################################
28 #
29 # CONTACT GROUPS
30 #
31 ###############################################################################
32 ###############################################################################
33
34 # We only have one contact in this simple configuration file, so there is
35 # no need to create more than one contact group.
36
37 define contactgroup{
38         contactgroup_name       dsa
39         alias                   Debian System Administrators
40         members                 weasel
41         }