I am monitoring a Windows Server. It inherits the following item from Mounted filesystem discovery:
vfs.fs.size[{#FSNAME},free]
as well as this trigger:
{myhost.com:vfs.fs.size[{#FSNAME},pfree].last(0)}<20
The problem is, the OS drive (C
only holds the OS and nothing else. It will always have only about 10% free space.
Other drives in the system should trigger at the 20% threshold.
Is there a straightforward mechanism to "override" the trigger threshold for C:?
If not, is the best approach to clone Template OS Windows, remove that item and trigger, and setup items and triggers specific to the individual drives that this type of server has in my environment?
vfs.fs.size[{#FSNAME},free]
as well as this trigger:
{myhost.com:vfs.fs.size[{#FSNAME},pfree].last(0)}<20
The problem is, the OS drive (C
only holds the OS and nothing else. It will always have only about 10% free space.Other drives in the system should trigger at the 20% threshold.
Is there a straightforward mechanism to "override" the trigger threshold for C:?
If not, is the best approach to clone Template OS Windows, remove that item and trigger, and setup items and triggers specific to the individual drives that this type of server has in my environment?
Comment