mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2026-04-23 05:49:39 +00:00
added run.sh
This commit is contained in:
parent
13266b3263
commit
14dfc12bc7
6 changed files with 223 additions and 6 deletions
4
prometheus/data/.gitignore
vendored
Normal file
4
prometheus/data/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
|
|
@ -40,7 +40,7 @@ scrape_configs:
|
|||
- job_name: Mikrotik
|
||||
static_configs:
|
||||
- targets:
|
||||
- 192.168.88.1 # SNMP device IP.
|
||||
- 192.168.88.1 # SNMP device IP.
|
||||
metrics_path: /snmp
|
||||
params:
|
||||
module: [mikrotik]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue