Summary: Isode components write to logging streams when events occur.

Facility ALERTD

Messages relating to the Alert Daemon

NameSeverityIDDescriptionAction
BadSomDataerror211A data item read from a SOM result does not have the expected format. Correct configuration error
ChannelMissingerror204The Alert Daemon's XML file is misconfigured. Correct configuration error
CheckThreadFailerror218Failed to create a thread to check for configuration changes Contact Isode support
DuplicateIntKeyerror215The list of SOM attribute types has a duplicate key Correct configuration error
DuplicateStringKeyerror216The list of SOM attribute types has a duplicate key Correct configuration error
FindNextChangeNotificationFailerror221A call to FindNextChangeNotification failed Contact Isode support
InvalidFiltererror203The Alert Daemon's XML file is misconfigured. Correct configuration error
ItemMissingfatal201The Alert Daemon's XML file is missing a mandatory item. Correct configuration error
Level1Alertwarning254A Level 1 Alert has been generated. The message identifies the monitor which gave rise to the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level1AlertChannelnotice259A Level 1 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level1AlertMtanotice264A Level 1 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level2Alertwarning253A Level 2 Alert has been generated. The message identifies the monitor which gave rise to the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level2AlertChannelwarning258A Level 2 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level2AlertMtawarning263A Level 2 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level3Alerterror252A Level 3 Alert has been generated. The message identifies the monitor which gave rise to the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level3AlertChannelerror257A Level 3 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level3AlertMtaerror262A Level 3 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level4Alertfatal251A Level 4 Alert has been generated. The message identifies the monitor which gave rise to the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level4AlertChannelfatal256A Level 4 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level4AlertMtafatal261A Level 4 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level5Alertcritical250A Level 5 Alert has been generated. The message identifies the monitor which gave rise to the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level5AlertChannelcritical255A Level 5 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
Level5AlertMtacritical260A Level 5 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert. Investigation will depend upon the specific monitor which has triggered the alert.
ServerShutdownnotice213The alertd process is stopping. No Operator Action
ServerStartupnotice212The alertd process is starting up. No Operator Action
ShutdownHandleCreateFailerror219Failed to create handle for shutdown Contact Isode support
SomDataItemNotFounderror208The specified SOM data item could not be located. Correct configuration error
SomInitFailfatal217Failed to initialize SOM interface Contact Isode support
SomInvalidfatal202The Alert Daemon's XML file is misconfigured. Correct configuration error
SomOperationerror207A call to the specified SOM operation failed. Channel and MTA names may have been included in the operation's Selector Correct configuration error
SomSessionCallbackerror209Failed to set up a callback routine Correct configuration error
SomSessionCloseerror214A call to SOMSessionClose failed. Correct configuration error
SomSessionCreateerror205A call to SOMSessionCreate failed. Correct configuration error
SomSessionOpenerror206A call to SOMSessionOpen failed. Correct configuration error
SomUnknownKeyerror210A filter item specifies an unknown key Correct configuration error
WaitMultipleObjectsFailerror222A call to WaitMultipleObejcts failed Contact Isode support
WatcherHandleCreateFailerror220Failed to create handle for file watch Contact Isode support
XMLerrorfatal200The Alert Daemon's XML file contain a parse error. Correct configuration error

XMLerror

Message Text
  • XML error in config file: %1
Parameters
  1. Detail of the error
Description
The Alert Daemon's XML file contain a parse error.
Action
Correct configuration error

ItemMissing

Message Text
  • XML item missing in config file: %1
Parameters
  1. Detail of the error
Description
The Alert Daemon's XML file is missing a mandatory item.
Action
Correct configuration error

SomInvalid

Message Text
  • The Monitor specification named %1 has an invalid SOM connection id
Parameters
  1. Detail of the error
Description
The Alert Daemon's XML file is misconfigured.
Action
Correct configuration error

InvalidFilter

Message Text
  • The Monitor %1 %2
Parameters
  1. Monitor name
  2. Detail of the error
Description
The Alert Daemon's XML file is misconfigured.
Action
Correct configuration error

ChannelMissing

Message Text
  • The Monitor %1 specifies an MTA name but no channel name
Parameters
  1. Monitor name
Description
The Alert Daemon's XML file is misconfigured.
Action
Correct configuration error

SomSessionCreate

Message Text
  • Failed to create a SOM session: %1
Parameters
  1. Error string
Description
A call to SOMSessionCreate failed.
Action
Correct configuration error

SomSessionOpen

Message Text
  • Failed to open a SOM session (%1): %2
Parameters
  1. Connection key
  2. Error string
Description
A call to SOMSessionOpen failed.
Action
Correct configuration error

SomOperation

Message Text
  • %1 operation failed (chan:%2, mta:%3): %4
Parameters
  1. Operation name
  2. Channel name (if any)
  3. MTA name (if any)
  4. Error text
Description
A call to the specified SOM operation failed. Channel and MTA names may have been included in the operation's Selector
Action
Correct configuration error

SomDataItemNotFound

Message Text
  • SOM data item type %1 not found in result
Parameters
  1. Data item type
Description
The specified SOM data item could not be located.
Action
Correct configuration error

SomSessionCallback

Message Text
  • Failed to setup SOM %1 callback: %2
Parameters
  1. Callback type
  2. Error string
Description
Failed to set up a callback routine
Action
Correct configuration error

SomUnknownKey

Message Text
  • Unknown filter item key %1
Parameters
  1. FilterItem key
Description
A filter item specifies an unknown key
Action
Correct configuration error

BadSomData

Message Text
  • Bad SOM data value, expected type %1, value %2
Parameters
  1. Expected data type
  2. Actual value
Description
A data item read from a SOM result does not have the expected format.
Action
Correct configuration error

ServerStartup

Message Text
  • Starting %1 with service %2
Parameters
  1. Program name
  2. Service name
Description
The alertd process is starting up.
Action
No Operator Action

ServerShutdown

Message Text
  • Stopping %1 (service %2)
Parameters
  1. Program name
  2. Service name
Description
The alertd process is stopping.
Action
No Operator Action

SomSessionClose

Message Text
  • Failed to close a SOM session (%1): %2
Parameters
  1. Connection key
  2. Error string
Description
A call to SOMSessionClose failed.
Action
Correct configuration error

DuplicateIntKey

Message Text
  • Duplicate SOM attribute type %1
Parameters
  1. Attribute key
Description
The list of SOM attribute types has a duplicate key
Action
Correct configuration error

DuplicateStringKey

Message Text
  • Duplicate SOM attribute type %1
Parameters
  1. Attribute key
Description
The list of SOM attribute types has a duplicate key
Action
Correct configuration error

SomInitFail

Message Text
  • SOMInit failed: %1
Parameters
  1. Detail of the error
Description
Failed to initialize SOM interface
Action
Contact Isode support

CheckThreadFail

Message Text
  • Failed to create tailoring check thread
Description
Failed to create a thread to check for configuration changes
Action
Contact Isode support

ShutdownHandleCreateFail

Message Text
  • Failed to create handle for shutdown
Description
Failed to create handle for shutdown
Action
Contact Isode support

WatcherHandleCreateFail

Message Text
  • Failed to create handle for file watch
Description
Failed to create handle for file watch
Action
Contact Isode support

FindNextChangeNotificationFail

Message Text
  • FindNextChangeNotification failed: %1
Parameters
  1. Detail of the error
Description
A call to FindNextChangeNotification failed
Action
Contact Isode support

WaitMultipleObjectsFail

Message Text
  • WaitMultipleObjects failed: %1
Parameters
  1. Detail of the error
Description
A call to WaitMultipleObejcts failed
Action
Contact Isode support

Level5Alert

Message Text
  • Alert %1 (%2): %3
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Critical event
Description
A Level 5 Alert has been generated. The message identifies the monitor which gave rise to the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level4Alert

Message Text
  • Alert %1 (%2): %3
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Fatal event
Description
A Level 4 Alert has been generated. The message identifies the monitor which gave rise to the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level3Alert

Message Text
  • Alert %1 (%2): %3
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Error event
Description
A Level 3 Alert has been generated. The message identifies the monitor which gave rise to the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level2Alert

Message Text
  • Alert %1 (%2): %3
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Warning event
Description
A Level 2 Alert has been generated. The message identifies the monitor which gave rise to the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level1Alert

Message Text
  • Alert %1 (%2): %3
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Notice event
Description
A Level 1 Alert has been generated. The message identifies the monitor which gave rise to the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level5AlertChannel

Message Text
  • Alert %1 (%2): %3 on channel %4
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Critical event
  4. Channel name
Description
A Level 5 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level4AlertChannel

Message Text
  • Alert %1 (%2): %3 on channel %4
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Fatal event
  4. Channel name
Description
A Level 4 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level3AlertChannel

Message Text
  • Alert %1 (%2): %3 on channel %4
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Error event
  4. Channel name
Description
A Level 3 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level2AlertChannel

Message Text
  • Alert %1 (%2): %3 on channel %4
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Warning event
  4. Channel name
Description
A Level 2 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level1AlertChannel

Message Text
  • Alert %1 (%2): %3 on channel %4
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Notice event
  4. Channel name
Description
A Level 1 Alert has been generated for a channel. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level5AlertMta

Message Text
  • Alert %1 (%2): %3 on channel %4, mta %5
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Critical event
  4. Channel name
  5. MTA name
Description
A Level 5 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level4AlertMta

Message Text
  • Alert %1 (%2): %3 on channel %4, mta %5
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Fatal event
  4. Channel name
  5. MTA name
Description
A Level 4 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level3AlertMta

Message Text
  • Alert %1 (%2): %3 on channel %4, mta %5
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Error event
  4. Channel name
  5. MTA name
Description
A Level 3 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level2AlertMta

Message Text
  • Alert %1 (%2): %3 on channel %4, mta %5
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Warning event
  4. Channel name
  5. MTA name
Description
A Level 2 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

Level1AlertMta

Message Text
  • Alert %1 (%2): %3 on channel %4, mta %5
Parameters
  1. Monitor name
  2. Monitor description
  3. Detail of the Notice event
  4. Channel name
  5. MTA name
Description
A Level 1 Alert has been generated for a peer MTA. The message contains the name of the specific monitor triggering the alert.
Action
Investigation will depend upon the specific monitor which has triggered the alert.

All rights reserved © 2002 - 2024 Isode Ltd.