Is there a way to send an email while action is complete and do also send the free space of disk on each server that has been run on task
Example like :
Subject: {Action number} {action name} complete
body : server A complete {free space of drive}
server B complete {free space of drive}
server C Failed {free space of drive}
Here that I’m using on my script :
//myaction
// NOTIFICATION_START
// to: "team@mycompany.com"
// from: "Bigfixadmin@mycompany.com"
// subject: “’{ActionID}’ ‘{actionname}’ complete”
// body: "’{computer name}’ ‘{status}’ ‘{(free space of drive/1024/1024/1024) as String & “GB”}’ "
// NOTIFICATION_END