WATO configuration variablesDecember 06. 2011
This article describes the WATO related configuration options in multisite.mk. Basic settingsThis section is still missing. Sorry. Currently there are only two variables which are explained the setup anyway. wato_enabledEnable/Disable WATO completely. This is a boolean flag which is set to True by default. wato_host_tagsThis description is still missing. Sorry. wato_aux_tagsThis description is still missing. Sorry. wato_hide_filenamesThis options hides the name of the WATO configuration files from the WATO GUI. This boolean flag is set to True by default. wato_hide_hosttagsHides the hosttags from the host list views. This is set to False by default. wato_hide_varnamesHides the variable names in the WATO rule editor. This is set to False by default. wato_max_snapshotsDefines the maximum number of WATO snapshots to keep on the server. The value is set to 50 by default. This means when creating the 51th snapshot the first snapshot is being removed. wato_activation_methodThe mode to use when applying the new Nagios configuration from WATO. Can either be set to restart (default) or reload. wato_hidden_usersHide users with the given names from the WATO views. This option is configured as list, e.g. wato_hidden_users = ['secret-user', 'secret-user2'] Integration of other addonswato_write_nagvis_authThis tells WATO to generate the authorisation definition file to be used in NagVis. The feature is described in detail in the Managing NagVis permissions in WATO article. The option is a boolean flag. It is set to False by default. The feature can be enabled like this: multisite.mk wato_write_nagvis_auth = True |
||||