for subplots for a bunch of servers. On each pane of glass they was different site
subplot = 'Prod Environment Cleveland' AND Volumes.Caption <>'cached memory' and Volumes.VolumeType='Fixed Disk' and VolumePercentUsed >= 90
subplot = 'Prod Environment Parma' AND Volumes.Caption <>'cached memory' and Volumes.VolumeType='Fixed Disk' and VolumePercentUsed >= 90
subplot = 'Test Environment - Canton' AND Volumes.Caption <>'cached memory' and Volumes.VolumeType='Fixed Disk' and VolumePercentUsed >= 95
subplot = 'Test Environment UCRC' and Volumes.Caption <>'cached memory' and Volumes.VolumeType = 'Fixed Disk' and VolumePercentUsed >=40
I cannot get anything to appear in the top one no matter what I change that last number to. There are nodes in that "subplot" I copied it from the custom properties of one of the nodes in there.
Why is it not displaying anything (it doesn't indicate an error either.
Is there a better why to write the sql query?