I am using triggers to check whether Windows Services are running or not, but I like to get the mapped value in the trigger name. Is this possible ?
ie.
Trigger Name = "SMTP Service on {HOSTNAME} {ITEM.VALUE}
This gives the issue "SMTP Service on mailserver 6" when the service is stopped.
I would like to get "SMTP Service on mailserver stopped", where as the ITEM.VALUE corresponds to the valuemapping of the Windows Service state.
ie.
Trigger Name = "SMTP Service on {HOSTNAME} {ITEM.VALUE}
This gives the issue "SMTP Service on mailserver 6" when the service is stopped.
I would like to get "SMTP Service on mailserver stopped", where as the ITEM.VALUE corresponds to the valuemapping of the Windows Service state.
Comment