Documentation |
Documentation.Interface-CoreEvents-3-6 HistoryHide minor edits - Show changes to markup May 17, 2023, at 03:30 PM
by
- Added lines 112-128:
Log message produced 🔗Event: E_CORE_LOG This event is triggered whenever a log message is produced by OpenSIPS. In order to have this event trigger, the log_event_enabled must be enabled in your configuration. Parameters:
February 10, 2022, at 04:37 PM
by
- Added line 83:
Added lines 98-111:
Status/Report status changed 🔗Event: E_CORE_SR_STATUS_CHANGED This event is triggered the status of an SR identifier changes. Parameters:
February 10, 2022, at 04:32 PM
by
- Changed lines 19-20 from:
Threshold limit exceededto:
Threshold limit exceeded 🔗Changed lines 31-32 from:
Private memory threshold exceededto:
Private memory threshold exceeded 🔗Changed lines 50-51 from:
Shared memory threshold exceededto:
Shared memory threshold exceeded 🔗Changed lines 67-68 from:
Process Auto-Scaling (upscale and downscale)to:
Process Auto-Scaling (upscale and downscale) 🔗February 10, 2022, at 04:30 PM
by
- Changed lines 78-79 from:
TCP connection disconnectedto:
TCP connection disconnected 🔗January 10, 2022, at 09:59 AM
by
- Changed lines 63-68 from:
TCP connection shutdownEvent: E_CORE_TCP_DISCONNECT This event is triggered when a TCP connection is shutdown. to:
Process Auto-Scaling (upscale and downscale)Event: E_CORE_PROC_AUTO_SCALE This event is triggered whenever a new process is created (forked) or a process is terminated due the auto-scaling logic. In order to have this event trigger, the auto-scaling must be enabled in your configuration. Deleted lines 69-82:
Process Auto-Scaling (upscale and downscale)Event: E_CORE_PROC_AUTO_SCALE This event is triggered whenever a new process is created (forked) or a process is terminated due the auto-scaling logic. In order to have this event trigger, the auto-scaling must be enabled in your configuration. Parameters: Added lines 76-91:
TCP connection disconnectedEvent: E_CORE_TCP_DISCONNECT This event is triggered when a TCP connection is terminated/disconnected. Parameters:
January 10, 2022, at 09:55 AM
by
- Changed lines 74-91 from:
to:
Process Auto-Scaling (upscale and downscale)Event: E_CORE_PROC_AUTO_SCALE This event is triggered whenever a new process is created (forked) or a process is terminated due the auto-scaling logic. In order to have this event trigger, the auto-scaling must be enabled in your configuration. Parameters:
July 05, 2021, at 11:51 AM
by
- Changed lines 61-74 from:
to:
TCP connection shutdownEvent: E_CORE_TCP_DISCONNECT This event is triggered when a TCP connection is shutdown. Parameters:
March 28, 2019, at 03:06 PM
by
- Changed line 27 from:
to:
March 28, 2019, at 03:05 PM
by
- Changed line 27 from:
to:
March 20, 2014, at 08:57 PM
by
- Added lines 1-61:
Documentation -> Manuals -> Manual devel -> Core Events(:title Core Events - 3.6:) (:allVersions Interface-CoreEvents 3.6:)
(: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. |