In this section:
To install TabMon on your system please ensure that you have the following:
OS: Windows
Environment:
Open Tableau Server JMX ports:
Open command line as administrator
Navigate to Tableau Server Bin Folder
Run the following tabadmin commands:
Tableau Server 2018.1 and Older
tabadmin set service.jmx_enabled true
tabadmin stop
tabadmin configure
tabadmin start
Tableau Server 2018.2+
tsm configuration set -k service.jmx_enabled -v true
tsm pending-changes apply
Configure the Tableau Server “readonly” user:
This step is only required if you want to use the “What’s Going On?” dashboard in the provided sample workbook. TabMon does not actually utilize this user account in any way.
Open command line as administrator
Navigate to Tableau Server Bin Folder
Run the following tabadmin commands
Tableau Server 2018.1 and Older
tabadmin dbpass --username readonly [Password here]
tabadmin restart
Tableau Server 2018.2+
tsm data-access repository-access enable --repository-username readonly --repository-password <PASSWORD>