| 
         Documentation  | 
      
        
Documentation.Interface-CoreEvents-1-10 HistoryShow minor edits - Show changes to markup August 05, 2013, at 04:23 PM 
        by  -  
        Changed line 1 from: 
        Documentation -> Manuals -> Manual 1.10 -> Core Eventsto: 
        Documentation -> Manuals -> Manual 1.10 -> Core EventsAugust 05, 2013, at 02:51 PM 
        by  -  
        Changed line 2 from: 
        (:title Core Events - 1.10 :) to: 
        (:title Core Events - ver 1.10 :) Changed line 10 from: 
        
        to: 
        August 05, 2013, at 02:51 PM 
        by  -  
        Added lines 1-61: 
        Documentation -> Manuals -> Manual 1.10 -> Core Events(:title Core Events - 1.10 :) (:allVersions Interface-CoreEvents 1.10 :) 
 
 
 (:toc-float Table of Content:) Events are exported by the OpenSIPS core through the Event Interface. Threshold limit exceededEvent: E_CORE_THRESHOLD This event is triggered when a particular action takes longer than a specific threshold. It can be raised when a MySQL or DNS query takes too long, or a SIP message processing goes beyond a specific limit. For more information please see this post. Parameters: 
 Private memory threshold exceededEvent: E_CORE_PKG_THRESHOLD This event is triggered when the private memory usage goes above a threshold limit, specified by the event_pkg_threshold the core parameter. It warns external applications about low values of free private memory. Parameters: 
 Note: If the event_pkg_threshold is not specified or 0, then this event is disabled. Shared memory threshold exceededEvent: E_CORE_SHM_THRESHOLD This event is triggered when the shared memory usage goes above a threshold limit, specified by the event_shm_threshold the core parameter. It warns external applications about low values of free shared memory. Parameters: 
 Note: If the event_shm_threshold is not specified or 0, then this event is disabled.  | 
