| services.prometheus.alertmanager-ntfy.extraConfigFiles | Config files to merge into the settings defined in services.prometheus.alertmanager-ntfy.settings
|
| services.prometheus.alertmanager-ntfy.settings.ntfy.notification.topic | Note: when using ntfy.sh and other public instances
it is recommended to set this option to an empty string and set the actual topic via
services.prometheus.alertmanager-ntfy.extraConfigFiles since
the topic in ntfy.sh is essentially a password
|
| services.prometheus.alertmanager.port | Port to listen on for the web interface and API.
|
| services.prometheus.alertmanager.logLevel | Only log messages with the given severity or above.
|
| services.prometheus.alertmanager.enable | Whether to enable Prometheus Alertmanager.
|
| services.prometheus.alertmanager.logFormat | If set use a syslog logger or JSON logging.
|
| services.prometheus.alertmanager.extraFlags | Extra commandline options when launching the Alertmanager.
|
| services.prometheus.alertmanager.package | The prometheus-alertmanager package to use.
|
| services.prometheus.alertmanager.clusterPeers | Initial peers for HA cluster.
|
| services.prometheus.alertmanager.openFirewall | Open port in firewall for incoming connections.
|
| services.prometheus.alertmanager.configText | Alertmanager configuration as YAML text
|
| services.prometheus.alertmanager.checkConfig | Check configuration with amtool check-config
|
| services.prometheus.alertmanager.listenAddress | Address to listen on for the web interface and API
|
| services.prometheus.alertmanager.webExternalUrl | The URL under which Alertmanager is externally reachable (for example, if Alertmanager is served via a reverse proxy)
|
| services.prometheus.alertmanager.environmentFile | File to load as environment file
|
| services.prometheus.alertmanager.configuration | Alertmanager configuration as nix attribute set
|