Quick question about Lastr (Last Received) Alert…

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Quick question about Lastr (Last Received) Alert…

  • Creator
    Topic
  • #52820
    Ronald Ortiz
    Participant

      What does this value mean?  

      {COMP {>= 7200}}

      All I want to do is setup the alert to email me if its been 10 min since last message was received…but I’m not sure what that 7200 could mean??  

      Duration looks like it means if that compare has been true for 10 minutes.  

      ***********************************************

      Also, the example in the Cloverleaf PDF seems wrong.  Below is what they provide (unless I totally didnt get it)

      Quote:


      Last Receive

      The following sample alerts you when you have not received messages in the last 10 minutes.

      Alert Name = “lastreceive-10min”

      Alert Type = “last receive”

      Source = “lab_1”

      Mode = “actual”

      Source Count = “all”

      Comparing = “<=" and "1" Duration = “N minutes” and “10”

    Viewing 3 reply threads
    • Author
      Replies
      • #75578
        James Cobane
        Participant

          Ronald,

          The 7200 is the number of seconds; so the alert is essentially saying “If the last read time is >= 7200 seconds (2 hours), and this condition is true for 10 minutes…”.  So, if nothing has come in for 2 hours & 10 minutes, the alert would fire.

          Hope this helps.

          Jim Cobane

          Henry Ford Health

        • #75579
          Rob Lindsey
          Participant

            I agree with Jim.

            This is the way I have mine setup for the 10 minute time frame.

               { COMP {> 540} }

               { FOR {nmin 1} }

            Rob

          • #75580
            Ronald Ortiz
            Participant

              Ah, now that makes more sense!  I’m setting mine for 30 minutes…so now it’ll be:

                { COMP {>= 1800} }

                { FOR {nmin 1} }

              Thanks for your quick help!

            • #75581
              Ronald Ortiz
              Participant

                Now, just to test the theory, isn’t this the same?

                 { COMP {>= 1} }

                 { FOR {nmin 30} }

                and

                 { COMP {>= 1740} }

                 { FOR {nmin 1} }

                Is one better than the other?

            Viewing 3 reply threads
            • The forum ‘Cloverleaf’ is closed to new topics and replies.