b79415e0ba084422ab1ca6061b923d9db98d7e63
[mirror/dsa-nagios.git] / config / static / conf.d / contacts.cfg
1 #############################################################################
2 ## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET
3 ## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT
4 #############################################################################
5 define contact{
6         contact_name                    weasel
7         alias                           Peter Palfrader
8         service_notification_period     24x7
9         host_notification_period        24x7
10         service_notification_options    w,u,c,r
11         host_notification_options       d,r
12         service_notification_commands   notify-service-by-email
13         host_notification_commands      notify-host-by-email
14         email                           debian-nagios@palfrader.org
15         }
16
17 define contact{
18         contact_name                    joerg
19         alias                           Joerg Jaspert
20         service_notification_period     24x7
21         host_notification_period        24x7
22         service_notification_options    w,u,c,r
23         host_notification_options       d,r
24         service_notification_commands   notify-service-by-email
25         host_notification_commands      notify-host-by-email
26         email                           debiannagios@ganneff.de
27         }
28
29 define contact{
30         contact_name                    tjrc1
31         alias                           Tim Cutts
32         service_notification_period     24x7
33         host_notification_period        24x7
34         service_notification_options    w,u,c,r
35         host_notification_options       d,r
36         service_notification_commands   notify-service-by-email
37         host_notification_commands      notify-host-by-email
38         email                           tjrc@sanger.ac.uk
39         }
40
41 define contact{
42         contact_name                    holger
43         alias                           Holger Levsen
44         service_notification_period     24x7
45         host_notification_period        24x7
46         service_notification_options    w,u,c,r
47         host_notification_options       d,r
48         service_notification_commands   notify-service-by-email
49         host_notification_commands      notify-host-by-email
50         email                           holger@layer-acht.org
51         }
52
53 define contact{
54         contact_name                    dannf
55         alias                           Dann Frazier
56         service_notification_period     24x7
57         host_notification_period        24x7
58         service_notification_options    w,u,c,r
59         host_notification_options       d,r
60         service_notification_commands   notify-service-by-email
61         host_notification_commands      notify-host-by-email
62         email                           dannf@hp.com
63         }
64
65 define contact{
66         contact_name                    bzed
67         alias                           Bernd Zeimetz
68         service_notification_period     24x7
69         host_notification_period        24x7
70         service_notification_options    w,u,c,r
71         host_notification_options       d,r
72         service_notification_commands   notify-service-by-email
73         host_notification_commands      notify-host-by-email
74         email                           bernd+debnagios@bzed.de
75         }
76
77 define contact{
78         contact_name                    luk
79         alias                           Luk Claes
80         service_notification_period     24x7
81         host_notification_period        24x7
82         service_notification_options    w,u,c,r
83         host_notification_options       d,r
84         service_notification_commands   notify-service-by-email
85         host_notification_commands      notify-host-by-email
86         email                           luk.claes@ugent.be
87         }
88
89 define contact{
90         contact_name                    sfrost
91         alias                           Stephen Frost
92         service_notification_period     24x7
93         host_notification_period        24x7
94         service_notification_options    w,u,c,r
95         host_notification_options       d,r
96         service_notification_commands   notify-service-by-email
97         host_notification_commands      notify-host-by-email
98         email                           sfrost@snowman.net
99         }
100
101 define contact{
102         contact_name                    lfilipoz
103         alias                           Luca Filipozzi
104         service_notification_period     24x7
105         host_notification_period        24x7
106         service_notification_options    w,u,c,r
107         host_notification_options       d,r
108         service_notification_commands   notify-service-by-email
109         host_notification_commands      notify-host-by-email
110         email                           lucaf+dsa@ece.ubc.ca
111         }
112
113 define contact{
114         contact_name                    zobel
115         alias                           Martin Zobel-Helas
116         service_notification_period     24x7
117         host_notification_period        24x7
118         service_notification_options    w,u,c,r
119         host_notification_options       d,r
120         service_notification_commands   notify-service-by-email
121         host_notification_commands      notify-host-by-email
122         email                           zobel+debian-nagios@ftbfs.de
123         }
124 define contact{
125         contact_name                    pkern
126         alias                           Philip Kern
127         service_notification_period     24x7
128         host_notification_period        24x7
129         service_notification_options    w,u,c,r
130         host_notification_options       d,r
131         service_notification_commands   notify-service-by-email
132         host_notification_commands      notify-host-by-email
133         email                           pkern@debian.org
134         }
135 define contact{
136         contact_name                    HE
137         alias                           Marc Brockschmidt
138         service_notification_period     24x7
139         host_notification_period        24x7
140         service_notification_options    w,u,c,r
141         host_notification_options       d,r
142         service_notification_commands   notify-service-by-email
143         host_notification_commands      notify-host-by-email
144         email                           he@debian.org
145         }
146
147 ###############################################################################
148 ###############################################################################
149 #
150 # CONTACT GROUPS
151 #
152 ###############################################################################
153 ###############################################################################
154
155 # We only have one contact in this simple configuration file, so there is
156 # no need to create more than one contact group.
157
158 define contactgroup{
159         contactgroup_name       dsa
160         alias                   Debian System Administrators
161         members                 weasel, zobel
162         }