no longr build 31/sfapy2
[infrastructure.git] / nagios / AutomaticConfig / config-sample / contacts-sample.cfg
1 ###############################################################################
2 ###############################################################################
3 #
4 # CONTACTS
5 #
6 ###############################################################################
7 ###############################################################################
8
9 # In this simple config file, a single contact will receive all alerts.
10 # This assumes that you have an account (or email alias) called
11 # "nagios-admin" on the local host.
12
13 define contact{
14         contact_name                    mohamed-amine.chaoui@sophia.inria.fr
15         alias                           mohamed-amine.chaoui@sophia.inria.fr
16         
17         service_notification_period     24x7
18         host_notification_period        24x7
19         service_notification_options    w,u,c,r
20         host_notification_options       d,r
21         service_notification_commands   notify-by-email
22         host_notification_commands      host-notify-by-email
23         email                           mohamed-amine.chaoui@sophia.inria.fr
24         }
25
26
27 #define contact{
28 #        contact_name                    thierry.parmentelat@sophia.inria.fr
29 #        alias                           thierry.parmentelat@sophia.inria.fr
30 #        service_notification_period     24x7
31 #        host_notification_period        24x7
32 #        service_notification_options    w,u,c,r
33 #        host_notification_options       d,r
34 #        service_notification_commands   notify-by-email
35 #        host_notification_commands      host-notify-by-email
36 #        email                           thierry-parmentelat@sophia.inria.fr
37 #        }
38 #