Lizenzserver ist fertig
Dieser Commit ist enthalten in:
12
monitoring/grafana/provisioning/dashboards/dashboards.yml
Normale Datei
12
monitoring/grafana/provisioning/dashboards/dashboards.yml
Normale Datei
@@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'V2 Docker Dashboards'
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: file
|
||||
disableDeletion: false
|
||||
updateIntervalSeconds: 10
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
13
monitoring/grafana/provisioning/datasources/prometheus.yml
Normale Datei
13
monitoring/grafana/provisioning/datasources/prometheus.yml
Normale Datei
@@ -0,0 +1,13 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
editable: true
|
||||
jsonData:
|
||||
timeInterval: 15s
|
||||
queryTimeout: 60s
|
||||
httpMethod: POST
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren