This alert would notify between 0800 and 2200 Monday through Friday if somethread did not receive any messages for an hour (3600 seconds) and this condition persisted for 600 seconds. So really you will be notified 1 hour and 10 minutes after last received message passed through this thread.
{VALUE lastr} {SOURCE somethread} {MODE actual} {WITH -2} {COMP {> 3600}} {FOR {nsec 600}} {WINDOW {* * 8-22 * * 1-5}} {HOST {}} {ACTION {{notify {}}}}
Hi,
Does anyone know the best way to configure the alert type known as ‘last receive’?