guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: zabbix-agentd: Add release-monitoring-url.


From: guix-commits
Subject: 02/08: gnu: zabbix-agentd: Add release-monitoring-url.
Date: Sun, 13 Feb 2022 07:35:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b8f280baecbc0381f6a4a5b3d6e9b28d3d3da2ee
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 13 09:36:41 2022 +0100

    gnu: zabbix-agentd: Add release-monitoring-url.
    
    * gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field.
---
 gnu/packages/monitoring.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 64ebb96b87..a6d45fe597 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -195,7 +195,10 @@ etc. via a Web interface.  Features include:
     (synopsis "Distributed monitoring solution (client-side agent)")
     (description "This package provides a distributed monitoring
 solution (client-side agent)")
-    (license license:gpl2)))
+    (license license:gpl2)
+    (properties
+     '((release-monitoring-url . "https://www.zabbix.com/download_sources";)
+       (upstream-name . "zabbix")))))
 
 (define-public zabbix-server
   (package



reply via email to

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