From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSRM8-0006IJ-Io for guix-patches@gnu.org; Thu, 29 Nov 2018 13:48:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSRM2-0008Jh-V2 for guix-patches@gnu.org; Thu, 29 Nov 2018 13:48:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSRM2-0008Jd-RC for guix-patches@gnu.org; Thu, 29 Nov 2018 13:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gSRM2-00021s-Ju for guix-patches@gnu.org; Thu, 29 Nov 2018 13:48:02 -0500 Subject: [bug#33549] [PATCH 0/6] Add Zabbix services. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSRLb-0004zo-UO for guix-patches@gnu.org; Thu, 29 Nov 2018 13:47:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSRLY-0008C0-Hy for guix-patches@gnu.org; Thu, 29 Nov 2018 13:47:35 -0500 Received: from mail-lf1-x129.google.com ([2a00:1450:4864:20::129]:44622) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSRLX-0008Ac-Ra for guix-patches@gnu.org; Thu, 29 Nov 2018 13:47:32 -0500 Received: by mail-lf1-x129.google.com with SMTP id z13so2228075lfe.11 for ; Thu, 29 Nov 2018 10:47:31 -0800 (PST) From: Oleg Pykhalov Date: Thu, 29 Nov 2018 21:47:08 +0300 Message-Id: <20181129184708.4818-1-go.wigust@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33549@debbugs.gnu.org Hello Guix. This patch series adds Zabbix server, agent and front-end services. I replaced ‘match-lambda’ with ‘php-fpm-configuration-*’ procedures in ‘php-fpm-activation’, because it was not obvious for me why build failed after adding ‘timezone’ field and I spend a plenty of time to figure it out. I'm not sure about ‘php-with-bcmath’ package. ‘php’ package has a comment: Some of the bundled libraries have no proper upstream. Ideally we'd extract these out as separate packages: "mbstring/libmbfl" "date/lib" "bcmath/libbcmath". Well, ‘php-with-bcmath’ could be replaced in future with ‘bcmath/libbcmath’. I'm not ready to do this and it will stop a ‘zabbix-front-end’ service from pushing to master for unknown time. Thanks, Oleg. Oleg Pykhalov (6): gnu: zabbix-server: Split output. services: monitoring: Add 'zabbix-server'. services: monitoring: Add 'zabbix-agent'. services: php-fpm: Add 'timezone' configuration. gnu: Add php-with-bcmath. services: monitoring: Add 'zabbix-front-end'. doc/guix.texi | 320 +++++++++++++++++++++++++ gnu/packages/monitoring.scm | 21 +- gnu/packages/php.scm | 10 + gnu/services/monitoring.scm | 460 +++++++++++++++++++++++++++++++++++- gnu/services/web.scm | 48 ++-- gnu/tests/monitoring.scm | 233 +++++++++++++++++- 6 files changed, 1066 insertions(+), 26 deletions(-) -- 2.19.1