mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-02-28 01:43:10 +00:00
Update PostgreSQL Server Exporter (v0.19.0-0 → v0.19.0-1)
Use `prometheus_postgres_exporter_restart_necessary`
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
@@ -755,7 +755,7 @@ devture_systemd_service_manager_services_list_auto: |
|
||||
([{
|
||||
'name': (prometheus_postgres_exporter_identifier + '.service'),
|
||||
'priority': 3900,
|
||||
'restart_necessary': true,
|
||||
'restart_necessary': (prometheus_postgres_exporter_restart_necessary | bool),
|
||||
'groups': ['matrix', 'monitoring', 'prometheus-exporters', 'prometheus-postgres-exporter'],
|
||||
}] if prometheus_postgres_exporter_enabled else [])
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user