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 can we post XML strings along with text strings in iOS -

c# - cefsharp app remember password option -

linux - Writing to Embedded Controller registers in Ubuntu 14.04 -