I am trying to generate some reports that will give me the node name, the time the machine went off line and then trying to get a Last.loggedin User. This way it would allow managers to know who was logged into the machine versus trying to find out who is on Machine A or Machine B
This is what i have in the email body
${NodeName}/${N=SwisEntity;M=Caption}, a ${MachineType} device at ${IP_Address} in ${Location},
has been down since ${N=Alerting;M=AlertTriggerTime;F=DateTime}. -- all of this does resolve in the email just fine but i am trying to figure out how to get the variable below to resolve in the email too so we can know what user is on the machine.
${N=SwisEntity;M=AssetInventory.ServerInformation.LastLoggedInUser} -- This does not show in the email
How do i get this variable to show up in an e-mail it has to be possible some how since it is a variable listed but i can not get it to resolve any help would be greatly appreciated.