Go to documentation repository
...
Enter in the field Message’s format string (%parameter’s name1%text% parameter’s name2%(%paramName1%text% paramName2%... parameters’names in the required sequence. Description of event’s main parameters is given in the table.
Parameter’s name | Description of parameter | Availability in the message |
%event_action% | Event, registered in the system | Is determined by object’s type, for which the event may be registered |
%event_source_id% | Object’s identification number, for which the event has been registered | |
%event_source_type% | Object’s type, for which the event has been registered | |
%owner% | Computer name, from which the message has been received | Obligatory message’s parameters |
%time% | Time of event’s creation | |
%user_id% | Computer’s user identification number, from which the message has been received | Optional message’s parameters |
%module% | Module’s name, for which the event has been registered |
Info | ||
---|---|---|
| ||
In case when message’s format string is not set, SNMP message is formed in accordance with the pattern %event_action%,%event_source_id%,%event_source_type%, %owner%,%user_id%,%module%. |
...