seems like orion NPM alert variables are different to the snmp trap receiver variables?
i have to write alerts from both into an log file - in the same format:
${DD}.${MM}-${YYYY} ${H}:${Minute}:${Second} ; ${NodeName} ; ${Status}
07.11.2007 21:06:03 ; switch01 ; Up
the above example doesnt work in the trap receiver.
the variables for time, date are translated into any unknown values, nodename is not translated
(i know, the status is not recognised in trap receiver since it does not handle with it)
how can i build the above date, time and hostname output in snmp trap viewer?
is there a list of existing variables in snmp trap viewer?
found nothing in documentation...
thnx for any hints!