[project @ peter@palfrader.org-20080421170743-6ya3n48vpgdax0gu]
[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 ###############################################################################
74 ###############################################################################
75 #
76 # CONTACT GROUPS
77 #
78 ###############################################################################
79 ###############################################################################
80
81 # We only have one contact in this simple configuration file, so there is
82 # no need to create more than one contact group.
83
84 define contactgroup{
85         contactgroup_name       dsa
86         alias                   Debian System Administrators
87         members                 weasel
88         }