Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuring email notification after the configuration of Dbvisit Replicate is a simple process and involves setting up few variables. "show notify" and "show mailcfg" will list out these variables. The first step involves setting up MAILCFG variables where you have to set following variables.

 

No Format
MAILCFG_SMTP_SERVER = localhost
MAILCFG_AUTH_USER = OFF
MAILCFG_PORT = 25
MAILCFG_FROM = nobody@example.com
MAILCFG_AUTH_PASSWD = OFF
MAILCFG_USE_SSL = NO

 

 

...

Note

Variables are listed with their default values.

...

Notify set command is used to temporarily disable/re-enable notifications. There are four types of notifucationsnotifications:

 

  • [HANG] Self-hang detection
  • [HEAR] Heartbeat
  • [PEER] Peer down

...

  • [ERRE] Error 

You can enable/disable any or all of above notifications.

...