Prometheus uptime
This commit is contained in:
parent
1ea8feb3d8
commit
fa57c0728e
|
@ -37,4 +37,8 @@ scrape_configs:
|
||||||
- job_name: 'mikrotik'
|
- job_name: 'mikrotik'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['mikrotik:9436']
|
- targets: ['mikrotik:9436']
|
||||||
|
- job_name: 'uptime'
|
||||||
|
static_configs:
|
||||||
|
- targets: ['uptime.vps.bhasher.com']
|
||||||
|
basic_auth:
|
||||||
|
password_file: /prometheus/uptime
|
||||||
|
|
Loading…
Reference in New Issue