This section explains the definition file for enabling notification of switchover to the quarantine network.
This definition is only enabled when message notifications are enabled using the msgnotice command.
For details on the msgnotice command, refer to "4.9 msgnotice".
Regarding the notification when actions are executed after infection with malware is detected, define the message content in this definition file. When notification has been enabled, the notification displayed on the user window will use the messages defined in this definition file.
If this definition file does not exist, then the default message will be sent. In addition, if definition is not performed for each action, then the default message will be sent.
However, it not necessary to restart the services of the Resource Orchestrator manager after editing this type of definition file.
[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data
avmgr_msgnotice.rcxprop
[Windows Manager]
UTF-8
[Windows Manager]
CR/LF
In the definition file, specify each line in the following format:
Key = Value
The items to specify in the definition file are given below.
Item | Key | Value |
---|---|---|
Default Title | message_title | A string of 1 to 32 characters (Both double-byte and single-byte characters can be used) |
Default Body | message_text | A string of 1 to 256 characters (Both double-byte and single-byte characters can be used) |
Title Displayed when Quarantining | message_title_quarantine | A string of 1 to 32 characters (Both double-byte and single-byte characters can be used) |
Body Displayed when Quarantining | message_text_quarantine | A string of 1 to 256 characters (Both double-byte and single-byte characters can be used) |
Title Displayed when Rebooting | message_title_reboot | A string of 1 to 32 characters (Both double-byte and single-byte characters can be used) |
Body Displayed when Rebooting | message_text_reboot | A string of 1 to 256 characters (Both double-byte and single-byte characters can be used) |
Title Displayed when Quarantining and Rebooting | message_title_quarantine_reboot | A string of 1 to 32 characters (Both double-byte and single-byte characters can be used) |
Body Displayed when Quarantining and Rebooting | message_text_quarantine_reboot | A string of 1 to 256 characters (Both double-byte and single-byte characters can be used) |
The default values for the message title and body are as follows.
Item | Value |
---|---|
Title | Warning! |
Body |
Security threat detected. This virtual application/desktop will be disconnected for safety reasons. |
An example definition of user-defined messages is given below.
message_title=Warning! message_text=A threat to security has been detected.
message_title_quarantine=Quarantine! message_text_quarantine=A threat to security has been detected.\ r\nThe virtual application/desktop is being disconnected to ensure safety.
message_title_reboot=Reboot! message_text_reboot=A threat to security has been detected.\ r\nThe machine will be restarted to ensure safety.
Note