Mysql-zrm-reporter.conf

From wiki.zmanda.com
Revision as of 18:14, 18 October 2006 by Paddy (talk | contribs)
Jump to navigation Jump to search

NAME

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

SYNOPSIS

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

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 parameter if the configuration file is not found.

SYNTAX

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

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

 <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.

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)