我有4台机器。我必须监控他们不同的统计数据。为此,我决定使用石墨/收集。所有机器上的操作系统都是centos 7。我已经成功配置了石墨并且也在两台机器上收集了。但是 remaning 两台机器出现以下错误,并且没有显示在石墨网络仪表板中
write_graphite plugin: Connecting to 11.11.10.41:2003 via tcp failed. The last error was: failed to connect to remote host: Permission denied
Jan 14 15:11:51 node3 collectd[31343]: Filter subsystem: Built-in target `write': Dispatching value to all write plugins failed with status -1.
11.11.10.41 是我运行石墨的机器。我为collectd安装做了什么。我刚刚在所有机器上更改了 collectd 配置中的插件信息,如下所示。
<Plugin write_graphite>
<Node "example">
Host "11.11.10.41"
Port "2003"
Protocol "tcp"
LogSendErrors true
Prefix "collectd."
# Postfix "collectd"
StoreRates true
AlwaysAppendDS false
EscapeCharacter "_"
</Node>
</Plugin>
我也刷新了iptables。但令我惊讶的是,两台机器正在发送数据,而两台没有。哪里有问题