Skip to content

Commit

Permalink
Add new dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Sellier committed Jul 27, 2018
1 parent 9b7b281 commit 8531c18
Show file tree
Hide file tree
Showing 10 changed files with 78,027 additions and 0 deletions.
12,164 changes: 12,164 additions & 0 deletions grafana/dashboards/services/elasticsearch.json

Large diffs are not rendered by default.

52,472 changes: 52,472 additions & 0 deletions grafana/dashboards/services/exo.json

Large diffs are not rendered by default.

1,447 changes: 1,447 additions & 0 deletions grafana/dashboards/services/haproxy.json

Large diffs are not rendered by default.

2,751 changes: 2,751 additions & 0 deletions grafana/dashboards/services/mongodb.json

Large diffs are not rendered by default.

4,086 changes: 4,086 additions & 0 deletions grafana/dashboards/services/mysql.json

Large diffs are not rendered by default.

2,712 changes: 2,712 additions & 0 deletions grafana/dashboards/system/host.json

Large diffs are not rendered by default.

2,363 changes: 2,363 additions & 0 deletions grafana/dashboards/tools/jmter.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions grafana/provisioning/dashboards/services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: 1

providers:
- name: 'services'
orgId: 1
folder: 'Services'
type: file
disableDeletion: true
editable: false
options:
path: /var/lib/grafana/dashboards/services/
11 changes: 11 additions & 0 deletions grafana/provisioning/dashboards/tools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: 1

providers:
- name: 'tools'
orgId: 1
folder: 'Tools'
type: file
disableDeletion: true
editable: false
options:
path: /var/lib/grafana/dashboards/tools/
10 changes: 10 additions & 0 deletions grafana/provisioning/datasources/datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,14 @@ datasources:
jsonData:
timeInterval: "10s"
version: 1
editable: false
- name: monitoring_jmeter
type: influxdb
access: proxy
orgId: 1
url: http://influxdb:8086
database: jmeter
jsonData:
timeInterval: "10s"
version: 1
editable: false

0 comments on commit 8531c18

Please sign in to comment.