File: group_membership.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 (32 lines) | stat: -r--r--r-- 474 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
define host{
	host_name				host1
	address				192.168.0.1
	hostgroups			HOSTGROUP1
}

define host{
	host_name				host2
	address				192.168.0.2
	hostgroups			HOSTGROUP1
}

define host
	host_name				host3
	address				192.168.0.3
	hostgroups			HOSTGROUP1
}

define host{
	host_name				host4
	address				192.168.0.4
	hostgroups			HOSTGROUP1
}

define hostgroup{
	hostgroup_name			HOSTGROUP1
}

define hostgroup{
	hostgroup_name			HOSTGROUP2
	members				host1,host2,host3,host4
}