By default, license key is set during installation steps. You can set advanced configurations in the YAML file /etc/atatus-infra-agent/atatus.yml
.
Set log level
You can change the log level as follows:
log_level: warning
There are four log levels:
Command | Description |
---|---|
error | shows fatal errors. |
warning | shows warning and fatal errors. |
info | shows help information along with warning and errors. |
verbose | verbose print of payload along above all information. |
Set a tag
You can change the log level as follows:
copy
tags: ['mysql', 'mysql-cluster-east']
Using tags, you can group set of machines. So you can filter them by tags in the UI.
Set a hostname
You can change the hostname as follows:
copy
hostname: custom_hostname
Set a custom data
You can change the custom data as follows:
copy
customData:
env: production
region: us-east
You can use any arbitrary data here. You can use them to identify the system and filter them in the UI.