Siebel-Srvrmgr ===================== This distribution is part of the project Siebel Monitoring Tools. The goal of this project is to make possible to monitor Siebel servers through SNMP. The object that are being considered to be monitored are: components status, resource consumption and tasks information. This distribution was created to enable facilities like: - execute the srvrmgr program and read it's output without depending on batch mode and reconnecting for each command. - parse output of commands from srvrmgr as a general purpouse tools. With those tools available it would be able to execute commmands through srvrmgr program and populate an database (for this project, an SNMP MIB). INSTALLATION To install this module type the following: perl Makefile.PL make make test make install To be able to use Siebel::Srvrmgr::Daemon::Heavy it will be necessary to apply the patch patch-FSA-Rules to the FSA-Rules distribution Rules.pm file. If the patch is not applied, this distribution will suffer from a memory leak everytime the run() method from Siebel::Srvrmgr::Daemon::Heavy is invoked. DEPENDENCIES Please check the Makefile.PL for the dependencies of modules of this distribution. SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Siebel::Srvrmgr You can also look for information at: Bug tracker http://code.google.com/p/siebel-monitoring-tools/issues/list CPAN Ratings http://cpanratings.perl.org/dist/Siebel-Srvrmgr Search CPAN http://search.cpan.org/dist/Siebel-Srvrmgr/ COPYRIGHT AND LICENCE This software is copyright (c) 2012 of Alceu Rodrigues de Freitas Junior, arfreitas@cpan.org This file is part of Siebel Monitoring Tools. Siebel Monitoring Tools 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 3 of the License, or (at your option) any later version. Siebel Monitoring Tools 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 Siebel Monitoring Tools. If not, see .