summaryrefslogtreecommitdiffstats
path: root/config/pdv/servers/pdv_virt.cfg
blob: 1f1b413efdd8724cef0334cf365cba5a63a69c9f (plain)
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
# Virtualization Servers

define hostgroup {
        hostgroup_name  		vm-servers
        alias           		Virtualization Servers
}

define host {
        use                     	unix-server
        host_name               	ipepdvsrv1
        address				141.52.64.9
        hostgroups              	vm-servers, www-servers, mysql-servers
        parents				ipe-ss3-17
}

define host {
        use                     	ipmi-server
        host_name               	ipepdvsrv2
	address				192.168.26.134
        hostgroups              	vm-servers, www-servers, mysql-servers, pgsql-servers
        parents				ipe007
	_IPMI_IP			192.168.26.154
	_IPMI_FAN_EXCLUDES		-x Fan2 -x Fan7 -x Fan8
}

#define service {
#        use                     	ping-service
#        host_name                	ipepdvsrv1
#        service_description             MySQL Status
#	check_command			check_mysql!adei!adei
#}

define service {
        use                             ping-service
        host_name                  	ipepdvsrv1
        service_description             ARCHIVE Software
	check_command			check_http_page!/software/
}

define service {
        use                             ping-service
        host_name                  	ipepdvsrv1
        service_description             ARCHIVE Data
	check_command			check_http_page!/data/
}