NAME
Siebel::Srvrmgr::Nagios::Config - Perl extension for configuration of Siebel-Srvrmgr Nagios plugin
DESCRIPTION
This class represents the configuration of the Nagios plugin to monitor Siebel components.
This class is based on XML::Rabbit and represents the "core" of configuration for the Nagios plugin. Since the configuration file is a XML file, the child nodes have their own classes for representation.
ATTRIBUTES
server
The Siebel Server name.
gateway
The Siebel Gateway hostname.
enterprise
The Siebel Enterprise name.
srvrmgrPath
The pathname to the srvrmgr executable.
srvrmgrBin
The name of the binary executable file of srvrmgr (probably srvrmgr).
user
The Siebel user login used for authentication.
password
The Siebel user password used for authentication.
servers
A list of Siebel::Srvrmgr::Nagios::Server class instances.
METHODS
BUILD
Set components status if undefined. See Moose for details of BUILD method.
SEE ALSO
AUTHOR
Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org>.
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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 <http://www.gnu.org/licenses/>.