|
@@ -41,6 +41,8 @@ if [[ $INFLUX == "2" ]]; then
|
|
$STD apt-get install -y influxdb2
|
|
$STD apt-get install -y influxdb2
|
|
else
|
|
else
|
|
$STD apt-get install -y influxdb
|
|
$STD apt-get install -y influxdb
|
|
|
|
+ wget -q https://dl.influxdata.com/chronograf/releases/chronograf_1.10.1_amd64.deb
|
|
|
|
+ $STD dpkg -i chronograf_1.10.1_amd64.deb
|
|
fi
|
|
fi
|
|
$STD systemctl enable --now influxdb
|
|
$STD systemctl enable --now influxdb
|
|
msg_ok "Installed InfluxDB"
|
|
msg_ok "Installed InfluxDB"
|