Добавление прометеуса

This commit is contained in:
Роман Жилкин 2025-01-23 18:38:32 +07:00
parent 392a0b4620
commit 9f4fcb9654
4 changed files with 55 additions and 1 deletions

View file

@ -0,0 +1,8 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'apache'
metrics_path: '/server-status'
static_configs:
- targets: ['10.10.1.2:80']