me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field.
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -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