-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathduplicate-service-warning.cfg
53 lines (47 loc) · 1.51 KB
/
duplicate-service-warning.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
define host {
host_name host1
alias host1 test
address 192.168.1.1
check_period none
contacts naemonadmin
max_check_attempts 2
notification_interval 60
notification_period none
}
define command {
command_name check_me
command_line /usr/local/naemon/libexec/check_me
}
define timeperiod {
timeperiod_name none
alias Nothing
}
define contact {
contact_name naemonadmin
host_notification_commands notify-none
host_notification_options d,u,f,r,s
host_notification_period none
host_notifications_enabled 0
service_notification_commands notify-none
service_notification_options w,u,c,r,f,s
service_notification_period none
service_notifications_enabled 0
}
define command {
command_name notify-none
command_line /usr/local/naemon/notifications/notify-none
}
define service {
host_name host1
description check service
contacts naemonadmin
check_command check_me
max_check_attempts 3
}
define service {
host_name host1
description check service
contacts naemonadmin
check_command check_me
max_check_attempts 3
}