mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: zabbix-agentd: Update to 4.4.1.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.4.1. * gnu/services/monitoring.scm (%zabbix-front-end-configuration-nginx): Add listen record field.
This commit is contained in:
parent
87007947d8
commit
13f0414ece
2 changed files with 4 additions and 3 deletions
|
@ -152,7 +152,7 @@ (define-public nagios
|
||||||
(define-public zabbix-agentd
|
(define-public zabbix-agentd
|
||||||
(package
|
(package
|
||||||
(name "zabbix-agentd")
|
(name "zabbix-agentd")
|
||||||
(version "4.2.7")
|
(version "4.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -161,7 +161,7 @@ (define-public zabbix-agentd
|
||||||
"/zabbix-" version ".tar.gz"))
|
"/zabbix-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09znh8x1sass5mw6wjrfmizjbfls8ad2c16y24ldfj40hlfxz6wx"))))
|
"0jjn2przn9s25slrcxmq8iqdgqkgxnqs45zy0n1ma6nlgmclxxqb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
|
@ -473,7 +473,8 @@ (define %zabbix-front-end-configuration-nginx
|
||||||
(list "
|
(list "
|
||||||
fastcgi_param PHP_VALUE \"post_max_size = 16M
|
fastcgi_param PHP_VALUE \"post_max_size = 16M
|
||||||
max_execution_time = 300\";
|
max_execution_time = 300\";
|
||||||
")))))))))
|
")))))))
|
||||||
|
(listen '("80"))))
|
||||||
|
|
||||||
(define-configuration zabbix-front-end-configuration
|
(define-configuration zabbix-front-end-configuration
|
||||||
;; TODO: Specify zabbix front-end package.
|
;; TODO: Specify zabbix front-end package.
|
||||||
|
|
Loading…
Reference in a new issue