Monitoring MATRIXX Call Control Framework

The topics in this section provide information about monitoring Call Control Framework (CCF) components, including Network Enabler and Camel Gateway.

During startup, runtime, and shutdown operations, Network Enabler errors and exceptions are written to the /var/log/mtx/mtx_debug.log file on the Network Enabler server. Camel Gateway errors and exceptions are written to the /var/log/mtx/mtx_debug.log file on the processing blades.

To make it easy to track Camel events, the debug log file detects the start and end of TCAP messages. For example, when tracing is enabled, the log file outputs lines similar to the following:
*** START CAMEL Message Processing
=== CAMEL Gateway: Starting to handle incoming TCAP message. ===
=== Charging Server: Starting to handle TCAP message. ===
=== Charging Server: Completed handling TCAP message. ===
=== CAMEL Gateway: Starting to handle outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling incoming TCAP message. ===
*** END CAMEL Message Processing
*** START CAMEL Message Processing
=== CAMEL Gateway: Starting to handle incoming TCAP message. ===
=== Charging Server: Starting to handle TCAP message. ===
=== Charging Server: Completed handling TCAP message. ===
=== CAMEL Gateway: Starting to handle outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling incoming TCAP message. ===
=== CAMEL Gateway: Starting to handle incoming TCAP message. ===
=== Charging Server: Starting to handle TCAP message. ===
=== Charging Server: Completed handling TCAP message. ===
=== CAMEL Gateway: Completed handling incoming TCAP message. ===
=== Charging Server: Starting to handle TCAP message. ===
=== Charging Server: Completed handling TCAP message. ===
=== CAMEL Gateway: Starting to handle outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling incoming TCAP message. ===
*** END CAMEL Message Processing
*** START CAMEL Message Processing
=== CAMEL Gateway: Starting to handle incoming TCAP message. ===
=== Charging Server: Starting to handle TCAP message. ===
=== Charging Server: Completed handling TCAP message. ===
=== CAMEL Gateway: Starting to handle outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling outgoing TCAP message. ===
=== CAMEL Gateway: Completed handling incoming TCAP message. ===
*** END CAMEL Message Processing