From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6A3515864F for ; Sun, 26 Mar 2023 23:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC7BDE0876; Sun, 26 Mar 2023 23:49:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2629E0876 for ; Sun, 26 Mar 2023 23:49:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD411335C2A for ; Sun, 26 Mar 2023 23:49:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D1E8E4 for ; Sun, 26 Mar 2023 23:49:40 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1679874575.124d1fc69105c2ecc4c9bd305ee82671c0002d71.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/prometheus/files/prometheus.initd X-VCS-Directories: app-metrics/prometheus/files/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 124d1fc69105c2ecc4c9bd305ee82671c0002d71 X-VCS-Branch: master Date: Sun, 26 Mar 2023 23:49:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 821a49dc-75dd-4062-a5ff-096199c985d0 X-Archives-Hash: f8d6573f5726179f82ac2e1c5b20f30f commit: 124d1fc69105c2ecc4c9bd305ee82671c0002d71 Author: William Hubbs gentoo org> AuthorDate: Sun Mar 26 23:48:57 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Mar 26 23:49:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124d1fc6 app-metrics/prometheus: fix default startup arguments Signed-off-by: William Hubbs gentoo.org> app-metrics/prometheus/files/prometheus.initd | 1 - 1 file changed, 1 deletion(-) 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