Reply To: re: Alerts for Recovery DB

Homepage Clovertech Forums Read Only Archives Cloverleaf Cloverleaf re: Alerts for Recovery DB Reply To: re: Alerts for Recovery DB

#59482
Mark Gathers
Participant

    Thanks Reggie,

    I wanted something that checks the whole Recovery Database and not by each thread.  I decided to created a UNIX script and check the message count in the Recovery DB using the following command:

    mshcnt=`hcidbdump -r | wc -l | tr -d ” “`  

    If the mshcnt is over a 1000, the script sends a warning alert message via paging and email to us.  Works pretty good.

    I doing this because we neglected to cycle a process after deleting a route.  Since the destination thread was deleted, the messages continued to build up in the Recovery DB without anyone knowing.

    Mark