graphite - What is the purpose of <Node "node"> in write_graphite plugin of collectd? -


i trying understand purpose of "node" tag is. plugin config file. situation 1 needs use multiple node tags?

<plugin write_graphite>   <node "default">     host "graphitehost"     port "2003"     protocol "tcp"     logsenderrors true     prefix "collectd."     storerates true     alwaysappendds false     escapecharacter "_"   </node> </plugin> 

simply when want send data multiple graphite servers.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -