6e3c732bb99fc91d5e17bdea9f6950be745b12e4
[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 ###############################################################################
38 ###############################################################################
39 #
40 # CONTACT GROUPS
41 #
42 ###############################################################################
43 ###############################################################################
44
45 # We only have one contact in this simple configuration file, so there is
46 # no need to create more than one contact group.
47
48 define contactgroup{
49         contactgroup_name       dsa
50         alias                   Debian System Administrators
51         members                 weasel
52         }