Salesforce

Magic Monitor Critical State Alert Notification (Magic xpi 4.14)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Magic Monitor Critical State Alert Notification (Magic xpi 4.14)

The Magic Monitor provides notification mechanism to alert the user about any critical state that may arise in the IMM. The Alert notification is in form of an Email and is sent to the administrator. The configuration required for the Email alert like, email server details, credentials and addresses, can be configured in a file named db_alert_config.properties which is located at <Magic xpi Installation>\Runtime\Config. The entries in this file are empty by default. The mail password is encrypted using the SHA1 & AES Security algorithm and saved in the encrypted format. The user can customize the mail subject, body and the notification interval for these alerts.

The supported alerts are given below.

· Database Connection Lost Alert:

The notification interval can be configured using the property mail.schedule.time.millisecond. This time should be configured in milliseconds.

The email subject and body can be configured using the properties mail.subject and mail.body respectively.

· IMM-DB Connection Alert:

The email subject and body can be configured using the property redis.conn.alert.subject and redis.conn.alert.body respectively.

· Success Alert:

The email subject and body can be configured using the property succeeded.alert.subject and succeeded.alert.subject respectively.

· Failure Alert:

The email subject and body can be configured using the property failed.alert.subject and failed.alert.subject respectively.

· High CPU Usage Alert:

The email subject and body can be configured using the property high.cpu.subject and high.cpu.body respectively.

· High Physical Memory Utilization Alert:

The email subject and body can be configured using the property physical.memory.subject and physical.memory.body respectively.

  • When machines are in a cluster mode, the user will have to configure the Email alert details on each individual machine. Failing which the alert notification will not be sent by the Magic Monitor.

  • You can define the threshold values for CPU and memory utilization in the alert-config.json file present at the same location.

  • When the system is in a Pause state due to a critical alert, starting a new project will not work. A new project can be started when the system comes back to a normal state.

(Since version: 4.12)

Reference
Attachment 
Attachment