Hi,
I have worked out how to add a UnDP OID to the SW server and how to trigger an alert on that value but i can't seem to get that value into the alert message.
e.g. (simplified) if i was looking to alert on a Linux server being up over 150 days
I create a UnDP for OID 1.3.6.1.2.1.25.1.1 and call it hrSystemUptime
then the alert trigger is Custom Node Poller name = hrSystemUptime
Custom node poller numeric value > 1296000000

Then id like the action to send an email that says something like
Server name : ${N=SwisEntity;M=Caption}.
Last reboot value : {Custom node poller numeric value}.
Days since last reboot : {Custom node poller numeric value /(100*60*60*24)}
Is it possible to do that?
Thanks
Ian