Mysql-zrm-reporter.conf

From wiki.zmanda.com
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

ZRM for MySQL reporter utility reads the mysql-zrm-reporter.conf configuration file. The configuration 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

The format specifier uses the same specification conventions used by FORMAT controls documented in date(1) command.

All parameters are optional and have default values.

White space is ignored unless enclosed within quotes. All lines beginning with # treated as comments; in other words, they 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).

FILES

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

SEE ALSO

mysql-zrm-reporter(1), date(1).

AUTHOR

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