This section explains the definition file for enabling notification of switchover to the quarantine network.
To enable notification, execute the msgnotice command.
For details on the msgnotice command, refer to "4.6 msgnotice".
Purpose
Regarding the notification of users when automatic quarantining occurs, if you want to change the message content, create this definition file. If notification has been enabled, then the message specified in this definition file will be sent to users.
If this definition file does not exist, then the default message will be sent.
Format of the 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 | Mandatory or Optional | Key | Value |
---|---|---|---|
Title | Optional | message_title | A string of 1 to 32 characters (Both double-byte and single-byte characters can be used) |
Body | Optional | message_text | 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. |
Note
If there are multiple lines of message text in the definition, only the first line is used.
It is possible to specify a line break in the body of the message by inserting the line break character string "\r\n". Line break character strings are treated as being two characters in length. Depending on the OS of the terminal being used, line breaks in the title may not be displayed correctly.
If a character string that is longer than the maximum allowed length for the message text character string is specified, the message up to the maximum allowed character string length will be sent. If the character string is 0 characters long, or the key has been omitted, the default message will be sent.