diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-03 11:51:06 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-03 14:46:51 +0300 |
commit | 13f0414ece4b2d6d12b32069df56cde40470f735 (patch) | |
tree | 2bed0a7abab9cd77653039c4fe7d24618e743713 /gnu/services/monitoring.scm | |
parent | 87007947d89d704d4bfc3273bf1f09b155cce2cf (diff) | |
download | patches-13f0414ece4b2d6d12b32069df56cde40470f735.tar patches-13f0414ece4b2d6d12b32069df56cde40470f735.tar.gz |
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.
Diffstat (limited to 'gnu/services/monitoring.scm')
-rw-r--r-- | gnu/services/monitoring.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/monitoring.scm b/gnu/services/monitoring.scm index 7276f7056d..511f4fb2fe 100644 --- a/gnu/services/monitoring.scm +++ b/gnu/services/monitoring.scm @@ -473,7 +473,8 @@ configuration file.")) (list " fastcgi_param PHP_VALUE \"post_max_size = 16M max_execution_time = 300\"; -"))))))))) +"))))))) + (listen '("80")))) (define-configuration zabbix-front-end-configuration ;; TODO: Specify zabbix front-end package. |