erlang plugin: Have "send_error" free the *entire* term.
[collectd.git] / src / collectd.conf.in
index 8d14f97..04d45eb 100644 (file)
@@ -69,6 +69,7 @@ FQDNLookup   true
 #@BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns
 #@BUILD_PLUGIN_EMAIL_TRUE@LoadPlugin email
 #@BUILD_PLUGIN_ENTROPY_TRUE@LoadPlugin entropy
+#@BUILD_PLUGIN_ERLANG_TRUE@LoadPlugin erlang
 #@BUILD_PLUGIN_EXEC_TRUE@LoadPlugin exec
 #@BUILD_PLUGIN_FILECOUNT_TRUE@LoadPlugin filecount
 #@BUILD_PLUGIN_FSCACHE_TRUE@LoadPlugin fscache
@@ -274,6 +275,13 @@ FQDNLookup   true
 #      MaxConns 5
 #</Plugin>
 
+#<Plugin erlang>
+#      BindTo "local.host.name"
+#      BindPort "12345"
+#      Cookie "secret"
+#      NodeName "collectd@local.host.name"
+#</Plugin>
+
 #<Plugin exec>
 #      Exec "user:group" "/path/to/exec"
 #      NotificationExec "user:group" "/path/to/exec"