Network Management

last person joined: yesterday 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Cleaning up Alerts in Airwave

This thread has been viewed 1 times
  • 1.  Cleaning up Alerts in Airwave

    Posted Mar 02, 2015 03:51 PM

    Hello Everyone,


    I was wondering if the follow approach makes sense, or if it might cause some issues. I often find clients have a large number of alerts in Airwave, usually thousands. They usually don't care about them and want us to clean up their triggers so their Alerts are more informative.

    Usually they want us to remove all the existing alerts. If you try to load a page of 500-1000 alerts and click acknowledge it can take several minutes for the page to load again. For some clients with thousands of alerts this could take a while to acknowledge all the alets.

    I found another post which said you can delete all alerts using:

    # dbc 'delete from alert;'

     

    What i wanted was to acknowledge all alerts, but keep them in the system. To accomplish this i did:

    # db
    airwave=> update alert set viewed = 1 where viewed = 0;

     

    As far as i can tell the 'viewed' feild in this table equates to 'Acknowledged' in the AMP UI. Running this command removed all active alerts in the WebUI.

     

    Is this a valid process to mass-acknowledge alerts, or is there some backend processes which might be missed doing it this way?

     

    Thanks,


    _ELiasz



  • 2.  RE: Cleaning up Alerts in Airwave

    Posted Mar 02, 2015 05:30 PM
    what triggers are created that generate all of these alerts?

    I would try to get an understanding of that first but I do see the need to acknowledge them. unfortunately I can't confirm what you wrote is correct or not. I believe there might be a script in the /scripts folder that does the exact same thing.