diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-07-26 12:58:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-26 12:58:00 +0000 |
commit | 610943a6b002d179918f71f059ee6cbb7d35a465 (patch) | |
tree | 3b490fc3b1c0e1a865bc9bbac7421c1653c94146 /src/collectd/collectd_sample_configs/exec.conf | |
parent | 24b8f02a1c9c6a59f4c53a0b7a4ea6d0978ee391 (diff) | |
parent | c94196ecdd12b7cbe89bce1be7a01860865fff82 (diff) |
Merge "src: add OVS PMD stats plugin configuration"
Diffstat (limited to 'src/collectd/collectd_sample_configs/exec.conf')
-rw-r--r-- | src/collectd/collectd_sample_configs/exec.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/collectd/collectd_sample_configs/exec.conf b/src/collectd/collectd_sample_configs/exec.conf index f62d2e7a..1402ac72 100644 --- a/src/collectd/collectd_sample_configs/exec.conf +++ b/src/collectd/collectd_sample_configs/exec.conf @@ -15,6 +15,7 @@ LoadPlugin exec <Plugin exec> -# Exec "user:group" "/path/to/exec" + # For OVS PMD stats plugin + Exec "user:group" "/opt/collectd/etc/collectd.conf.d/ovs_pmd_stats.sh" NotificationExec "collectd_exec" "/opt/collectd/etc/collectd.conf.d/write_notification.sh" </Plugin> |