mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「✨」 feat: added nginx exporter
This commit is contained in:
@ -26,4 +26,5 @@ services:
|
||||
- '--web.enable-lifecycle'
|
||||
networks:
|
||||
- prom
|
||||
- prom-exporter
|
||||
restart: unless-stopped
|
||||
|
@ -1,5 +1,5 @@
|
||||
global:
|
||||
scrape_interval: 30s
|
||||
scrape_interval: 5s
|
||||
|
||||
# alerting:
|
||||
# alertmanagers:
|
||||
@ -15,3 +15,7 @@ scrape_configs:
|
||||
password: PROM_ADMIN_PASSWD
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
|
||||
- job_name: 'nginx'
|
||||
static_configs:
|
||||
- targets: ['nginx-exporter:9113']
|
||||
|
Reference in New Issue
Block a user