Request monitoring exit control
Options are available for commands sent to all configured and active request monitoring user exits.
To get help on the available rmexit options,
issue the following command:
ctgadmin -a rmexit -?
| Option | Short form | Description |
|---|---|---|
-disable
|
-dis
|
Disable all the request monitoring user exits. No exit will receive event notifications. |
-enable
|
-ena
|
Enable all the request monitoring user exits. All active exits will receive event notifications |
-command=<command>
|
-cmd=<command>
|
The command that will be sent to
all configured and active request monitoring user exits. This is a
string. The eventFired() method is driven with a RequestEvent command.
The command input data will be included as a string
in the data map with RequestData key |