gnu: zabbix-agentd: Add release-monitoring-url.
* gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field.
This commit is contained in:
parent
e6474dc7b5
commit
b8f280baec
1 changed files with 4 additions and 1 deletions
|
@ -195,7 +195,10 @@ etc. via a Web interface. Features include:
|
||||||
(synopsis "Distributed monitoring solution (client-side agent)")
|
(synopsis "Distributed monitoring solution (client-side agent)")
|
||||||
(description "This package provides a distributed monitoring
|
(description "This package provides a distributed monitoring
|
||||||
solution (client-side agent)")
|
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
|
(define-public zabbix-server
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue