Data Loss Prevention

 View Only
  • 1.  Customizing alert notifications

    Posted Feb 27, 2012 01:13 PM

    Looking at the enforce console and under System -> Servers -> Alerts I can create an alert around Severe, Warning, Info.  Is there a way to create an alert when say processor is at 85% or higher or disk space is getting low on the Enforce server?  Or do I need to figure out which error code corresponds to processor or disk space?

    If that is the case, where do I get a list of the error codes?  I didn't see anything in the Admin guide



  • 2.  RE: Customizing alert notifications
    Best Answer

    Posted Mar 01, 2012 05:59 PM

    All of those codes are documented in the online Help.

    ~Keith



  • 3.  RE: Customizing alert notifications

    Posted Mar 02, 2012 08:34 AM

    You may also refer to Microsoft Events and try to correlate with DLP events (As suggested by Keith)  which will give you better understanding on which events need to be prioritize first.



  • 4.  RE: Customizing alert notifications

    Broadcom Employee
    Posted Mar 02, 2012 10:09 AM

    Actually, there are alerts/system events about the disk usage.

    There are two entries in \Vontu\Protect\config\IncidentPersister.properties:

    # archive.severe_disk_usage.percent is how full the disk where the Message Archives are stored can be before generate a SEVERE system event
    persister.archive.severe_disk_usage.percent=90

    # archive.warning_disk_usage.percent is how full the disk where the Message Archives are stored can be before generate a WARNING system event
    persister.archive.warning_disk_usage.percent=80

    On the other hand, there are no such entries about the processor usage.

     



  • 5.  RE: Customizing alert notifications

    Posted Mar 02, 2012 02:32 PM

    Found on page 143 of the DLP Admin guide.  I was looking for system codes and error codes and couldn't find them.

     

    Thanks