+3
doc/release-notes/rl-2511.section.md
+3
doc/release-notes/rl-2511.section.md
···- Added `rewriteURL` attribute to the nixpkgs `config`, to allow for rewriting the URLs downloaded by `fetchurl`.+- `vmalert` now supports multiple instances with the option `services.vmalert.instances."".enable`
+1
-1
nixos/doc/manual/release-notes/rl-2305.section.md
+1
-1
nixos/doc/manual/release-notes/rl-2305.section.md
···- [ivpn](https://www.ivpn.net/), a secure, private VPN with fast WireGuard connections. Available as [services.ivpn](#opt-services.ivpn.enable).-- [vmalert](https://victoriametrics.com/), an alerting engine for VictoriaMetrics. Available as [services.vmalert](#opt-services.vmalert.enable).+- [vmalert](https://victoriametrics.com/), an alerting engine for VictoriaMetrics. Available as [services.vmalert.instances](#opt-services.vmalert.instances._name_.enable).- [jellyseerr](https://github.com/Fallenbagel/jellyseerr), a web-based requests manager for Jellyfin, forked from Overseerr. Available as [services.jellyseerr](#opt-services.jellyseerr.enable).
+151
-104
nixos/modules/services/monitoring/vmalert.nix
+151
-104
nixos/modules/services/monitoring/vmalert.nix
······+enabledInstances = lib.filterAttrs (name: conf: conf.enable) config.services.vmalert.instances;-`vmalert` evaluates alerting and recording rules against a data source, sends notifications via Alertmanager.+`vmalert` evaluates alerting and recording rules against a data source, sends notifications via Alertmanager.-Prometheus Alertmanager URL. List all Alertmanager URLs if it runs in the cluster mode to ensure high availability.+Prometheus Alertmanager URL. List all Alertmanager URLs if it runs in the cluster mode to ensure high availability.-Consider using the {option}`services.vmalert.rules` option as a convenient alternative for declaring rules+Consider using the {option}`services.vmalert.instances.<name>.rules` option as a convenient alternative for declaring rules+<https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmalert/README.md#configuration>+A list of the given alerting or recording rules against configured `"datasource.url"` compatible with-<https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmalert/README.md#configuration>-A list of the given alerting or recording rules against configured `"datasource.url"` compatible with