Probes

In the Administration ConsoleClosed An operations web console that allows batch jobs to be scheduled, run manually and monitored. The console also provides for viewing and modification of business and user applicable system configuration., probes can be viewed and managed in the Probes screen.

Probes provide functional monitoring of a job’s health. A probeClosed In the Administration Console architecture, a mechanism which allows for the execution of predefined queries and for the comparison of the results of those queries against pre-configured targets. Probes can be reviewed and managed via the Admin Console. is a mechanism that allows the execution of predefined queries and the comparison of the query results against preconfigured targets. Each probe is very specific to the functionality of the job it is monitoring, for example indicating whether inputs have been received as frequently as expected or the percentage of rejections is within an acceptable tolerance.

There are three types of probe:

Standard alert, SLA, and system probes for CMPClosed Converged Monetisation Platform. The MDS Global product that supports customer care and billing for digital service providers. batch jobs are predetermined with Business Operations and configured prior to deployment. A CMP batch job can have as many probes as required by Business Operations.

Probes are identified by a name, which often includes the stage of a process and what the probe is testing for. For example a probe named Completed checks whether a daemon or job for a particular stage has completed successfully, and a probe named Transmission checks whether a file has been successfully transmitted. Examples of probe names include:

  • System Activity Batch Complete.

  • General Ledger Extract Complete.

  • Comms Email Verification Normal.

Probes can check any stage and status of a process. Processes in CMP typically either:

  • Produce an outbound file for a third party.
  • Or, the reverse process - receive an inbound file from a third party and load the data from an inbound file into CMP.

Some processes in CMP, for example Purging, act only on CMP tables and do not involve files from external sources.

So processes can involve a number of stages, such as:

A probe can have the following statuses:

  • Severe
  • Warning
  • Success
  • Not Run.

In addition to the characteristics above, each probe can be viewed individually to see its:

  • Definition - a description of what the probe does.
  • Version - all probes that are initialised must have at least one version (see below).
  • History - a history of all probes is kept for reporting purposes. The history of a probe includes its execution date, whether it's pending distribution and the result and status of the probe.
  • Notes - Notes are made by the creators of probes and probe versions to help the future understanding of other operators.
  • Recipients - alert probes can have recipients that are notified by email when a probe has a Warning or Severe status.

In order to initialise a probe, you must create a probe version. A probe version sets the conditions at which the probe status becomes Severe or Warning. This can include, for example:

  • The number of job executions
  • The number of files received
  • The number of files transmitted
  • The number of errors in inbound files.

MDS Global ships probe versions as part of the SQL deployment.

SLA Probe statistics are aggregated and viewed at month and year level in Administration Console. SLA information can be exported from Administration Console for reporting purposes.

Related Topics Link IconRelated Topics