Forum Discussion
JaredM
2 years agoNeophyte
thanks for your suggestion, I adjusted the code and completed it with a regular complex datapoint:
if(&&(lt(FreeSpace/1024/1024/1024,100),gt(100*(Capacity-FreeSpace)/Capacity,90)) & lt(Capacity/1024/1024/1024,200),1,0)
For me this addresses what I needed--I can now throw an alert if large volumes are:
- less than 100GB AND over 90% used
- includes a check to exclude drives below 200GB (in that case we depend upon a different datapoint which alert checking for a static threshold of 50GB free, on C:\ drives)
Related Content
- 5 months ago
- 5 months ago
- 4 months ago
- 6 months ago