Procházet zdrojové kódy

Update Prometheus (v3.9.1-0 → v3.9.1-1)

Use `prometheus_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4951/head
Suguru Hirahara před 3 týdny
rodič
revize
b528f0e6af
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers Zobrazit soubor

@@ -741,7 +741,7 @@ devture_systemd_service_manager_services_list_auto: |
([{
'name': (prometheus_identifier + '.service'),
'priority': 4000,
'restart_necessary': true,
'restart_necessary': (prometheus_restart_necessary | bool),
'groups': ['matrix', 'monitoring', 'prometheus'],
}] if prometheus_enabled else [])
+


+ 1
- 1
requirements.yml Zobrazit soubor

@@ -63,7 +63,7 @@
version: v18-0
name: postgres_backup
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git
version: v3.9.1-0
version: v3.9.1-1
name: prometheus
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-nginxlog-exporter.git
version: v1.10.0-0


Načítá se…
Zrušit
Uložit