好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

InfluxDB、Grafana等开源软件的监控后门

InfluxDB will report usage data to usage.influxdata测试数据 # The data includes a random ID, os, arch, version, the number of series and other # usage data. No data from user databases is ever transmitted. # Change this option to true to disable reporting. # reporting-disabled = false

  去掉前面的注释,改为:

   reporting-disabled = true  

二、Grafana

配置文件默认路径:/etc/grafana/grafana.ini

#################################### Analytics ####################################
[analytics]
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.
# No ip addresses are being tracked, only simple counters to track
# running instances, dashboard and error counts.   It is very helpful to us  .
# Change this option to false to disable reporting.
  ;reporting_enabled = true
  

 去掉前面的注释,改为:

  reporting_enabled = false  

三、TDEngine

配置文件默认路径:/etc/taos/taos.cfg

# enable/disable installation / usage report
# telemetryReporting        1

  去掉前面的注释,改为: 

   telemetryReporting        0  

InfluxDB、Grafana等开源软件的监控后门

标签:ble   user   文件   hang   rom   rand   board   version   his   

查看更多关于InfluxDB、Grafana等开源软件的监控后门的详细内容...

  阅读:29次