gnu: zabbix-agentd: Add release-monitoring-url.

* gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-02-13 09:36:41 +01:00
parent e6474dc7b5
commit b8f280baec
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -195,7 +195,10 @@ (define-public zabbix-agentd
(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