Fix typo in defaults for postgres
This commit is contained in:
parent
3853181e10
commit
46c4a1f074
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ prometheus:
|
||||||
args:
|
args:
|
||||||
url: https://github.com/kbudde/rabbitmq_exporter
|
url: https://github.com/kbudde/rabbitmq_exporter
|
||||||
service_args: []
|
service_args: []
|
||||||
postres:
|
postgres:
|
||||||
version: 0.4.7_linux-amd64
|
version: 0.4.7_linux-amd64
|
||||||
install_dir: /opt
|
install_dir: /opt
|
||||||
source: https://github.com/wrouesnel/postgres_exporter/releases/download/v0.4.7/postgres_exporter_v0.4.7_linux-amd64.tar.gz
|
source: https://github.com/wrouesnel/postgres_exporter/releases/download/v0.4.7/postgres_exporter_v0.4.7_linux-amd64.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue