Either there is a fault in the software, or I'm missing some tidbit. Pretty simple scenario:
1. Item - simple TCP
2. Trigger - simple check of last value of item
3. Action - email me when trigger status is ok or problem and not in maintenance time.
As expected, there is logic somewhere that automatically says don't email if the value of the trigger is the same as the last one, only email if the status has changed. Great, but now we hit maintenance. The logic I'd expect at that point is once outside maintenance, if the trigger value is still the same as before maintenance, don't email me. However, that's not what happens. Every time we come out of maintenance where the system was actually down, I get emails for every thing I have set up this way telling me it's ok. I don't want that, I only want to know if it's in problem state at that point indicating it failed to come up after maintenance. As is, I'm getting notice it's ok, but I won't get notice if it's problem because it already was problem but I didn't get notice because of maintenance.
So there is something faulty about this logic, or there is an option I'm not seeing to have the action act as expected. Can anyone offer workarounds as I'm sure this is a common issue?
1. Item - simple TCP
2. Trigger - simple check of last value of item
3. Action - email me when trigger status is ok or problem and not in maintenance time.
As expected, there is logic somewhere that automatically says don't email if the value of the trigger is the same as the last one, only email if the status has changed. Great, but now we hit maintenance. The logic I'd expect at that point is once outside maintenance, if the trigger value is still the same as before maintenance, don't email me. However, that's not what happens. Every time we come out of maintenance where the system was actually down, I get emails for every thing I have set up this way telling me it's ok. I don't want that, I only want to know if it's in problem state at that point indicating it failed to come up after maintenance. As is, I'm getting notice it's ok, but I won't get notice if it's problem because it already was problem but I didn't get notice because of maintenance.
So there is something faulty about this logic, or there is an option I'm not seeing to have the action act as expected. Can anyone offer workarounds as I'm sure this is a common issue?
Comment