From b38ce8489f7b44770054e01ada19d85194f250b9 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 13 Feb 2022 10:01:11 +0100 Subject: doc: Zabbix: Improvide description. * doc/guix.texi (Monitoring Services): Document the various 'zabbix-*' service types, and expand description of all Zabbix services. Use less marketing terms. (Web Services): Add subsubheading for PHP-FPM, and anchors for cross-referencing. * gnu/services/monitoring.scm (zabbix-front-end-configuration): Use @ref instead of @pxref for cross-referencing. --- gnu/services/monitoring.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/services/monitoring.scm') diff --git a/gnu/services/monitoring.scm b/gnu/services/monitoring.scm index 689e56ca73..92c49c513b 100644 --- a/gnu/services/monitoring.scm +++ b/gnu/services/monitoring.scm @@ -583,8 +583,9 @@ fastcgi_param PHP_VALUE \"post_max_size = 16M "The Zabbix server package to use.") (nginx (list '()) - "List of @pxref{NGINX, @code{nginx-server-configuration}} blocks for the -Zabbix front-end. When empty, a default that listens on port 80 is used.") + "List of @ref{nginx-server-configuration,@code{nginx-server-configuration}} +blocks for the Zabbix front-end. When empty, a default that listens on port 80 +is used.") (db-host (string "localhost") "Database host name.") -- cgit v1.2.3