May 2019
Intermediate to advanced
442 pages
11h 36m
English
With the config sub-command, we can consult the internal configuration of a running Alertmanager instance, which includes all configurable fields, even ones not explicitly listed in the configuration file. You can check this by issuing the following command:
vagrant@alertmanager02:~$ amtool config --alertmanager.url http://alertmanager02:9093global: resolve_timeout: 5m http_config: {} smtp_from: example@example.com smtp_hello: localhost smtp_smarthost: example.com:25 smtp_require_tls: true slack_api_url: <secret>...
Configuration fields that were not specified in the configuration file will show with their default values, and fields that deal with secrets (such as passwords and tokens) will be automatically redacted.
Read now
Unlock full access