Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

logcentral(1) [debian man page]

LOGCENTRAL(1)															     LOGCENTRAL(1)

NAME
LogCentral - Central logging service for distributed applications NAME
LogCentral - service using the publisher/subscriber model, where components publish tagged messages and tools get back appropriate messages . SYNOPSYS
LogCentral [options] ... DESCRIPTION
LogCentral gathers and publishes the messages to the subscribers. Messages are tagged, the LogCentral service only sends suscribers fil- tered messages. Before starting the LogCentral, you must: o launch a CORBA Naming Service. o launch log forwarders if needed o launch LogCentral service [Remark: LogCentral must be launched before the log tools/components] OPTIONS
-config [name] The configuration file for the LogCentral service. First, LogCentral will use the file provided by command-line, then read environ- ment variable $LOGCENTRAL_CONFIG and in last resort, it will look for a file named "config.cfg" in current directory. CONFIGURATION FILE
You can pass a configuration file to LogCentral using command line options through the -config option. Configuration file lists several classes of tags describing the messages. A minimal configuration will look like this: [General] [DynamicTagList] [StaticTagList] [UniqueTagList] [VolatileTagList] The general tag accept the following parameters: * 'port=xxx', specifies the port to use o 'MinAge=xxx', defines the minimum period of time that messages will be stored in the LogCentral o 'DynamicStartSuffix=START', expands tags with START. See DynamicTagList. o 'DynamicStopSuffix=STOP', expands tags with STOP. See DynamicTagList. The other four categories configure the state manager of the LogCentral. It is important to know that all tags will be expanded with two suffixes to generate pairs of tags. o VolatileTagList, should contain all the monitored tags. Not essential but it may be requested by some tool. o UniqueTagList, should contain tags that will overwrite the previous messages of this tag EXAMPLE
o Launching the LogCentral LogCentral -config ./LogCentral.cfg RATIONALE
The LogCentral uses CORBA as its communication layer. While it's a flexible and robust middleware, its deployement on heterogeneous net- works still is delicate and may require using ssh tunnels. LICENSE AND COPYRIGHT
Copyright (C)2011, GRAAL, INRIA Rhone-Alpes, 46 allee d'Italie, 69364 Lyon cedex 07, France all right reserved <diet-dev@ens-lyon.fr> License This program is free software: you can redistribute it and/or mod- ify it under the terms of the GNU General Public License as pub- lished by the Free Software Foundation, either version 3 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 Pub- lic Li- cense for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. AUTHORS
GRAAL INRIA Rhone-Alpes 46 allee d'Italie 69364 Lyon cedex 07, FRANCE Email: <diet-dev@ens-lyon.fr> WWW: http://graal.ens-lyon.fr/DIET SEE ALSO
omniNames(1), logForwarder(1) BUGS
AUTHOR
haikel.guemar@sysfera.com, kevin.coulomb@sysfera.com License: GPLv3 COPYRIGHT
DIET developers 0.1 2011-05-11 LOGCENTRAL(1)

Check Out this Related Man Page

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

NAME
lr_check_superservice - map Lire service to Lire superservice SYNOPSIS
lr_check_superservice service lr_check_superservice -l DESCRIPTION
lr_check_superservice takes a Lire service as argument, and returns the superservice this service belongs to. In case the service is unknown, a userfriendly errormessage is given. When called with the -l option, this script prints all supported superservices. You might prefer the lr_log2report(1) --help options to list available superservices: this command creates a more human-friendly format of the list. EXAMPLE
Call this script in shell scripts as LR_SERVICE="$1" LR_SUPERSERVICE=`lr_check_superservice "$LR_SERVICE" || true` if test -z "$LR_SUPERSERVICE" then echo >&2 "$tag err lr_check_superservice failed" exit 1 fi # now go using $LR_SUPERSERVICE SEE ALSO
Lire::PluginManager(3pm) Lire::DlfSchema(3pm) VERSION
$Id: lr_check_superservice.in,v 1.10 2006/07/23 13:16:32 vanbaal Exp $ COPYRIGHT
Copyright (C) 2002-2003 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. AUTHOR
Joost van Baal <joostvb@logreport.org> Lire 2.1.1 2006-07-23 LR_CHECK_SUPERSERVICE.IN(1)
Man Page