OceanDataTools / openrvdas

An open source data acquisition system designed for use on research vessels and other scientific installations
http://openrvdas.org
Other
39 stars 20 forks source link

install_influxdb.sh should support standalone installations of influx, etc. #393

Closed davidpablocohn closed 2 days ago

davidpablocohn commented 3 months ago

Right now, the installation script assumes that you're installing InfluxDB, Grafana and Telegraph on the same machine as a working OpenRVDAS installation. Best practics in the field lean toward having them run on a separate machine for robustness. The script should ask whether the current installation is standalone or not, and act accordingly.

davidpablocohn commented 2 days ago

Merged to dev