Skip to content
Snippets Groups Projects
Unverified Commit 6eba27f7 authored by Christopher Baines's avatar Christopher Baines
Browse files

doc: Remove redundant node exporter configuration from the example.

* doc/guix.texi (Prometheus Node Exporter Service): Simplify the example.
parent fa0975ad
No related branches found
No related tags found
No related merge requests found
...@@ -22021,13 +22021,10 @@ where monitoring these statistics is desirable. ...@@ -22021,13 +22021,10 @@ where monitoring these statistics is desirable.
@defvar {Scheme variable} prometheus-node-exporter-service-type @defvar {Scheme variable} prometheus-node-exporter-service-type
This is the service type for the This is the service type for the
@uref{https://github.com/prometheus/node_exporter/, prometheus-node-exporter} @uref{https://github.com/prometheus/node_exporter/, prometheus-node-exporter}
service, its value must be a @code{prometheus-node-exporter-configuration} service, its value must be a @code{prometheus-node-exporter-configuration}.
record as in this example:
   
@lisp @lisp
(service prometheus-node-exporter-service-type (service prometheus-node-exporter-service-type)
(prometheus-node-exporter-configuration
(web-listen-address ":9100")))
@end lisp @end lisp
@end defvar @end defvar
   
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment