Skip to content

Commit

Permalink
fix dashboard provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jritter committed Nov 27, 2023
1 parent 4a9705a commit cb46c9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ services:
restart: always
volumes:
- "./configs/grafana/provisioning:/etc/grafana/provisioning:Z"
- "./configs/grafana/dashboards:/etc/grafana/dashboards:Z"
ports:
- "3000:3000"
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@
},
"timepicker": {},
"timezone": "",
"title": "OpenSCAP",
"uid": "4G2toWz4z",
"title": "SCAPinoculars",
"version": 9,
"weekStart": ""
}
9 changes: 9 additions & 0 deletions configs/grafana/provisioning/dashboards/default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: 1

providers:
- name: Default # A uniquely identifiable name for the provider
folder: OpenSCAP # The folder where to place the dashboards
type: file
options:
path:
/etc/grafana/dashboards

0 comments on commit cb46c9f

Please sign in to comment.