d1c7c31a693cacb19ef0762f6d72957f5aeaceb2
[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 define contact{
86         contact_name                    sfrost
87         alias                           Stephen Frost
88         service_notification_period     24x7
89         host_notification_period        24x7
90         service_notification_options    w,u,c,r
91         host_notification_options       d,r
92         service_notification_commands   notify-service-by-email
93         host_notification_commands      notify-host-by-email
94         email                           sfrost@snowman.net
95         }
96
97 define contact{
98         contact_name                    lfilipoz
99         alias                           Luca Filipozzi
100         service_notification_period     24x7
101         host_notification_period        24x7
102         service_notification_options    w,u,c,r
103         host_notification_options       d,r
104         service_notification_commands   notify-service-by-email
105         host_notification_commands      notify-host-by-email
106         email                           Luca Filipozzi
107         }
108
109 ###############################################################################
110 ###############################################################################
111 #
112 # CONTACT GROUPS
113 #
114 ###############################################################################
115 ###############################################################################
116
117 # We only have one contact in this simple configuration file, so there is
118 # no need to create more than one contact group.
119
120 define contactgroup{
121         contactgroup_name       dsa
122         alias                   Debian System Administrators
123         members                 weasel
124         }