I think it would be nice to exclude some devices/storage or any other things like interfaces etc.pp. from librenms.
For example I have the problem, that librenms read every singe proftp share as it’s own drive, but in reality they are just folders on a drive (/tmp/mnt/sdb1).
On another device I have a drive that is 100% full and is read only, so there is no need for me to show it in librenms.
I can’t use the option with os, because in the database of librenms it’s only shown as linux, so as any other linux based systems. I can’t disable ‘/’ for all of them…
So I tried $config['hostname']['host.example.org']['ignore_mount_regexp'][] = "/on: \/";
and $config['hostname']['host.example.org']['ignore_mount_regexp'][] = "/"; but it doesn’t work.