收集的write_graphite插件加密数据

时间:2014-12-01 06:19:09

标签: graphite collectd

如何使用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>

1 个答案:

答案 0 :(得分:1)

write_graphite插件不进行加密。

如果您希望加密数据,最简单的方法是在石墨服务器上运行collectd,并使用collectd的网络插件加密流量。

远程主机根本不需要write_graphite插件。石墨服务器上的collectd实例需要配置网络(作为服务器)和write_graphite插件。