* Added main mail class * notification class extends mail class * Added mail template for IDLE workers * Added notification table to SQL structure This works already but once notified the status is not reset as soon as a worker is active again. Need to think of a system to do that automatically. Addresses #116
10 lines
202 B
Smarty
10 lines
202 B
Smarty
<html>
|
|
<body>
|
|
<p>One of your workers is currently IDLE.</p>
|
|
<p>Since monitoring is enabled for this worker, this notification was sent.</p>
|
|
<p>Please check your workers!</p>
|
|
<br/>
|
|
<br/>
|
|
</body>
|
|
</html>
|