aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-06 13:17:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-07 13:40:46 +0100
commit83dee0e5b29dee75cffd5aa2a7748697eb73b036 (patch)
treeaeebe4b72c44e8964f5d798355fa94f1cabad9e6
parentc9188cdb60028e149b16220bc40b1560ca719d72 (diff)
downloadguix-83dee0e5b29dee75cffd5aa2a7748697eb73b036.tar
guix-83dee0e5b29dee75cffd5aa2a7748697eb73b036.tar.gz
doc: Fix Zabbix ‘db-secret-file’ documentation.
* doc/guix.texi (Monitoring Services): Clarify ‘db-secret-file’'s (lack of) structure and gexp support.
-rw-r--r--doc/guix.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 217ed7a8a8..35bf5177e6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22168,9 +22168,10 @@ Defaults to @samp{""}.
@end deftypevr
@deftypevr {@code{zabbix-front-end-configuration} parameter} string db-secret-file
-Secret file which will be appended to @file{zabbix.conf.php} file. This
-file contains credentials for use by Zabbix front-end. You are expected
-to create it manually.
+Secret file containing the credentials for the Zabbix front-end. The value
+must be a local file name, not a G-expression. You are expected to create
+this file manually. Its contents will be copied into @file{zabbix.conf.php}
+as the value of @code{$DB['PASSWORD']}.
Defaults to @samp{""}.