Prometheus2: --web.external-url need two dash.
This commit is contained in:
parent
bfbae97cfa
commit
5ae25922b5
@ -91,7 +91,7 @@ let
|
|||||||
"--web.listen-address=${cfg2.listenAddress}"
|
"--web.listen-address=${cfg2.listenAddress}"
|
||||||
"--alertmanager.notification-queue-capacity=${toString cfg2.alertmanagerNotificationQueueCapacity}"
|
"--alertmanager.notification-queue-capacity=${toString cfg2.alertmanagerNotificationQueueCapacity}"
|
||||||
"--alertmanager.timeout=${toString cfg2.alertmanagerTimeout}s"
|
"--alertmanager.timeout=${toString cfg2.alertmanagerTimeout}s"
|
||||||
(optionalString (cfg2.webExternalUrl != null) "-web.external-url=${cfg2.webExternalUrl}")
|
(optionalString (cfg2.webExternalUrl != null) "--web.external-url=${cfg2.webExternalUrl}")
|
||||||
];
|
];
|
||||||
|
|
||||||
promTypes.globalConfig = types.submodule {
|
promTypes.globalConfig = types.submodule {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user