This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Low Disk Space Alert on Volume Space Available

I am trying to get my alert to work again that notifies me when disk space is below 1 GB. I had this working before but it was deleted, and now I cant get it to work again.

VolumeType is equal to FixedDisk

Volume Space Available is less than or equal to 2 GB

I am 99% positive it was working with the less than or equal set up as GB not bytes.

any suggestions to making this simple alert work?

  • The Volume Space Available and Volume Space Used values are in Bytes, not Gigabytes.

  • You could create your alert like this.

    VolumeType  = Fixed Disk AND

    VolumeSpaceAvailable < 1073741824

    You do have to setup the actual space in bytes just as aLTeReGo posted.  Hope this helps.

    Lester Grant

    Loop1Systems

    www.loop1systems.com

  • thank you. I had it set to be volume equals fixedfisk instead of fixed disk. oops

  • I took this a little further as we have some volumes that are very large.

    Our alert is:-

    Trigger Alert when any of the following apply

         Trigger Alert when all of the following apply

              VolumeType is equal to Fixed Disk

              VolumeSize is greater than 1000011802112

              VolumeSpaceAvailable is less than 40000000000

         Trigger Alert when all of the following apply

              VolumeType is equal to Fixed Disk

              VolumeSize is less than 1000011802112

              Volume Percent Used is greater than or equal to 95