added run.sh

This commit is contained in:
IgorKha 2021-10-10 04:20:17 +03:00
parent 13266b3263
commit 14dfc12bc7
No known key found for this signature in database
GPG key ID: F283C5AB2D59E902
6 changed files with 223 additions and 6 deletions

4
prometheus/data/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View file

@ -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]