Infoworks 6.1.3
Admin and Operations

Setting Up Notifications

The Notification feature allows the admin to configure emails of success or failure of various jobs, and any issues with Infoworks DWA installation.

NOTE Email notifications require an SMTP server and an email account to send emails from.

NOTE To configure the notifications for Kubernetes based set-up, click here.

This section describes the steps to configure such notifications for VM based set-up.

  • Open the platform-config.json file from the $IW_HOME/ platform/conf folder.
  • Set the following configurations in the messaging-service section as required.
Copy
  • Edit the smtpUsername and smtpHost parameters with required values. If the email address provided in the smtpUsername parameter is of a Gmail account, do not make any change to the smtpHost value.
  • Edit the fromAddress and fromName parameters with required values (optional). The fromName will be shown as the sender name and the fromAddress as the original sender address. The sender address behaviour may vary based on the service provider.
  • Provide the AES encrypted email password for the specified email address as the smtpPassword. If there is no password setup for the specified email id, provide the AES encrypted empty string.
  • To encrypt the password, run the following command : $IW_HOME/apricot-meteor/infoworks_python/infoworks/bin/infoworks_security.sh -encrypt -p <yourpassword>

NOTE For Kubernetes instances, the infoworks_security.sh is available in the hangman pod.

  • Restart services using the following commands:

$IW_HOME/bin/stop.sh platform

$IW_HOME/bin/start.sh platform

Managing Notifications

Clicking the bell icon near the *_Admin *_menu displays all the job notifications.

  Last updated by Monika Momaya