Skip to main content

Enhanced Disk Space Monitoring Process Emails

Summary

This is a client-specific copy of EPM - Disk - Script - Enhanced Disk Space Monitoring Process script with an additional feature to send email notifications. It fetches the email address from the default system property _sysTicketDefaultEmail if the script's global variable EmailAddress is not set.

The email address should be stored in one place, either in the script's global variable or in the system property.

Dependencies

EPM - Disk - Solution - Enhanced Drive Space Monitoring

Global Parameters

NameExampleRequiredDescription
EmailAddresssupport@provaltech.com; Support@provaltech.com; Alerts@provaltech.comPartiallyEmail address to send alerts on failures. Multiple email addresses can be stored by separating them with a semicolon. If this global variable is not set, then the script will fall back to the system property _sysTicketDefaultEmail.

System Properties

NameExampleRequiredDescription
_sysTicketDefaultEmailsupport@provaltech.com; Support@provaltech.com; Alerts@provaltech.comPartiallyEmail address to send alerts on failures. Multiple email addresses can be stored by separating them with a semicolon. If the global variable EmailAddress is not set, then the script will fall back to this system property.