diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/05_collector.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/05_collector.conf b/conf/05_collector.conf index b9974037..882ef414 100644 --- a/conf/05_collector.conf +++ b/conf/05_collector.conf @@ -66,3 +66,17 @@ 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' + +############################################### +# Cadvisor Specific configuration +############################################### + +LOG_FILE_CADVISOR = 'cadvisor' +CADVISOR_STORAGE_DRIVER = 'stdout,influxdb' +# ip:port of influxdb +CADVISOR_STORAGE_HOST = '10.10.120.22:8086' +CADVISOR_DRIVER_DB = '_internal' +# names of all containers to calcualte results +#CADVISOR_CONTAINERS = ['container1name','container2name'] +CADVISOR_CONTAINERS = [] + |