services.thanos.rule.alertmanagers.urls

NixOS option

Alertmanager replica URLs to push firing alerts. Ruler claims success if push to at least one alertmanager from discovered succeeds. The scheme may be prefixed with dns+ or dnssrv+ to detect Alertmanager IPs through respective DNS lookups. The port defaults to 9093 or the SRV record’s value. The URL path is used as a prefix for the regular Alertmanager API path.

type: list of string
Default
[ ]
declared in: nixos/modules/services/monitoring/thanos.nixView source on NixOS/nixpkgs →