Hardware Incidents
Hardware incidents monitor the server itself. These can be used to help identify server issues that may affect Tableau Server’s performance.
You can set thresholds for the following issues:
- CPU Usage
- Available Memory
- Memory Usage
- Free Disk Space
The following incidents are configured by default when you install a new Tableau Resource Monitoring Tool:
- When the available disk space falls below 10 GB for 10 minutes or more a warning incident is logged, and when available disk falls below 5 GB for 10 minutes or more, a critical incident is logged.
- When available memory falls below 8 GB for over 10 minutes, a warning incident is logged.
- When the CPU usage for the entire server is 80% or more for 5 minutes, a warning incident is logged.
Note: Memory related incidents are configured in binary multiples of bytes.
You can configure thresholds using the RMT Server web interface or by updating the configuration file config.json
.
To set the thresholds for hardware incidents, under the Admin menu, select Configuration, and go to the Incidents tab.
For CPU Usage, set the following:
To set the thresholds for hardware incidents, under the Admin menu, select Configuration, and go to the Incidents tab.
Key | Required? | Description |
---|---|---|
Severity | Required | |
Process | Required | The threshold applies to the entire Tableau Server or for a single process as specified. |
Start Threshold | Required | The CPU usage must surpass the value specified before an incident is created and monitored. Set the percent and the duration for this threshold. |
End Threshold | Optional | The CPU usage that must fall below the value specified before an incident is considered resolved. |
For Available Memory, set the following:
Key | Required? | Description |
---|---|---|
Severity | Required | |
Start Threshold | Required | The available memory must fall below the value specified before an incident is created and monitored. Set the percent and the duration for this threshold. |
End Threshold | Optional | The available memory must be above the value specified before an incident is considered resolved. |
For Memory Usage, set the following:
Key | Required? | Description |
---|---|---|
Severity | Required | |
Process | Required | The threshold applies to the entire Tableau Server or for a single process as specified. |
Start Threshold | Required | The memory usage must be equal to the value specified before an incident is created and monitored. Set the percent and the duration for this threshold. |
End Threshold | Optional | The memory usage must be below the value specified before an incident is considered resolved. |
For Free Disk Space, set the following:
Key | Required? | Description |
---|---|---|
Severity | Required | |
Start Threshold | Required | The free disk space must fall below the value specified before an incident is created and monitored. Set the percent and the duration for this threshold. |
End Threshold | Optional | The free disk space must be above the value specified before an incident is considered resolved. |
For Disk Queue Length, set the following:
Key | Required? | Description |
---|---|---|
Severity | Required | |
Start Threshold | Required | The disk queue length must be equal to the value specified before an incident is created and monitored. Set the percent and the duration for this threshold. |
End Threshold | Optional | The disk queue length must be below the value specified before an incident is considered resolved. |
Resource Monitoring Tool Administrator or a Resource Monitoring Tool user with Server/Environment Management role.