Mysql-zrm-reporter.conf: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
==DESCRIPTION==
==DESCRIPTION==


mysql-zrm-reporter.conf is the configuration file is read by MySQL ZRM reporter tools.  This file   specifies   output  format for each backup parameter.  Reporting tool will use default format for the
ZRM for MySQL reporter utility reads ''mysql-zrm-reporter.conf'' configuration file. This file specifies report format for each backup parameter.  The reporter utility will use default format for the parameter if the configuration file is not found.
parameter if the configuration file is not found.


===SYNTAX===
===SYNTAX===


This section describes the configuration file  syntax  for all mysql-zrm-reporter.conf.
Syntax for all ''mysql-zrm-reporter.conf'' parameters.


White  spaces  are ignored unless it is within quotes. All lines  beginning  with  #  are  comments  and  are  ignored.  All  parameters except ''backup-date'' are specified as
All  parameters except ''backup-date'' are specified as


   <parameter> = <Width>,<Alignment>
   <parameter> = <Width>,<Alignment>
Line 25: Line 24:


Format specifier is same as FORMAT in date(1) command.
Format specifier is same as FORMAT in date(1) command.
All parameters are optional and have default values.
White  spaces  are ignored unless it is within quotes. All lines  beginning  with  #  are  comments  and  are  ignored.


The  parameter  is the backup run parameter name. Width is the number  of characters to be displayed for that field.  If  the  value does not fit in the  specified  width,  the value will be wrap around into
The  parameter  is the backup run parameter name. Width is the number  of characters to be displayed for that field.  If  the  value does not fit in the  specified  width,  the value will be wrap around into

Revision as of 01:14, 23 November 2006

NAME

mysql-zrm-reporter.conf - Configuration file for ZRM reporter for MySQL

SYNOPSIS

/etc/mysql-zrm/mysql-zrm-reporter.conf

DESCRIPTION

ZRM for MySQL reporter utility reads mysql-zrm-reporter.conf configuration file. This file specifies report format for each backup parameter. The reporter utility will use default format for the parameter if the configuration file is not found.

SYNTAX

Syntax for all mysql-zrm-reporter.conf parameters.

All parameters except backup-date are specified as

 <parameter> = <Width>,<Alignment>

backup-date can have an additional format specifier.

 <backup-date> = <Width>,<Alignment>,<format>

Format specifier is same as FORMAT in date(1) command.

All parameters are optional and have default values.

White spaces are ignored unless it is within quotes. All lines beginning with # are comments and are ignored.

The parameter is the backup run parameter name. Width is the number of characters to be displayed for that field. If the value does not fit in the specified width, the value will be wrap around into multiple lines in the report. Alignment specifies alignment for field value in the backup reports. Value < displays field value with left justification, > means right justification and | means center justification. Description of parameter names can be found in mysql-zrm-reporter(1) and Zmanda Recovery Manager for MySQL manual.

FILES

/etc/mysql-zrm/mysql-zrm-reporter.conf
Reporter configuration file

SEE ALSO

mysql-zrm-reporter(1), date(1), Zmanda Recovery Manager for MySQL.

AUTHOR

Zmanda Inc. (http://www.zmanda.com)