Add ceph metrics to prometheus
This commit is contained in:
		
							parent
							
								
									a5fae4a289
								
							
						
					
					
						commit
						d54dcc8d8f
					
				| @ -12,7 +12,7 @@ | |||||||
|     nameservers = ["8.8.8.8"]; |     nameservers = ["8.8.8.8"]; | ||||||
|     proxy = { |     proxy = { | ||||||
|       default = "http://localhost:23080/"; |       default = "http://localhost:23080/"; | ||||||
|       noProxy = "127.0.0.1,localhost,internal.domain"; |       noProxy = "127.0.0.1,localhost,internal.domain,10.0.40.40"; | ||||||
|       # Don't set all_proxy as go complains and breaks the gitlab runner, see: |       # Don't set all_proxy as go complains and breaks the gitlab runner, see: | ||||||
|       # https://github.com/golang/go/issues/16715 |       # https://github.com/golang/go/issues/16715 | ||||||
|       allProxy = null; |       allProxy = null; | ||||||
|  | |||||||
| @ -67,6 +67,7 @@ | |||||||
|             "127.0.0.1:9323" |             "127.0.0.1:9323" | ||||||
|             "127.0.0.1:9252" |             "127.0.0.1:9252" | ||||||
|             "127.0.0.1:${toString config.services.prometheus.exporters.smartctl.port}" |             "127.0.0.1:${toString config.services.prometheus.exporters.smartctl.port}" | ||||||
|  |             "10.0.40.40:9283" # Ceph | ||||||
|           ]; |           ]; | ||||||
|         }]; |         }]; | ||||||
|       } |       } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user