Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
Matrix Docker Ansible Deploy
Commits
c1c2c8cb
Unverified
Commit
c1c2c8cb
authored
Aug 24, 2021
by
Slavi Pantaleev
Committed by
GitHub
Aug 24, 2021
Browse files
Merge pull request #1246 from sakkiii/patch-2
prometheus & its exporter updates
parents
57414ec2
01a5f521
Changes
3
Hide whitespace changes
Inline
Side-by-side
roles/matrix-prometheus-node-exporter/defaults/main.yml
View file @
c1c2c8cb
...
...
@@ -3,7 +3,7 @@
matrix_prometheus_node_exporter_enabled
:
false
matrix_prometheus_node_exporter_version
:
v1.2.
0
matrix_prometheus_node_exporter_version
:
v1.2.
2
matrix_prometheus_node_exporter_docker_image
:
"
{{
matrix_container_global_registry_prefix
}}prom/node-exporter:{{
matrix_prometheus_node_exporter_version
}}"
matrix_prometheus_node_exporter_docker_image_force_pull
:
"
{{
matrix_prometheus_node_exporter_docker_image.endswith(':latest')
}}"
...
...
roles/matrix-prometheus-postgres-exporter/defaults/main.yml
View file @
c1c2c8cb
...
...
@@ -3,7 +3,7 @@
matrix_prometheus_postgres_exporter_enabled
:
false
matrix_prometheus_postgres_exporter_version
:
v0.
9
.0
matrix_prometheus_postgres_exporter_version
:
v0.
10
.0
matrix_prometheus_postgres_exporter_port
:
9187
matrix_prometheus_postgres_exporter_docker_image
:
"
quay.io/prometheuscommunity/postgres-exporter:{{
matrix_prometheus_postgres_exporter_version
}}"
...
...
roles/matrix-prometheus/defaults/main.yml
View file @
c1c2c8cb
...
...
@@ -3,7 +3,7 @@
matrix_prometheus_enabled
:
false
matrix_prometheus_version
:
v2.2
8
.1
matrix_prometheus_version
:
v2.2
9
.1
matrix_prometheus_docker_image
:
"
{{
matrix_container_global_registry_prefix
}}prom/prometheus:{{
matrix_prometheus_version
}}"
matrix_prometheus_docker_image_force_pull
:
"
{{
matrix_prometheus_docker_image.endswith(':latest')
}}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment