alerrt types and timers…

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf alerrt types and timers…

  • Creator
    Topic
  • #49264
    John Harvey
    Participant

      Hi,

      Does anyone know the best way to configure the alert type known as ‘last receive’?  I have some threads where this would be handy to use, however I’m nt quite sure how to establish the trigger to tell the alert if the thread has not received anything in say 1 hour.

      I’d also like to know how to run this on a timer, say to check between 6 am and 6 pm…and recommendations?

      Thanks!!!

    Viewing 0 reply threads
    • Author
      Replies
      • #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 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.