man8db/MSGreport

Table of Contents

Name

MSGreport - message tables report generator

Synopsis

MSGreport [type] < list_of_tuples > alarm_table_report

Description

This program generates individual reports on the MSGKEYS, and MSGTBL tables.

A set of SQL queries and other tools are used to extract the necessary information from the database and massage it into a form suitable for use with this program.

The input should contain one tuple per line. Lines are terminated by a newline. Fields within a tuple are separated by a |.

Type Argument

The following values are valid arguments for type.
MsgKeys

generates the MsgKeys table report.
MsgTbl

generates the MsgTbl table report.
MsgList

generates the composite MsgKeys and MsgTbl tables report. This report is sorted by MsgName.

MsgKeys report tuple format

The following fields from the MsgKeys table are used and appear as input to this program in this order: MsgName, MsgSize, and Comments.

MsgTbl report tuple format

The following fields from the MsgTbl table are used and appear as input to this program in this order: MGown, MsgVal, and MsgText.

MsgList report tuple format

The following fields from the MsgKeys and MsgTbl tables are used and appear as input to this program in this order: MsgName, MsgVal, MsgSize, MsgText, and Comments.

Examples

Manual page revision

$Id: MSGreport.8,v 1.0 1999/02/09 18:16:21 kitchen Exp $


Table of Contents