Monitor FSType tmpfs

Change-Id: Ib03418755f0a090599e6eb1985df79625f0b2851
This commit is contained in:
Swann Croiset 2016-10-06 17:44:41 +02:00
parent 864f90190c
commit 3dd804d2cc
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class lma_collector::params {
$openstack_url = 'http://127.0.0.1:5000/v2.0/'
$openstack_client_timeout = 5
$nova_cpu_allocation_ratio = 16.0
$fstypes = ['ext2', 'ext3', 'ext4', 'xfs']
$fstypes = ['ext2', 'ext3', 'ext4', 'xfs', 'tmpfs']
$collectd_types = [ 'ceph', 'ceph_perf' ]
$libvirt_connection = 'qemu:///system'