NAME
Siebel::Srvrmgr::Daemon::Action::Check::Component - role for classes that hold Siebel server components information
DESCRIPTION
This Moose Role is intended to be used by classes that provides information about which components are available in a Siebel server and which is their expected status.
ATTRIBUTES
alias
A string representing the alias of the component.
description
A string representing the description of the component.
componentGroup
A string representing the Component Group alias that this component is part of.
OKStatus
The status that the component is expected to have. It may be one or several (concatenated with a pipe character).
This attribute is required during object creation.
taskOKStatus
The expected tasks status of the component. It may be one or several (concatenated with a pipe character).
This attribute is required during object creation.
criticality
A integer indicating how critical it is if the component does not have the expected status: the largest the number, the more critical it is.
METHODS
All attributes have their respective getter as get_
<attribute name>.
SEE ALSO
AUTHOR
Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
COPYRIGHT AND LICENSE
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 http://www.gnu.org/licenses/.