Skip to content

Tendrl-alerting v1.2.2

Compare
Choose a tag to compare
@r0h4n r0h4n released this 05 Apr 09:36
  1. The alerting module sends out notifications of threshold breaches of the following resources:

    • Node Level:
      • CPU usage
        • Memory usage
        • Swap Usage
        • Mount point usage
      • Gluster:
        • Cluster Utilization
        • Volume Utilization
      • Ceph:
        • Cluster Utilization
        • Pool Utilization
        • OSD utilization
  2. Currently only SMTP(email) notifications are supported.
    Note: The framework is flexible to plugin any other notification method.

  3. The email configuration for the email source user can be configured at /etc/tendrl/alerting/email.conf.yaml
    Note: If authentication-less email notification is desired, edit /etc/tendrl/alerting/email.conf.yaml
    else, configuration needs to follow the pattern as in /etc/tendrl/alerting/email_auth.conf.yaml.sample

Note:

  1. The configuration of destination users can be done using the apis exposed by tendrl/api as briefed in https://github.com/Tendrl/api/blob/master/docs/users.adoc#create-user