My vROps manager shows a lot of alerts for "one or more guest file system is out of space" alert.
Most of these are caused by /home file system where the guest Linux VMs are using automount/autofs from a
NFS server hosting home directories. Thus if run "df -h /home" on these VMs, it will shows
0 byets available and 0 bytes in use, which appears as 100% full and triggers the alert (since /home
is just mount point, /home/<login> are actually NFS mount from centralized home servers).
I know I can turning off such triggers in the "Override Alert/Symptom Definitions" of the default policy,
however I wonder if there are anyway to look at the actual snippet/script/agent that performs the actual
check against guest file systems in VMs and configure/tweak it to exclude certain file systems from being checked?
Thank you in advance for your advise.