Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lr_report_cfg2xml(1) [debian man page]

LR_REPORT_CFG2XML.IN(1) 				  LogReport's Lire Documentation				   LR_REPORT_CFG2XML.IN(1)

NAME
lr_report_cfg2xml - Convert old style report configuration to XML SYNOPSIS
lr_report_cfg2xml I<supservice> I<name> I<report_cfg_file> > I<xml_spec_file> DESCRIPTION
The lr_report_cfg2xml command converts a report configuration file as used with Lire version 1.5 and below to a report configuration template. The script takes three mandatory arguments: superservice The superservice used by the report configuration file. name The name of the template that will be generated. report_cfg_file The report configuration file to convert. It writes on STDOUT a Lire Configuration Specification file. This specification file contains one report-config element named name. Its default value will be identical to the content of the report configuration file. If you install that file in the sharedir/lire/templates, you will be able to instantiate report configuration using that template from the lire(1) interface. VERSION
$Id: lr_report_cfg2xml.in,v 1.4 2006/07/23 13:16:33 vanbaal Exp $ AUTHOR
Francis J. Lacoste <flacoste@logreport.org> COPYRIGHT
Copyright (C) 2004 Stichting LogReport Foundation LogReport@LogReport.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 LR_REPORT_CFG2XML.IN(1)

Check Out this Related Man Page

FilterSpec(3pm) 					  LogReport's Lire Documentation					   FilterSpec(3pm)

NAME
Lire::FilterSpec - Global filter specification. SYNOPSIS
use Lire::FilterSpec; DESCRIPTION
META INFORMATION METHODS
list_specs( $superservice ) Returns an array reference containing all the filter specification type available for the $superservice superservice. has_spec( $superservice, $type ) Returns true if there is a $type specification available for the $superservice. SEE ALSO
Lire::ReportSpec(3pm), Lire::ReportConfig(3pm), Lire::ReportSection(3pm) AUTHOR
Francis J. Lacoste <flacoste@logreport.org> VERSION
$Id: FilterSpec.pm,v 1.16 2006/07/23 13:16:29 vanbaal Exp $ COPYRIGHT
Copyright (C) 2001, 2004 Stichting LogReport Foundation LogReport@LogReport.org This file is part of Lire. Lire is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 FilterSpec(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to check and report database file sizes...

Need help for a script to check and report database file sizes. (2 Replies)
Discussion started by: marconi
2 Replies

2. Shell Programming and Scripting

configuration and template file

Hi, I have a configuration file(which has values) and a template file(where the values are dummied) Configuration file (a.txt) -------------------- var1=1521 var2=172.10.10.10 var3=emp . . . var15=hhhhhhh Template file (b.txt) -------------------- The host name is $var2. The... (5 Replies)
Discussion started by: ammu
5 Replies

3. Shell Programming and Scripting

UNIX script generate report grouped on date

Dear Team, I am try n gerrating a report by writing a shell script, the content of the report should be aggrigated based on date value exist in the content of the file. initially the file is zip format My file content is in below format 031627787 034626800357002013050613310400000013500 CLT01... (1 Reply)
Discussion started by: balram0179
1 Replies

4. UNIX for Advanced & Expert Users

Tools to report LAMP configuration

Hi, I'm looking for a tool/script similar to cfg2html, however my requirement is to explore and report LAMP configuration on a Linux box. Thanks in advance (2 Replies)
Discussion started by: maverick_here
2 Replies