1

我正在尝试对小型集群进行全局资源监控。选择的堆栈: - 在节点上收集数据以收集数据 - 使用官方 docker 容器作为后端的 influxdb - 使用官方容器再次作为前端的 grafana 容器在中央服务器上启动。Grafana 能够连接到 influxdb 源,我更新了 collectd 代理(collectd.conf 中的网络插件)和 influxdb(带有 collectd 插件的 influxdb.conf),以使它们能够相互交谈。

但是没有数据显示......没有太多日志要检查,但可以肯定的是influxdb数据文件是空的,查询时什么也没有出现。

有没有人经历过这样的背景?知道在哪里挖吗?

collectd conf 提取:

# /etc/collectd/collectd.conf
<Plugin network>
   Server "<public_IP_of_the_docker_host>" "25826"
</Plugin>

涌入数据库配置:

[input_plugins.collectd]
enabled = true
address = "public_IP_of_the_docker_host"
port = 25826
database = "collectd"
typesdb = "/usr/share/collectd/types.db"
4

0 回答 0