diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-07-09 13:30:32 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-07-09 13:30:32 +0200 |
commit | 9c2427abe7ffb23813802501941bea6b01c81dd3 (patch) | |
tree | 32a17e2ee2082f21e9393ca8f9c42c8aef9226cc /doc | |
parent | ffe8d2149087ea02784b6078a46ddf8e315d73d3 (diff) | |
download | guix-9c2427abe7ffb23813802501941bea6b01c81dd3.tar guix-9c2427abe7ffb23813802501941bea6b01c81dd3.tar.gz |
doc: Fix syntax error and remove trailing whitespace.
This is a follow-up to commit a33652ee336ae9a5d2ab5fd54bf2397caec42a0e.
* doc/guix.texi (Prometheus Node Exporter Service): Remove trailing whitespace
and change "defvr" to "defvar".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3f0eedd0d9..5ab609c730 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15654,11 +15654,11 @@ Specify the path of the base URL. This can be useful if @cindex prometheus-node-exporter The Prometheus ``node exporter'' makes hardware and operating system statistics -provided by the Linux kernel available for the Prometheus monitoring system. +provided by the Linux kernel available for the Prometheus monitoring system. This service should be deployed on all physical nodes and virtual machines, -where monitoring these statistics is desirable. +where monitoring these statistics is desirable. -@defvr {Scheme variable} prometheus-node-exporter-service-type +@defvar {Scheme variable} prometheus-node-exporter-service-type This is the service type for the @uref{https://github.com/prometheus/node_exporter/, prometheus-node-exporter} service, its value must be a @code{prometheus-node-exporter-configuration} |