First page Back Continue Last page Graphics
Tagging – Host Tags
You can define host tags in the configuration files.
If you set tags { hosttags = 1 }, a hosttag is automatically defined using the machine's hostname. This lets you use a common config file between all your machines.
For each host tag, an extra config file is read if it exists: lvm_<hosttag>.conf. And if that file defines new tags, then further config files will be appended to the list of tiles to read in.
tags { tag1 { } tag2 { host_list = [“host1”] } }
This always defines tag1, and defines tag2 if the hostname is host1.