blob: c8b63a5606cedb0eea851ec83cd8bc9a713fd248 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
define contact{
contact_name makefu
alias makefu
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
service_notification_commands notify-by-email
host_notification_commands host-notify-by-email,host-notify-by-epager
email shack_nagios_notification@syntax-fehler.de
}
define contactgroup{
contactgroup_name krebsminers
alias Krebsminers
members makefu
}
|