I use trendavg to monitor the server load from the previous day and compare that value with the load from yesterday + week ago.
I’d like to have the option to display multiple events.
For example, so that on Monday I can also see triggers from Saturday and Sunday.
If I simply switch the current trigger to “Multiple,” I get a constant stream of new notifications.
I’ve already experimented a bit with “time,” but I’m unsure if that’s the right approach.
time()>=000500 and time()<000530
One idea was to have the trigger active only during a 30-second window around 00:05 a.m.—but that doesn’t really feel like the right solution.
Is there a better way to do this?
Thank you very much!