Hello,
Just wondering if there is a way to include Trigger Comments in the Action Default Message area? Currently we are able to get great detailed information by adding variables such as:
{TRIGGER.NAME}: {STATUS}
HOST : {HOSTNAME}
IP: {IPADDRESS}
--------------------------------------------------
Extra Details
--------------------------------------------------
Date = {DATE}
Time = {TIME}
Location: {PROFILE.LOCATION}
OS: {PROFILE.OS}
Hardware: {PROFILE.HARDWARE}
Disk space free on C drive = {{HOSTNAME}:vfs.fs.size[c:,free].last(0)}
Last Eventlog Entry:
{{HOSTNAME}:eventlog[system].last(0)}
However, when we add Comments: {TRIGGER.COMMENTS}, this information is not added to the message, instead the default message lists the variable as shown "Comments: {TRIGGER.COMMENTS}"
Is there a way to get the actual info from the trigger's comment field into the Default message?
Thanks,
CBriggs
Just wondering if there is a way to include Trigger Comments in the Action Default Message area? Currently we are able to get great detailed information by adding variables such as:
{TRIGGER.NAME}: {STATUS}
HOST : {HOSTNAME}
IP: {IPADDRESS}
--------------------------------------------------
Extra Details
--------------------------------------------------
Date = {DATE}
Time = {TIME}
Location: {PROFILE.LOCATION}
OS: {PROFILE.OS}
Hardware: {PROFILE.HARDWARE}
Disk space free on C drive = {{HOSTNAME}:vfs.fs.size[c:,free].last(0)}
Last Eventlog Entry:
{{HOSTNAME}:eventlog[system].last(0)}
However, when we add Comments: {TRIGGER.COMMENTS}, this information is not added to the message, instead the default message lists the variable as shown "Comments: {TRIGGER.COMMENTS}"
Is there a way to get the actual info from the trigger's comment field into the Default message?
Thanks,
CBriggs
Comment