Email not functioning properly

I usually have my regular maintenance set to */5 * * * * * and my email notifications */7 * * * * * - but its entirely up to you, there shouldn’t be a conflict.

If you’re display is set to “send repeat display timeouts”, it will alert every time to regular maintenance runs.


If you are getting “downs” and no “ups”, that is usually an indication that your timeout has been set lower than the collection interval of the player. Imagine a collection interval of 5 minutes, but a timeout of 1 minute - the display will always be considered offline in 4 out of the 5 intervals.

Thanks for your suggestions Dan.
I’ve set it up now. :grin:

My problem is that I don’t know how to delete all the notification in just a click.
Can we do that?

1 Like

@dan

Forgive my ignorance,

But you did not put a “*” more on

" */5 * * * * * " and " * / 7 * * * * * "

Are not only 5 fields ?:
1 - Minute s * / 5
2 - Time *
3 - Day *
4 - Month *
5 - Day of the week *
6 - What does this mean that you put the most? >>> *

No that’s the correct syntax.


| | | | | | 
| | | | | +-- Year              (range: 1900-3000)
| | | | +---- Day of the Week   (range: 1-7, 1 standing for Monday)
| | | +------ Month of the Year (range: 1-12)
| | +-------- Day of the Month  (range: 1-31)
| +---------- Hour              (range: 0-23)
+------------ Minute            (range: 0-59)
1 Like

Thank you very much.

Strangely enough to my Hostgator hosting, it does not have the 6 field.

Your web hosting uses the old 5 value syntax. It’s not possible to specify a year there. That doesn’t make the syntax we use wrong!

1 Like