mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: prometheus-node-exporter add default.
* gnu/services/monitoring.scm (prometheus-node-exporter-service-type): Add default-value with default configuration.
This commit is contained in:
parent
993d8164e4
commit
4074ee4ef7
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@ (define prometheus-node-exporter-service-type
|
|||
(extensions
|
||||
(list (service-extension
|
||||
shepherd-root-service-type
|
||||
(compose list prometheus-node-exporter-shepherd-service))))))
|
||||
(compose list prometheus-node-exporter-shepherd-service))))
|
||||
(default-value (prometheus-node-exporter-configuration))))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue