cryptoGlance / cryptoGlance-web-app

Self-hosted, PHP-based frontend interface for cgminer, MPOS pools, and other APIs, all in one responsive UI.
http://cryptoglance.github.io/cryptoGlance-web-app/
Other
68 stars 53 forks source link

Email Alerts #40

Open 9600- opened 9 years ago

9600- commented 9 years ago

Is it possible to incorporate a one-way email alerts feature for downed miners and error conditions? Possibly just package postfix or sendmail with the PHP included in the application?

Maybe something to the tune of:

https://github.com/Paxxil/cgminer_remote_monitoring/blob/master/mail.inc.php

Stoyvo commented 9 years ago

We want to introduce a daemon first before rolling out the whole notification system, although we do have a 3rd party php library ready to go for when we add this feature: https://github.com/cryptoGlance/cryptoGlance-web-app/blob/master/includes/classes/class.phpmailer.php