[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: doc: Remove redundant node exporter configuration from the exampl
From: |
guix-commits |
Subject: |
04/06: doc: Remove redundant node exporter configuration from the example. |
Date: |
Mon, 7 Dec 2020 04:14:35 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 6eba27f7beb1320b1abd6123d969663e5a460f77
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Nov 28 10:52:13 2020 +0000
doc: Remove redundant node exporter configuration from the example.
* doc/guix.texi (Prometheus Node Exporter Service): Simplify the example.
---
doc/guix.texi | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 7e1b782..b5340aa 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22021,13 +22021,10 @@ where monitoring these statistics is desirable.
@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}
-record as in this example:
+service, its value must be a @code{prometheus-node-exporter-configuration}.
@lisp
-(service prometheus-node-exporter-service-type
- (prometheus-node-exporter-configuration
- (web-listen-address ":9100")))
+(service prometheus-node-exporter-service-type)
@end lisp
@end defvar
- branch master updated (928bedc -> 92f7c11), guix-commits, 2020/12/07
- 03/06: services: prometheus-node-exporter: Use a log file., guix-commits, 2020/12/07
- 05/06: prometheus-node-exporter: Enable the textfile collector., guix-commits, 2020/12/07
- 01/06: services: prometheus-node-exporter: Neaten up., guix-commits, 2020/12/07
- 04/06: doc: Remove redundant node exporter configuration from the example.,
guix-commits <=
- 02/06: prometheus-node-exporter: Add user and group., guix-commits, 2020/12/07
- 06/06: prometheus-node-exporter: Support extra options., guix-commits, 2020/12/07