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.

Advance Alerts

I have our available disk space alert configured to trigger when less than 20% of available disk space

The results are

Available Space = 7294885888

Used Space = 65534595072

This is not very readable for our management staff.  Is there any way to modify the bytes to MB/GB iin the Advance Alerts so that the Alert

Results would be

Available Space = 72 GB

Used Space = 65 GB

thanks

  • Yes there is:

    ----------------------------------------------------------------------------------------------------------------

    Alert: ${FullName} is ${SQL:Select Round ('${VolumePercentUsed}',0) from Volumes WHERE VolumeID='${VolumeID}'} Percent Utilized

    Volume Size        ${SQL:Select round((VolumeSize / 1024 / 1024 / 1024),1) from Volumes WHERE VolumeID='${VolumeID}'} GB
    Currently Used     ${SQL:Select round((VolumeSpaceUsed / 1024 / 1024 / 1024),1) from Volumes WHERE VolumeID='${VolumeID}'} GB

    The IP address of this Node is ${Node.IP_Address}

    To view details of this volume, goto:

    http://Your_Server_Name_Here/orion/View.aspx??View=VolumeDetails&NetObject=V:${VolumeID}

    This alert was triggered on ${DateTime}

    This has been sent by an automated system, DO NOT REPLY.

    ------------------------------------------------------------------------------------

    JB