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 @@ prometheus.") | |||
|    (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)))) | ||||
| 
 | ||||
|  | ||||
| ;;; | ||||
|  |  | |||
		Reference in a new issue