File: find_object-template.cfg

package info (click to toggle)
libnagios-object-perl 0.21.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,032 kB
  • sloc: perl: 3,198; makefile: 9
file content (61 lines) | stat: -r--r--r-- 1,488 bytes parent folder | download | duplicates (5)
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
54
55
56
57
58
59
60
61
###############################################################################
#
# HostEscalation Objects
#
###############################################################################

define hostescalation{
	name					hostescalation-template
	first_notification		4
	last_notification		10
	notification_interval	60
	contact_groups			all-escalation
	register				0
}

define hostescalation{
	use					hostescalation-template
	host_name				host1
}

###############################################################################
#
# ServiceDependency Objects
#
###############################################################################

define servicedependency{
	name						servicedependency-template
	execution_failure_criteria	n
	notification_failure_criteria	w,u,c
	register					0
}

define servicedependency{
	use						servicedependency-template
	host_name					host1
	service_description			http check
	dependent_host_name			host1
	dependent_service_description	http process check
}

###############################################################################
#
# ServiceEscalation Objects
#
###############################################################################

define serviceescalation{
	name					serviceescalation-template
	first_notification		4
	last_notification		10
	notification_interval	60
	contact_groups			all-escalation
	register				0
}

define serviceescalation{
	use					serviceescalation-template
	host_name				host1
	service_description		http check
}