mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
prometheus: upgrade to 2.0.0-alpha.0
This commit is contained in:
parent
43758a8d1c
commit
8a690f933c
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ Type=simple
|
|||
ExecStart=/usr/local/bin/prometheus \
|
||||
-config.file {{ prometheus_config }}/prometheus.yml \
|
||||
-storage.local.path {{ prometheus_data }} \
|
||||
-storage.local.chunk-encoding-version 2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# Prometheus version and checksum configuration
|
||||
prometheus_version: "1.5.0"
|
||||
prometheus_sha256: "867e04a78766d3c95d399638bf326b1890117141900cd9730ef61437fd03f9a1"
|
||||
prometheus_version: "2.0.0-alpha.0"
|
||||
prometheus_sha256: "2ab0e18fd8e021a61b8afa76386dc74e536a958457c381a82275ab909d69eea0"
|
||||
# Prometheus configuration and data storage locations
|
||||
prometheus_config: "/etc/prometheus"
|
||||
prometheus_data: "/var/lib/prometheus"
|
||||
|
|
Loading…
Reference in a new issue