Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jan 12, 2024
1 parent be5bba6 commit 607240c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion telematic_system/local.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -f /opt/apache2/grafana_htpasswd ]; then
else
mkdir /opt/apache2
touch /opt/apache2/grafana_htpasswd
chmod 777 /opt/apache2/grafana_htpasswd
chmod 777 -R /opt/apache2
fi

if [ -d /opt/influxdb2 ]; then
Expand Down
1 change: 0 additions & 1 deletion telematic_system/telematic_apps/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
FROM grafana/grafana:latest
COPY grafana.ini /etc/grafana/grafana.ini
ENV GF_INSTALL_PLUGINS "grafana-redshift-datasource,natel-plotly-panel,snuids-trafficlights-panel"

0 comments on commit 607240c

Please sign in to comment.