Skip to content

Commit

Permalink
#123 dedicated Grafana viewer InfluxDB Data Collector
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 20, 2018
1 parent ed8de9e commit 10954df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
script_dir=${0%/*}

SERVICES="traefik postgis phppgadmin influxdb influxdb-dc1 chronograf grafana geoserver sosemu mosquitto gost gostdashboard sos52n monitoring"
SERVICES="traefik postgis phppgadmin influxdb influxdb-dc1 chronograf grafana grafana-dc geoserver sosemu mosquitto gost gostdashboard sos52n monitoring"
for SERVICE in ${SERVICES}
do
echo "starting ${SERVICE}"
Expand Down
2 changes: 1 addition & 1 deletion services/stop-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
script_dir=${0%/*}

SERVICES="monitoring sos52n gostdashboard geoserver sosemu gost mosquitto phppgadmin postgis grafana chronograf influxdb-dc1 influxdb traefik"
SERVICES="monitoring sos52n gostdashboard geoserver sosemu gost mosquitto phppgadmin postgis grafana-dc grafana chronograf influxdb-dc1 influxdb traefik"
for SERVICE in ${SERVICES}
do
echo "stopping ${SERVICE}"
Expand Down

0 comments on commit 10954df

Please sign in to comment.