File name
Email subject | Template file name |
---|---|
Processing request acceptance notification | process_acceptance.txt |
Schedule cancelation notification | process_server_abnormal.txt |
Server error notification | process_schedule_cancel.txt |
Pre-execution script error notification | process_pre_script_error.txt |
Processing failure notification | process_processing_error.txt |
Post-execution script error notification | process_post_script_error.txt |
Restart failure notification | process_reboot_error.txt |
Processing completion notification | process_complete.txt |
Processing cancelation notification | process_cancel.txt |
Description
If an event occurs during any of the following processes when executed using a management console wizard, an email notification will be sent to the user who executed the wizard. These files specify the templates for the body text of the emails.
Patch distribution
Patch application
Parameter settings
Script execution
File location
[Windows]
<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\mail\format |
[Linux]
/etc/opt/FJSVcfmgm/mail/format |
To change the content of body text in an email for a particular process, save the template file for the modified email notification in the template file directory for the relevant process.
The template file directory for each process is shown below:
[Windows]
Process | Template file storage directory |
---|---|
Patch distribution | <Systemwalker Software Configuration Manager installation directory>\SWCFMGM\mail\format\patch_distribution |
Patch application | <Systemwalker Software Configuration Manager installation directory>\SWCFMGM\mail\format\patch_application |
Parameter settings | <Systemwalker Software Configuration Manager installation directory>\SWCFMGM\mail\format\parameter_setting |
Script execution | <Systemwalker Software Configuration Manager installation directory>\SWCFMGM\mail\format\script_execution |
[Linux]
Process | Template file storage directory |
---|---|
Patch distribution | /etc/opt/FJSVcfmgm/mail/format/patch_distribution |
Patch application | /etc/opt/FJSVcfmgm/mail/format/patch_application |
Parameter settings | /etc/opt/FJSVcfmgm/mail/format/parameter_setting |
Script execution | /etc/opt/FJSVcfmgm/mail/format/script_execution |
File format
Enter the subject in the first line, and the body text in the second and subsequent lines.
1: <subject> 2: <body-text-line-1> 3: <body-text-line-2> . . .
Parameters
The information provided by the system can be entered in the email as variables.
This information is as follows:
Variable | Value |
---|---|
$orgid | User ID of the recipient |
$orgname | Recipient tenant name |
$userid | User name of the recipient |
$username | The company or organization name of the recipient |
$processname | Process name |
$distributepath | Distribution destination directory (*1) |
*1: Can only be used for the patch distribution process.
Note
Use UTF-8 as the character encoding for the file.
Example
When Systemwalker Software Configuration Manager is installed, a sample template file is installed in the default directory. If necessary, use this sample file by editing it.
Processing request acceptance notification
Processing request acceptance notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) A processing request has been accepted. This email is sent automatically - do not reply.
Schedule cancelation notification
Schedule cancelation notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) A scheduled event has been canceled, and processing has been terminated. To configure the schedule settings again, resend the request. This email is sent automatically - do not reply.
Server error notification
Server error notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) An error was detected on the server. Check the status of the target server. Select the "Server error check" task in the Task management window to perform a processing selection operation. This email is sent automatically - do not reply.
Pre-execution script error notification
Pre-execution script error notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) A pre-execution script error has occurred. Check the content of the script. Select the "Pre-execution script error check" task in the Task management window to reference error information and perform a processing selection operation. This email is sent automatically - do not reply.
Processing failure notification
Processing failure notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) The process making the request has failed. Select the check task for the failed process in the Task management window to look up error information and perform a processing selection operation. This email is sent automatically - do not reply.
Post-execution script error notification
Post-execution script error notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) A post-execution script error has occurred. Check the content of the script. Select the "Post-execution script error check" task in the Task management window to look up error information and perform a processing selection operation. This email is sent automatically - do not reply.
Restart failure notification)
Restart failure notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) Restarting the operating system has failed. Select the "OS restart failure check" task in the Task management window to look up error information and perform a processing selection operation. This email is sent automatically - do not reply.
Processing completion notification
Processing completion notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) Processing has completed successfully. This email is sent automatically - do not reply.
Processing cancelation notification
Processing cancelation notification ($processname) Attention: Mr./Ms. $username, $orgname ($userid, $orgid) Processing has been canceled. If the distribution and application has not been canceled by a user, a timeout may have occurred. In this case, resend the request. This email is sent automatically - do not reply.