services.prometheus.alertmanagers
A list of alertmanagers to send alerts to. See the official documentation for more information.
- Type
list of (attribute set)- Default
[ ]- Example
[ { scheme = "https"; path_prefix = "/alertmanager"; static_configs = [ { targets = [ "prometheus.domain.tld" ]; } ]; } ]- Declared
- <nixpkgs/nixos/modules/services/monitoring/prometheus/default.nix>