guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32598: [PATCH] gnu: Add zabbix-agentd and zabbix-server.


From: Oleg Pykhalov
Subject: bug#32598: [PATCH] gnu: Add zabbix-agentd and zabbix-server.
Date: Sat, 01 Sep 2018 19:02:56 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello Leo,

Thank you for review.

Leo Famulari <address@hidden> writes:

> On Fri, Aug 31, 2018 at 05:50:33AM +0300, Oleg Pykhalov wrote:
>> * gnu/packages/monitoring.scm (zabbix-agentd, zabbix-server): New variables.
>
> LGTM, thanks! Just remember to add a copyright line to the file.

OK, pushed with changes as ead46692ec8a17ed9cf668131343d7cf1b3725e5

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 7332e6883..a59e51a5e 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -3,7 +3,8 @@
 ;;; Copyright © 2018 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
-;;; Copyright © 2018 Gábor Boskovits <address@hidden>
+;;; Copyright © 2018 Gábor Boskovits <address@hidden>w
+;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -205,7 +206,6 @@ solution (client-side agent)")
                                (assoc-ref %build-inputs "gnutls"))
                 "--with-libcurl"
                 ,flags))))
-    (build-system gnu-build-system)
     (inputs
      `(("curl" ,curl)
        ("libevent" ,libevent)
@@ -215,11 +215,9 @@ solution (client-side agent)")
        ("net-snmp" ,net-snmp)
        ("curl" ,curl)
        ,@(package-inputs zabbix-agentd)))
-    (home-page "https://www.zabbix.com/";)
     (synopsis "Distributed monitoring solution (server-side)")
     (description "This package provides a distributed monitoring
-solution (server-side)")
-    (license license:gpl2)))
+solution (server-side)")))
 
 (define-public darkstat
   (package
Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]