add nginx exporter

This commit is contained in:
Ludovic Cartier
2023-04-21 15:16:01 +02:00
parent 159bb4137e
commit fb191f27d6
4 changed files with 19 additions and 0 deletions

3
tasks/exporter/nginx.yml Normal file
View File

@ -0,0 +1,3 @@
---
- include_tasks: _common.yml
tags: ['prometheus_nginx_exporter']

View File

@ -39,5 +39,6 @@
- prometheus_opcache_exporter
- prometheus_blackbox_exporter
- prometheus_kong_exporter
- prometheus_nginx_exporter
with_items:
- "{{ prometheus_exporter_packages }}"