mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-06 10:29:28 +00:00
readme add
This commit is contained in:
parent
465c5c09d6
commit
9aba1556cf
1 changed files with 1 additions and 25 deletions
|
|
@ -37,34 +37,10 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:9090']
|
- targets: ['localhost:9090']
|
||||||
|
|
||||||
- job_name: node
|
|
||||||
# If prometheus-node-exporter is installed, grab stats about the local
|
|
||||||
# machine by default.
|
|
||||||
scrape_interval: 5s
|
|
||||||
scrape_timeout: 5s
|
|
||||||
static_configs:
|
|
||||||
- targets: ['localhost:9100']
|
|
||||||
|
|
||||||
- job_name: elk
|
|
||||||
# If prometheus-node-exporter is installed, grab stats about the local
|
|
||||||
# machine by default.
|
|
||||||
scrape_interval: 5s
|
|
||||||
scrape_timeout: 5s
|
|
||||||
static_configs:
|
|
||||||
- targets: ['192.168.5.25:9100']
|
|
||||||
|
|
||||||
- job_name: proxmox
|
|
||||||
# If prometheus-node-exporter is installed, grab stats about the local
|
|
||||||
# machine by default.
|
|
||||||
scrape_interval: 5s
|
|
||||||
scrape_timeout: 5s
|
|
||||||
static_configs:
|
|
||||||
- targets: ['192.168.5.10:9100']
|
|
||||||
|
|
||||||
- job_name: Mikrotik
|
- job_name: Mikrotik
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 192.168.5.1 # SNMP device.
|
- 0.0.0.0 # SNMP device IP.
|
||||||
metrics_path: /snmp
|
metrics_path: /snmp
|
||||||
params:
|
params:
|
||||||
module: [mikrotik]
|
module: [mikrotik]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue