I'm trying to set up email notifications on entire template, but I can't figure out, how to get get both information about disk percentage used and amount of free disk space.
Currently I'm using this Trigger Prototype:

In a custom messeage I set those parameters:
Problem: {TRIGGER.NAME}
Status: {ITEM.VALUE1} ({ITEM.NAME1})
Event ID: {EVENT.ID}
Event status: {EVENT.STATUS}
Event time: {EVENT.TIME}
Event date: {EVENT.DATE}
Event age: {EVENT.AGE}
Event acknowledgment: {EVENT.ACK.STATUS}
Event update history: {EVENT.UPDATE.HISTORY}
And when I receive email, it looks like this:
Any idea how I could also add information regarding free GBs on the disk in email notification? But like I said, I'm using only one trigger action for notifications that is based on entire template, so I think I should add some parameters to template triggers. Hopefully someone can point me in the right direction.
Currently I'm using this Trigger Prototype:
In a custom messeage I set those parameters:
Problem: {TRIGGER.NAME}
Status: {ITEM.VALUE1} ({ITEM.NAME1})
Event ID: {EVENT.ID}
Event status: {EVENT.STATUS}
Event time: {EVENT.TIME}
Event date: {EVENT.DATE}
Event age: {EVENT.AGE}
Event acknowledgment: {EVENT.ACK.STATUS}
Event update history: {EVENT.UPDATE.HISTORY}
And when I receive email, it looks like this:
Any idea how I could also add information regarding free GBs on the disk in email notification? But like I said, I'm using only one trigger action for notifications that is based on entire template, so I think I should add some parameters to template triggers. Hopefully someone can point me in the right direction.