diff options
author | William Hubbs <williamh@gentoo.org> | 2023-03-26 18:48:57 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-03-26 18:49:35 -0500 |
commit | 124d1fc69105c2ecc4c9bd305ee82671c0002d71 (patch) | |
tree | 215a7973fd833760c8b18bdacbe996ebcf6017d7 /app-metrics | |
parent | dev-util/kdevelop: restore 22.12.3 (diff) | |
download | gentoo-124d1fc69105c2ecc4c9bd305ee82671c0002d71.tar.gz gentoo-124d1fc69105c2ecc4c9bd305ee82671c0002d71.tar.bz2 gentoo-124d1fc69105c2ecc4c9bd305ee82671c0002d71.zip |
app-metrics/prometheus: fix default startup arguments
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/prometheus/files/prometheus.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-metrics/prometheus/files/prometheus.initd b/app-metrics/prometheus/files/prometheus.initd index dc5db03ad5ea..00e3c25ebe84 100644 --- a/app-metrics/prometheus/files/prometheus.initd +++ b/app-metrics/prometheus/files/prometheus.initd @@ -16,7 +16,6 @@ command_args=" --storage.tsdb.path=/var/lib/prometheus/data --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries - --web.listen-address=0.0.0.0:9090 --web.enable-admin-api ${prometheus_args}" else |