need help customizing the file system capacity rule from the infrastructure cartridge

I been requested to create a customized rule based on the file system capacity rule

currently this rule monitors all filesystem

We want to filter out all filesystems related to the OS like /var., /boot,/tmp or /opt for example

what should I add the this code that shows all filesystems

LogicalDisk : host.hostType != null and host.hostType.name = 'Physical' and host.detail.topologyTypeName != 'HPVServer' and host.detail.topologyTypeName != 'VMWESXServer'

thank you

PC