mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
doc: Remove redundant node exporter configuration from the example.
* doc/guix.texi (Prometheus Node Exporter Service): Simplify the example.
This commit is contained in:
parent
fa0975ad71
commit
6eba27f7be
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue