summaryrefslogtreecommitdiffstats
path: root/zones.d/global-templates/hosts.conf
blob: ccc8007125f3c6a6fdf2d9c90982cbf9630dc815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
template Host "generic-host" {
	check_command = "hostalive"

	/* Notifications */
	vars.notification["mail"] = {
		groups = [ "hostmaster" ]
	}

	vars.notification["telegram"] = {
		groups = [ "hostmaster" ]
	}
}