unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33549] [PATCH 0/6] Add Zabbix services.
@ 2018-11-29 18:47 Oleg Pykhalov
  2018-11-29 18:50 ` [bug#33549] [PATCH 1/6] gnu: zabbix-server: Split output Oleg Pykhalov
  2018-12-17 19:22 ` bug#33549: Status: [PATCH 0/6] Add Zabbix services Oleg Pykhalov
  0 siblings, 2 replies; 12+ messages in thread
From: Oleg Pykhalov @ 2018-11-29 18:47 UTC (permalink / raw)
  To: 33549

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-12-20 11:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 18:47 [bug#33549] [PATCH 0/6] Add Zabbix services Oleg Pykhalov
2018-11-29 18:50 ` [bug#33549] [PATCH 1/6] gnu: zabbix-server: Split output Oleg Pykhalov
2018-11-29 18:50   ` [bug#33549] [PATCH 2/6] services: monitoring: Add 'zabbix-server' Oleg Pykhalov
2018-11-29 18:50   ` [bug#33549] [PATCH 3/6] services: monitoring: Add 'zabbix-agent' Oleg Pykhalov
2018-11-29 18:50   ` [bug#33549] [PATCH 4/6] services: php-fpm: Add 'timezone' configuration Oleg Pykhalov
2018-11-29 18:50   ` [bug#33549] [PATCH 5/6] gnu: Add php-with-bcmath Oleg Pykhalov
2018-12-19 15:20     ` Ludovic Courtès
2018-11-29 18:50   ` [bug#33549] [PATCH 6/6] services: monitoring: Add 'zabbix-front-end' Oleg Pykhalov
2018-12-19 15:27     ` Ludovic Courtès
2018-12-19 18:27       ` Oleg Pykhalov
2018-12-20 11:06         ` Ludovic Courtès
2018-12-17 19:22 ` bug#33549: Status: [PATCH 0/6] Add Zabbix services Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).