about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-12-12 18:08:36 +0800
committerGitHub <noreply@github.com>2022-12-12 18:08:36 +0800
commit9015c9f3897f090490f66cdd896f9a4b6f196e78 (patch)
treef7bf8b3c8158fbf8134394586cc61e1f90b04285 /nixos
parent84bcfab68267022b5de108d71b2ce39f754d1395 (diff)
parenta49606696e32c106b4a203b95128930f3f65d185 (diff)
Merge pull request #205525 from SuperSandro2000/prometheus2
nixos/alertmanager: fix renamed option
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/prometheus/alertmanager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/alertmanager.nix b/nixos/modules/services/monitoring/prometheus/alertmanager.nix
index 8706a18a184db..0c0931d3d295a 100644
--- a/nixos/modules/services/monitoring/prometheus/alertmanager.nix
+++ b/nixos/modules/services/monitoring/prometheus/alertmanager.nix
@@ -34,7 +34,7 @@ in {
     (mkRemovedOptionModule [ "services" "prometheus" "alertmanager" "group" ] "The alertmanager service is now using systemd's DynamicUser mechanism which obviates a group setting.")
     (mkRemovedOptionModule [ "services" "prometheus" "alertmanagerURL" ] ''
       Due to incompatibility, the alertmanagerURL option has been removed,
-      please use 'services.prometheus2.alertmanagers' instead.
+      please use 'services.prometheus.alertmanagers' instead.
     '')
   ];