diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-02-07 16:04:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-07 16:04:56 +0000 |
commit | 8b04002d9a9151d165e7edd4b970df3261e89902 (patch) | |
tree | d8be55dca4ee4f9c9be9e6597af4fc68032b8391 /src | |
parent | 565a3ff352faeb57269732590b70e5335f6c2e8d (diff) | |
parent | 90b8d4d57c9df37c91b306808c35bde42bb1b53c (diff) |
Merge "src: Update exec plugin configuration"
Diffstat (limited to 'src')
-rw-r--r-- | src/collectd/collectd_sample_configs/exec.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectd/collectd_sample_configs/exec.conf b/src/collectd/collectd_sample_configs/exec.conf index 5b11fd94..f62d2e7a 100644 --- a/src/collectd/collectd_sample_configs/exec.conf +++ b/src/collectd/collectd_sample_configs/exec.conf @@ -16,5 +16,5 @@ LoadPlugin exec <Plugin exec> # Exec "user:group" "/path/to/exec" - NotificationExec "" "write_notification.sh" + NotificationExec "collectd_exec" "/opt/collectd/etc/collectd.conf.d/write_notification.sh" </Plugin> |