myH2Oservers
Verified User
Each day we received a ticket in the message system that the backup is now ready (means successfully completed) which was forwarded to our email address.
However if you have for example 50 or 100 servers with DirectAdmin you are going crazy checking 50/100 emails every day. That is why we turned the send a copy off. The bad side of turning it off is that you need a 3th application for checking if the backup is successful.
Is it possible to create an option which does not copy every ticket in the message system to an email address but DOES send an email if a backup is failed?
(could be a total new check, but writing a "if send_email_on_failed_backup == true && if backup_failed == true => send email" on the ticket system will also do the trick).
However if you have for example 50 or 100 servers with DirectAdmin you are going crazy checking 50/100 emails every day. That is why we turned the send a copy off. The bad side of turning it off is that you need a 3th application for checking if the backup is successful.
Is it possible to create an option which does not copy every ticket in the message system to an email address but DOES send an email if a backup is failed?
(could be a total new check, but writing a "if send_email_on_failed_backup == true && if backup_failed == true => send email" on the ticket system will also do the trick).