From be6835765bed5a806ec881e84f7b412872886fd7 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Sat, 11 Jul 2020 12:09:44 +0300 Subject: gnu: zabbix-agentd: Update to 5.0.1. * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.1. (arguments)[#:phases]: Update front-end path. --- gnu/packages/monitoring.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gnu/packages/monitoring.scm') diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 429959531a..d07bc0bd60 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2017, 2018, 2019, 2020 Ricardo Wurmus ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Gábor Boskovits -;;; Copyright © 2018, 2019 Oleg Pykhalov +;;; Copyright © 2018, 2019, 2020 Oleg Pykhalov ;;; Copyright © 2020 Alex ter Weele ;;; Copyright © 2020 Lars-Dominik Braun ;;; @@ -158,16 +158,16 @@ etc. via a Web interface. Features include: (define-public zabbix-agentd (package (name "zabbix-agentd") - (version "4.4.6") + (version "5.0.1") (source (origin (method url-fetch) (uri (string-append - "mirror://sourceforge/zabbix/ZABBIX%20Latest%20Stable/" version - "/zabbix-" version ".tar.gz")) + "https://cdn.zabbix.com/zabbix/sources/stable/" + (version-major+minor version) "/zabbix-" version ".tar.gz")) (sha256 (base32 - "03mf4sklnw1x0ixp41vnibkz0794yi9jhws7ixld8jj2czk2ifr2")))) + "1djkm3261plr36khvh49fbjpb67wxi5v08a5waxzqkrmy9f9x890")))) (build-system gnu-build-system) (arguments `(#:configure-flags @@ -201,7 +201,7 @@ solution (client-side agent)") (front-end-conf (string-append php "/conf")) (etc (string-append php "/etc"))) (mkdir-p php) - (copy-recursively "frontends/php" php) + (copy-recursively "ui" php) ;; Make front-end write config to ‘/etc/zabbix’ directory. (rename-file front-end-conf (string-append front-end-conf "-example")) -- cgit v1.2.3