Initial Commit
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'Mikrotik Dashboards'
|
||||
orgId: 1
|
||||
folder: 'Mikrotik'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
updateIntervalSeconds: 10
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/mikrotik
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'System Dashboards'
|
||||
orgId: 1
|
||||
folder: 'System'
|
||||
type: file
|
||||
disableDeletion: false
|
||||
editable: true
|
||||
updateIntervalSeconds: 10
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards/system
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
-
|
||||
access: proxy
|
||||
basicAuth: false
|
||||
jsonData:
|
||||
maxLines: 1000
|
||||
name: Loki
|
||||
type: loki
|
||||
url: "http://loki:3100/"
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
-
|
||||
access: proxy
|
||||
basicAuth: false
|
||||
name: Prometheus
|
||||
type: prometheus
|
||||
url: "http://prometheus:9090/"
|
||||
Reference in New Issue
Block a user