Добавление прометеуса
This commit is contained in:
parent
392a0b4620
commit
9f4fcb9654
4 changed files with 55 additions and 1 deletions
8
manufacturer/configs/prometheus/prometheus.yml
Normal file
8
manufacturer/configs/prometheus/prometheus.yml
Normal 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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue