da3fc3c3843b89944fc53321810a7b906698a0bf
[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 define contact{
26         contact_name                    tjrc1
27         alias                           Tim Cutts
28         service_notification_period     24x7
29         host_notification_period        24x7
30         service_notification_options    w,u,c,r
31         host_notification_options       d,r
32         service_notification_commands   notify-service-by-email
33         host_notification_commands      notify-host-by-email
34         email                           tjrc@sanger.ac.uk
35         }
36
37 define contact{
38         contact_name                    holger
39         alias                           Holger Levsen
40         service_notification_period     24x7
41         host_notification_period        24x7
42         service_notification_options    w,u,c,r
43         host_notification_options       d,r
44         service_notification_commands   notify-service-by-email
45         host_notification_commands      notify-host-by-email
46         email                           holger@layer-acht.org
47         }
48
49 define contact{
50         contact_name                    dannf
51         alias                           Dann Frazier
52         service_notification_period     24x7
53         host_notification_period        24x7
54         service_notification_options    w,u,c,r
55         host_notification_options       d,r
56         service_notification_commands   notify-service-by-email
57         host_notification_commands      notify-host-by-email
58         email                           dannf@hp.com
59         }
60
61 define contact{
62         contact_name                    bzed
63         alias                           Bernd Zeimetz
64         service_notification_period     24x7
65         host_notification_period        24x7
66         service_notification_options    w,u,c,r
67         host_notification_options       d,r
68         service_notification_commands   notify-service-by-email
69         host_notification_commands      notify-host-by-email
70         email                           bernd+debnagios@bzed.de
71         }
72
73 define contact{
74         contact_name                    luk
75         alias                           Luk Claes
76         service_notification_period     24x7
77         host_notification_period        24x7
78         service_notification_options    w,u,c,r
79         host_notification_options       d,r
80         service_notification_commands   notify-service-by-email
81         host_notification_commands      notify-host-by-email
82         email                           luk.claes@ugent.be
83         }
84
85 ###############################################################################
86 ###############################################################################
87 #
88 # CONTACT GROUPS
89 #
90 ###############################################################################
91 ###############################################################################
92
93 # We only have one contact in this simple configuration file, so there is
94 # no need to create more than one contact group.
95
96 define contactgroup{
97         contactgroup_name       dsa
98         alias                   Debian System Administrators
99         members                 weasel
100         }