diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-07 00:25:54 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-07 00:25:54 +0200 |
commit | 8cc8ff020dd6f989395261c74d733bf915630d45 (patch) | |
tree | 157d9a809c4aaeea0f8e4f35afa6fd4fad0f5cdf | |
parent | 4977b301a358c6334e5afc57523b79a8009c7d23 (diff) | |
download | nixos-8cc8ff020dd6f989395261c74d733bf915630d45.tar nixos-8cc8ff020dd6f989395261c74d733bf915630d45.tar.gz nixos-8cc8ff020dd6f989395261c74d733bf915630d45.tar.bz2 nixos-8cc8ff020dd6f989395261c74d733bf915630d45.tar.xz nixos-8cc8ff020dd6f989395261c74d733bf915630d45.zip |
...
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -544,6 +544,7 @@ | |||
544 | 544 | ||
545 | services.prometheus2 = { | 545 | services.prometheus2 = { |
546 | enable = true; | 546 | enable = true; |
547 | extraFlags = ["-web.enable-admin-api"]; | ||
547 | webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; | 548 | webExternalUrl = "http://odin.asgard.yggdrasil/prometheus"; |
548 | listenAddress = "localhost:9090"; | 549 | listenAddress = "localhost:9090"; |
549 | globalConfig = { | 550 | globalConfig = { |