This setting can be adjusted using the master LiveWhale configuration. (Please see “Configuring LiveWhale” for more information.)
Global tags can be set in the LiveWhale config which will then be shared across all groups in the system. This is done on a host-by-host basis.
Open the master LiveWhale config (/livewhale/core/config.php) using an FTP client or via the command line.
Find the entry in the “HOSTS” array that you wish to create global tags for. The setting for global tags is called “GLOBAL_TAGS”. This can be set to a PHP array of tag names:
‘GLOBAL_TAGS’=>array(‘Global Tag 1’,’Global Tag 2’,’Global Tag 3’)
After saving the config file, the global tags will be synced to a group upon the next login.
