Skip to main content

SYS.WSMon.wsEvent

Class SYS.WSMon.wsEvent Extends (%RegisteredObject, %XML.Adaptor) [ Inheritance = right ]

A general Event class used by Web Services Monitoring to describe alerts or events. See the SYS.WSMon.EventSink service and the SYS.WSMon.Service.EventSubscribe() method for more details about how to receive Events.

The "alerts" would be the same events as those sent via SNMP, including all relevant alerts from messages.log (and the System Monitor). These are documented in the chapters on SNMP and WMI in the InterSystems IRIS Monitoring Guide.

Properties

System

Property System As %String;

The network name of the system which signaled the Event

Instance

Property Instance As %String;

The name of the InterSystems IRIS instance which signaled the Event

Name

Property Name As %String;

A string which uniquely identifies the Event, for example 'cacheDBOutOfSpace'.

Severity

Property Severity As %Integer;

The severity of the Event, where 0=info, 1=warning, 2=severe, 3=fatal

SnmpId

Property SnmpId As %Integer;

A numeric value identifying this Event type. This number matches the SNMP trap ID

AdditionalInfo

Property AdditionalInfo As %String(MAXLEN = 255);

A text string containing any secondary information about the event. For example a database full event would indicate the name of the database here.