CL 5.8.1 Last Received Alert

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf CL 5.8.1 Last Received Alert

  • Creator
    Topic
  • #52751
    Rob Lindsey
    Participant

      I know that this has gotten some attention in the past but I am just not able to get the Last Received Alert to FIRE off.  Below is what the hcimonitord log has as the definition of this alert.  

      What I am trying to do is to get an alert to fire off if this thread has not received any data in 5 minutes.  This is the last time data was received on this thread and this comes from hcimsiutil:  Proto Last Rd : Thu Oct 13 15:18:57 2011.

      Can anyone point me in a direction as to why this is not working?

         { NAME testing_last_recv }

         { VALUE lastr }

         { SOURCE i_testing }

         { WITH -2 }

         { COMP {>= 300} }

         { FOR {nmin 1} }

         { REPEATING {

             { MAX 2 }

             { TIME {nmin 5} }

         } }

         { WINDOW */*/*/* }

         { ACTION {

             { exec {/hci/cis5.8/integrator/scripts/email_msg.sh “CL test: adtprod – %N  – %A

    Viewing 0 reply threads
    • Author
      Replies
      • #75378
        Rob Lindsey
        Participant

          Well I finally got this to work.  It is close to what I had before but I know this one works…

             { NAME THIS_IS_PERCENT_N }

             { VALUE lastr }

             { SOURCE i_testing }

             { WITH -2 }

             { COMP {> 240} }

             { FOR {nmin 1} }

             { REPEATING {

                 { MAX 3 }

                 { TIME {nmin 5} }

             } }

             { WINDOW */*/*/* }

          Thanks for those that have looked at this and thought about it.

          Rob

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