如何使用write_graphite插件配置SSL或加密数据
LoadPlugin "write_graphite"
<Plugin "write_graphite">
<Node "example">
Host "localhost"
Port "2003"
#Prefix "collectd."
#Postfix ""
#Protocol "udp"
#LogSendErrors false
EscapeCharacter "_"
SeparateInstances true
StoreRates false
AlwaysAppendDS false
</Node>
</Plugin>发布于 2015-09-16 22:21:44
write_graphite插件不做加密。
如果你想加密数据,最简单的方法就是在你的石墨服务器上运行collectd,并使用collectd的网络插件来加密流量。
远程主机根本不需要write_graphite插件。石墨服务器上的collectd实例需要配置网络(作为服务器)和write_graphite插件。
https://stackoverflow.com/questions/27222740
复制相似问题