diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-13 10:01:11 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-13 13:33:56 +0100 |
commit | b38ce8489f7b44770054e01ada19d85194f250b9 (patch) | |
tree | 9f536f1ddf67268644e05ee7d6e4ccee5b805387 /gnu/services | |
parent | b1fb01e659d04bec54675616ed4b1502376cb6e7 (diff) | |
download | guix-b38ce8489f7b44770054e01ada19d85194f250b9.tar.gz |
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.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/monitoring.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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.") |