https://github.com/oohdark30/ecs-email-alerting
ECS Email Alerting adds the ability to monitor ECS clusters for alerts and send them via email using either SMTP or Send Grid
https://github.com/oohdark30/ecs-email-alerting
dell-emc ecs python3 sendgrid smtp sqllite
Last synced: about 1 month ago
JSON representation
ECS Email Alerting adds the ability to monitor ECS clusters for alerts and send them via email using either SMTP or Send Grid
- Host: GitHub
- URL: https://github.com/oohdark30/ecs-email-alerting
- Owner: OohDark30
- License: apache-2.0
- Created: 2018-12-13T14:26:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T14:47:38.000Z (over 6 years ago)
- Last Synced: 2025-02-08T18:46:17.759Z (8 months ago)
- Topics: dell-emc, ecs, python3, sendgrid, smtp, sqllite
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecs-email-alerting
--------------------------------------------------------------------------------------------------------------------
ecs-email-alerting is a PYTHON based script that monitors for alerts on one or more DELL EMC Elastic Cloud Storage
(ECS) storage systems and sends emails with the alert information.ecs-email-alerting utilizes the ECS Management REST API's, SQLLite, and SMTP/SendGrid to gather alert data from ECS,
store them for processing, and then sends emails using either SMTP or SendGrid as the email delivey mechanism.For more information, please see the [wiki](https://github.com/OohDark30/ecs-email-alerting/wiki)