mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Disable Influxdb2 telemetry.
This commit is contained in:
parent
48c2b371ab
commit
351b07c6f0
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ apt-get update &>/dev/null
|
|||
apt-get install -y influxdb2 &>/dev/null
|
||||
msg_ok "Installed InfluxDB"
|
||||
|
||||
# https://docs.influxdata.com/influxdb/v2.4/reference/config-options/?t=TOML#reporting-disabled
|
||||
msg_info "Disabling Influxdb2 telemetry"
|
||||
echo 'reporting-disabled = true' >> /etc/influxdb/config.toml
|
||||
msg_info "Disabled Influxdb2 telemetry"
|
||||
|
||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||
if [[ $PASS != $ ]]; then
|
||||
msg_info "Customizing Container"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue