...
Anchor | ||||
---|---|---|---|---|
|
Option | Description |
---|---|
event_id | Identifier that uniquely identifies an event definition record. |
event_type | Type of system event represented by the event definition record. |
comp_name | Event-driven UEM Server responsible for monitoring the event. |
state | Event definitions that should be processed or ignored by UEM. |
Event definitions that should be processed or ignored by UEM. | |
ID of an event handler record that UEM will execute when an event occurrence is triggered. | |
Name of a file to monitor. | |
Size a file must be in order to be considered complete by UEM. | |
Specifies whether or not UEM should rename a monitored file when an event occurrence is triggered. | |
Specifies how a file should be renamed when an event occurrence is triggered. | |
Identifier that uniquely identifies an event handler record. | |
Type of process executed for the event handler. | |
Highest value with which a handler can exit to still be considered as having executed successfully. | |
ID of a user account in whose security context the handler process will be executed. | |
Password for the user account specified by userid. | |
Command to execute on behalf of the event handler. |
Contents of File udm.script
Panel |
---|
open dest_server=192.168.1.1 user=qatest pwd=qatest attrib dest_server createop=replace forfiles local=2*.xml copy local=$(_file) end close |