[plugin:proc:diskspace]
# remove charts of unmounted disks = yes
# update every = 1
# check for new mount points every = 15
# exclude space metrics on paths = /proc/* /sys/* /var/run/user/* /run/user/* /snap/* /var/lib/docker/*
# exclude space metrics on filesystems = *gvfs *gluster* *s3fs *ipfs *davfs2 *httpfs *sshfs *gdfs *moosefs fusectl autofs
# space usage for all disks = auto
# inodes usage for all disks = auto
My mount point is not in exclude list:
[plugin:proc:diskspace:/var/lib/ceph/mon]
# space usage = no
# inodes usage = no
Any reason why auto is not cover this mount point?
mount is:
/dev/nvme0n1p1 on /var/lib/ceph/mon type xfs (rw,relatime,attr2,inode64,noquota)
If you don’t want to add netdata to ceph group, i don’t know, no a specialist. Perhaps using file access control list will do. I see we suggest to use it for filecheck collector if there are any permission issues.
The plugin requires Netdata to have execute/search permissions on the mount point itself, as well as each component of the absolute path to the mount point.
We can try… But I don’t think is a good idea, cause full path was created by package, so can be overwritten in future. In this case adding netdata to group looks better IMO.