File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
cookbooks/boxcutter_dashboard Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ telemetry from a robotics fleet and offers web dashboards in Grafana.
55
66@jhelwig at System Initiative has some useful guidelines for making Grafana
77dashboards portable - trying to follow those:
8- https://github.com/systeminit/si/blob/main/dev/config/grafana/provisioning/dashboards/README.md
8+ https://github.com/systeminit/si/blob/main/dev/config/grafana/provisioning/dashboards/README.md
Original file line number Diff line number Diff line change 55description 'Installs/Configures boxcutter_dashboard'
66source_url 'https://github.com/boxcutter/boxcutter-chef-cookbooks/'
77version '0.1.0'
8+ depends 'boxcutter_prometheus'
89depends 'fb_grafana'
9- depends 'boxcutter_prometheus'
Original file line number Diff line number Diff line change 4848 'job_name' => 'node' ,
4949 'file_sd_configs' => [
5050 {
51- 'files' => [ '/etc/prometheus/file_sd/node_targets.yml' ]
52- }
53- ]
51+ 'files' => [ '/etc/prometheus/file_sd/node_targets.yml' ] ,
52+ } ,
53+ ] ,
5454 } ,
5555 ] ,
5656}
6868node . default [ 'fb_grafana' ] [ 'datasources' ] [ 'prometheus' ] = {
6969 'type' => 'prometheus' ,
7070 'orgId' => 1 ,
71- 'url' => " http://localhost:9090" ,
71+ 'url' => ' http://localhost:9090' ,
7272 'access' => 'proxy' ,
7373 'isDefault' => true ,
7474 'editable' => false ,
126126 group 'grafana'
127127 mode '0644'
128128 notifies :restart , 'service[grafana-server]' , :delayed
129- end
129+ end
You can’t perform that action at this time.
0 commit comments