From debbugs-submit-bounces@debbugs.gnu.org Sun May 03 06:56:31 2020 Received: (at 40738) by debbugs.gnu.org; 3 May 2020 10:56:31 +0000 Received: from localhost ([127.0.0.1]:54769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVCIQ-0000OC-T2 for submit@debbugs.gnu.org; Sun, 03 May 2020 06:56:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVCIP-0000O0-Qd for 40738@debbugs.gnu.org; Sun, 03 May 2020 06:56:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50711) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVCIK-0004nX-86; Sun, 03 May 2020 06:56:24 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49126 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jVCIH-0008VI-BG; Sun, 03 May 2020 06:56:21 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#40738] Prometheus (and Alertmanager) References: <87v9lt50d4.fsf@cbaines.net> Date: Sun, 03 May 2020 12:56:19 +0200 In-Reply-To: <87v9lt50d4.fsf@cbaines.net> (Christopher Baines's message of "Mon, 20 Apr 2020 22:11:03 +0100") Message-ID: <87d07l1e3w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 40738 Cc: 40738@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello! Christopher Baines skribis: > I've had a go at packaging Prometheus and Alertmanager, as well as > writing Guix services for both of them. Nice! I=E2=80=99m not an expert, but it sounds like it could advantageously replace Zabbix on berlin. > The packages build, but still need quite a bit of work. They're both > written in Go, so the Git repositories not only include the relevant > source code, but the source code of the entire dependency tree (hence > the packages have no inputs). That'll need addressing. Would the gopkg importer at be of any help? (I think I posted an updated version later on but I can=E2=80= =99t find it.) > I've tested the Prometheus service, and it seems to work, although there > isn't any record types for the Prometheus configuration yet. I haven't > yet tested the Alertmanager service and the system test doesn't pass, I > believe more configuration is required than Prometheus. > > Having a Prometheus service would be a good complement for the existing > Prometheus Node exporter service in Guix. Yup! Thanks, Ludo=E2=80=99.