如何使用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>
答案 0 :(得分:1)
write_graphite插件不进行加密。
如果您希望加密数据,最简单的方法是在石墨服务器上运行collectd,并使用collectd的网络插件加密流量。
远程主机根本不需要write_graphite插件。石墨服务器上的collectd实例需要配置网络(作为服务器)和write_graphite插件。