diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2019-03-29 19:25:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-29 19:25:18 +0000 |
commit | 589639d313c24104b2a27ef16baf716d1d274108 (patch) | |
tree | 53b09d4a2a892322e68468db9c2e5a12bb7d29f1 /conf | |
parent | c5a075eafc322d9ae62322e90ab4e232df176743 (diff) | |
parent | 3f822e804d0f5037e76d6cfb57b7098e7179f0e9 (diff) |
Merge "Collector: Add Multi-command collector."opnfv-8.0.0stable/hunter
Diffstat (limited to 'conf')
-rw-r--r-- | conf/05_collector.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/05_collector.conf b/conf/05_collector.conf index a1bb41f8..b9974037 100644 --- a/conf/05_collector.conf +++ b/conf/05_collector.conf @@ -55,3 +55,14 @@ COLLECTD_INTERFACE_XKEYS = ['docker', 'lo'] # Provide individual core-ids or range of core-ids. # The range is specified using '-' COLLECTD_INTELRDT_XKEYS = [ ] + +############################################### +# Multi Command Collector Configurations +############################################### +MC_COLLECTD_CSV = '/tmp/csv/' +MC_COLLECTD_CMD = '/opt/collectd/sbin/collectd' +MC_PROX_HOME = '/home/opnfv/irq/' +MC_PROX_CMD = './runrapid.py' +MC_PROX_OUT = 'RUNirq.irq.log' +MC_CRON_OUT = '/tmp/ovs-cores.log' +MC_BEAT_CFILE = '/etc/filebeat/filebeat.yml' |