unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Lars-Dominik Braun <ldb@leibniz-psychology.org>
Cc: 40925@debbugs.gnu.org
Subject: [bug#40925] [PATCH] Add collectd
Date: Fri, 01 May 2020 01:10:05 +0200	[thread overview]
Message-ID: <87sggkin8y.fsf@gnu.org> (raw)
In-Reply-To: <20200428092938.GB3395@zpidnp36> (Lars-Dominik Braun's message of "Tue, 28 Apr 2020 11:29:38 +0200")

[-- Attachment #1: Type: text/plain, Size: 30 bytes --]

I too forgot the patch.  :-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 2045 bytes --]

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 5a37b14328..7ee58f0d0c 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -467,11 +467,11 @@ written in Go with pluggable metric collectors.")
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--localstatedir=/var" "--sysconfdir=/etc")
-                         #:phases
-                         (modify-phases %standard-phases
-                           ;; Required because of patched sources.
-                           (add-before 'configure 'autoreconf
-                             (lambda _ (invoke "autoreconf" "-vfi") #t)))))
+       #:phases (modify-phases %standard-phases
+                  (add-before 'configure 'autoreconf
+                    (lambda _
+                      ;; Required because of patched sources.
+                      (invoke "autoreconf" "-vfi"))))))
     (inputs
      `(("rrdtool" ,rrdtool)
        ("curl" ,curl)))
@@ -483,10 +483,10 @@ written in Go with pluggable metric collectors.")
     (home-page "https://collectd.org/")
     (synopsis "Collect system and application performance metrics periodically")
     (description
-     "collectd gathers metrics from various sources, e.g. the operating system,
-applications, logfiles and external devices, and stores this information or
-makes it available over the network. Those statistics can be used to monitor
-systems, find performance bottlenecks (i.e. performance analysis) and predict
-future system load (i.e. capacity planning).")
-    (license '(licenses:expat licenses:gpl2))))
+     "collectd gathers metrics from various sources such as the operating system,
+applications, log files and external devices, and stores this information or
+makes it available over the network.  Those statistics can be used to monitor
+systems, find performance bottlenecks (i.e., performance analysis) and predict
+future system load (i.e., capacity planning).")
+    (license (list license:expat license:gpl2))))
 

      parent reply	other threads:[~2020-04-30 23:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28  8:57 [bug#40925] [PATCH] Add collectd Lars-Dominik Braun
2020-04-28  9:29 ` Lars-Dominik Braun
2020-04-30 23:08   ` Ludovic Courtès
2020-05-04  6:06     ` Lars-Dominik Braun
2020-05-04  9:52       ` bug#40925: " Ludovic Courtès
2020-04-30 23:10   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sggkin8y.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=40925@debbugs.gnu.org \
    --cc=ldb@leibniz-psychology.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).