From debbugs-submit-bounces@debbugs.gnu.org Tue May 18 16:33:20 2021 Received: (at submit) by debbugs.gnu.org; 18 May 2021 20:33:20 +0000 Received: from localhost ([127.0.0.1]:57414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lj6P2-0000W4-Eq for submit@debbugs.gnu.org; Tue, 18 May 2021 16:33:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:37362) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lj6P0-0000Vv-32 for submit@debbugs.gnu.org; Tue, 18 May 2021 16:33:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lj6Oy-0003tX-98 for guix-patches@gnu.org; Tue, 18 May 2021 16:33:17 -0400 Received: from dd3624.kasserver.com ([85.13.130.11]:51872) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lj6Ow-0001zI-1M for guix-patches@gnu.org; Tue, 18 May 2021 16:33:16 -0400 Received: from localhost (217-149-167-109.nat.highway.telekom.at [217.149.167.109]) by dd3624.kasserver.com (Postfix) with ESMTPA id 4600C5D40096; Tue, 18 May 2021 22:33:11 +0200 (CEST) From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add hostscope. Date: Tue, 18 May 2021 22:33:08 +0200 Message-Id: <20210518203308.115866-1-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Stefan=20Reich=C3=B6r?= 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 (---) * gnu/packages/monitoring.scm (hostscope): New variable. --- gnu/packages/monitoring.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 22b02a561b..f0a25e57a6 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2020 Alex ter Weele ;;; Copyright © 2020 Lars-Dominik Braun ;;; Copyright © 2021 Marius Bakke +;;; Copyright © 2021 Stefan Reichör ;;; ;;; This file is part of GNU Guix. ;;; @@ -622,3 +623,29 @@ future system load (i.e., capacity planning).") ;; license:gpl2 for other plugins (license (list license:expat license:gpl2)))) +(define-public hostscope + (package + (name "hostscope") + (version "8.0") + (source (origin + (method url-fetch) + (uri (string-append + "http://www.maier-komor.de/hostscope/hostscope-V" + version ".tgz")) + (sha256 + (base32 + "0jw6yij8va0f292g4xkf9lp9sxkzfgv67ajw49g3vq42q47ld7cv")))) + (build-system gnu-build-system) + (inputs `(("ncurses" ,ncurses))) + (arguments '(#:tests? #f)) ;; No included tests. + (home-page "http://www.maier-komor.de/hostscope.html") + (synopsis + "System monitoring tool for multiple hosts") + (description + "HostScope displays key system metrics of Linux hosts, such as detailed +CPU load, speed and temperature, I/O rates of network interfaces, I/O rates of +disks, and user process summary information. All metrics are multicast on the +LAN, if wanted, and clients can switch between multiple hosts on the network. +Hostscope features a bridge to Influx DB. So Grafana can be used to visualize +the recorded data over time.") + (license license:gpl3+))) -- 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Fri May 28 16:59:51 2021 Received: (at 48507-done) by debbugs.gnu.org; 28 May 2021 20:59:51 +0000 Received: from localhost ([127.0.0.1]:55466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmjaB-0003eJ-Cf for submit@debbugs.gnu.org; Fri, 28 May 2021 16:59:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmja8-0003dz-4X for 48507-done@debbugs.gnu.org; Fri, 28 May 2021 16:59:49 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47380) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmja2-0003o8-0s; Fri, 28 May 2021 16:59:42 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39662 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmja1-0001x6-OD; Fri, 28 May 2021 16:59:41 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: Re: bug#48507: [PATCH] gnu: Add hostscope. References: <20210518203308.115866-1-stefan@xsteve.at> Date: Fri, 28 May 2021 22:59:40 +0200 In-Reply-To: <20210518203308.115866-1-stefan@xsteve.at> ("Stefan =?utf-8?Q?Reich=C3=B6r=22's?= message of "Tue, 18 May 2021 22:33:08 +0200") Message-ID: <87pmxah8w3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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: 48507-done Cc: 48507-done@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 (---) Stefan Reich=C3=B6r skribis: > * gnu/packages/monitoring.scm (hostscope): New variable. Applied, thanks! Ludo=E2=80=99. From unknown Sun Jun 22 11:40:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 26 Jun 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator