aboutsummaryrefslogtreecommitdiff
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.conf5
1 files changed, 5 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..0177e89a8
--- /dev/null
+++ b/examples/c-collectd/plugin_nDPIsrvd.conf
@@ -0,0 +1,5 @@
+# nDPIsrvd collectd config file
+LoadPlugin exec
+<Plugin exec>
+ Exec "ndpi" "/usr/bin/nDPIsrvd-collectd"
+</Plugin>