Bakha_Nurzhanov

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: alerrt types and timers… #61304
    Bakha_Nurzhanov
    Participant

      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.

      Code:


      {VALUE lastr} {SOURCE somethread} {MODE actual} {WITH -2} {COMP {> 3600}} {FOR {nsec 600}} {WINDOW {* * 8-22 * * 1-5}} {HOST {}} {ACTION {{notify {}}}}


      John Harvey wrote:

      Hi,

      Does anyone know the best way to configure the alert type known as ‘last receive’?

    Viewing 1 replies (of 1 total)