summaryrefslogtreecommitdiff
path: root/examples/c-collectd/plugin_nDPIsrvd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c-collectd/plugin_nDPIsrvd.conf')
-rw-r--r--examples/c-collectd/plugin_nDPIsrvd.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/c-collectd/plugin_nDPIsrvd.conf b/examples/c-collectd/plugin_nDPIsrvd.conf
new file mode 100644
index 000000000..f3cc37f62
--- /dev/null
+++ b/examples/c-collectd/plugin_nDPIsrvd.conf
@@ -0,0 +1,14 @@
+# nDPIsrvd collectd config file
+LoadPlugin exec
+<Plugin exec>
+ Exec "ndpi" "/usr/bin/nDPIsrvd-collectd"
+# Exec "ndpi" "/usr/bin/nDPIsrvd-collectd" "-s" "/tmp/ndpid-distributor.sock"
+# Exec "ndpi" "/tmp/nDPIsrvd-collectd" "-s" "127.0.0.1:7000"
+</Plugin>
+
+# Uncomment for testing
+#LoadPlugin write_log
+#LoadPlugin rrdtool
+#<Plugin rrdtool>
+# DataDir "nDPIsrvd-collectd"
+#</Plugin>