Trigger query |
---|
SELECT DISTINCT Volumes.VolumeID AS NetObjectID, Volumes.FullName AS Name FROM Nodes INNER JOIN Volumes ON (Nodes.NodeID = Volumes.NodeID) WHERE ( (Volumes.VolumeType = 'Fixed Disk') AND ((NullIf(VolumeSize,-2)-NullIf(VolumeSpaceUsed,-2)) <= 1073741824) AND (Nodes.Vendor = 'net-snmp') AND (Nodes.Vendor <> 'VMware Inc.') AND (Nodes."Type" <> 'Printer') AND ( (Volumes.Caption <> '/boot') OR (Volumes.Caption <> '/tmp') OR (Volumes.Caption <> '/sys') OR (Volumes.Caption <> '/pagecache')) AND ( NOT (Volumes.Caption LIKE '/proc%') OR NOT (Volumes.Caption LIKE '/var/lib/nfs%')) ) |
↧
Re: Disk space alert not working correctly
↧