Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4938/head
| @@ -106,7 +106,7 @@ There are some additional things you may wish to configure about Prometheus and | |||||
| Take a look at: | Take a look at: | ||||
| - [Prometheus role](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus)'s [`defaults/main.yml`](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus/blob/main/defaults/main.yml) for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `prometheus_configuration_extension_yaml` variable | - [Prometheus role](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus)'s [`defaults/main.yml`](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus/blob/main/defaults/main.yml) for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `prometheus_configuration_extension_yaml` variable | ||||
| - `roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml` for some variables that you can customize via your `vars.yml` file | |||||
| - `roles/galaxy/prometheus_nginxlog_exporter/defaults/main.yml` for some variables that you can customize via your `vars.yml` file | |||||
| ## Adjusting the playbook configuration — Grafana | ## Adjusting the playbook configuration — Grafana | ||||
| @@ -5428,7 +5428,7 @@ grafana_dashboard_download_urls: | | |||||
| grafana_provisioning_dashboard_template_files: | | grafana_provisioning_dashboard_template_files: | | ||||
| {{ | {{ | ||||
| ([{ | ([{ | ||||
| 'path': 'roles/custom/matrix-prometheus-nginxlog-exporter/templates/grafana/nginx-proxy.json', | |||||
| 'path': 'roles/galaxy/prometheus_nginxlog_exporter/templates/grafana/nginx-proxy.json', | |||||
| 'name': 'nginx-proxy.json', | 'name': 'nginx-proxy.json', | ||||
| }] if matrix_prometheus_nginxlog_exporter_enabled else []) | }] if matrix_prometheus_nginxlog_exporter_enabled else []) | ||||
| }} | }} | ||||
| @@ -65,6 +65,9 @@ | |||||
| - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git | - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git | ||||
| version: v3.9.1-0 | version: v3.9.1-0 | ||||
| name: prometheus | name: prometheus | ||||
| - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-nginxlog-exporter.git | |||||
| version: v1.10.0-0 | |||||
| name: prometheus_nginxlog_exporter | |||||
| - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-node-exporter.git | - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-node-exporter.git | ||||
| version: v1.9.1-13 | version: v1.9.1-13 | ||||
| name: prometheus_node_exporter | name: prometheus_node_exporter | ||||
| @@ -101,7 +101,7 @@ | |||||
| - custom/matrix-synapse-usage-exporter | - custom/matrix-synapse-usage-exporter | ||||
| - galaxy/prometheus_node_exporter | - galaxy/prometheus_node_exporter | ||||
| - galaxy/prometheus_postgres_exporter | - galaxy/prometheus_postgres_exporter | ||||
| - custom/matrix-prometheus-nginxlog-exporter | |||||
| - galaxy/prometheus_nginxlog_exporter | |||||
| - galaxy/prometheus | - galaxy/prometheus | ||||
| - galaxy/grafana | - galaxy/grafana | ||||
| - custom/matrix-prometheus-services-connect | - custom/matrix-prometheus-services-connect | ||||