2013-04-08 18:39 alceu.freitas.jr
* lib/Siebel/Srvrmgr/Daemon/Action.pm,
lib/Siebel/Srvrmgr/Daemon/Action/CheckComps.pm,
lib/Siebel/Srvrmgr/Daemon/Action/CheckComps/Server.pm,
t/Test/Action/CheckComps, t/Test/Action/CheckComps.pm,
t/Test/Action/CheckComps/Component.pm,
t/Test/Action/CheckComps/Server.pm: fixed minor Pod errors
changed the tests of Srvrmgr::Daemon::Action::CheckComps to
include testing of new Moose roles requirements
2013-03-26 12:29 alceu.freitas.jr@gmail.com
* lib/Siebel/Srvrmgr.pm: included usage of Siebel::AssertOS to
validate OS where the distribution can run
incremented version
2013-03-26 12:26 alceu.freitas.jr@gmail.com
* Makefile.PL, examples/lists_cmd.txt,
lib/Siebel/Srvrmgr/Daemon/Action.pm,
lib/Siebel/Srvrmgr/Daemon/Action/CheckComps,
lib/Siebel/Srvrmgr/Daemon/Action/CheckComps.pm,
lib/Siebel/Srvrmgr/Daemon/Action/CheckComps/Component.pm,
lib/Siebel/Srvrmgr/Daemon/Action/CheckComps/Server.pm,
lib/Siebel/Srvrmgr/Daemon/Action/Dumper.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListCompDef.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListCompTypes.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListComps.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListParams.pm,
lib/Siebel/Srvrmgr/Daemon/Action/LoadPreferences.pm,
lib/Siebel/Srvrmgr/Daemon/Action/Serializable.pm,
lib/Siebel/Srvrmgr/Daemon/Condition.pm,
lib/Siebel/Srvrmgr/ListParser.pm,
lib/Siebel/Srvrmgr/ListParser/Buffer.pm,
lib/Siebel/Srvrmgr/ListParser/Output.pm,
lib/Siebel/Srvrmgr/ListParser/Output/Greetings.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListComp.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListComp/Comp.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListComp/Server.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListCompDef.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListCompTypes.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListParams.pm,
lib/Siebel/Srvrmgr/ListParser/Output/LoadPreferences.pm,
t/output/7.5.3.17_16285.txt: bug fixes
added features
2012-12-04 10:27 alceu.freitas.jr@gmail.com
* t/output/8.1.1.7_21238.txt: removed customized components
2012-12-04 10:25 alceu.freitas.jr@gmail.com
* t/ListServers.t, t/Test/Daemon.pm, t/Test/ListServers.pm,
t/output, t/output/7.5.3.17_16285.txt,
t/output/8.0.0.7_20426.txt, t/output/8.1.1.7_21238.txt: Daemon.pm
now uses Command.pm instead of data structures
Added ListServers.pm for parsing "list servers" command
Added messages from different versions of Siebel for testing
2012-12-04 10:22 alceu.freitas.jr@gmail.com
* lib/Siebel/Srvrmgr/Daemon.pm,
lib/Siebel/Srvrmgr/Daemon/Action.pm,
lib/Siebel/Srvrmgr/Daemon/Action/CheckComps.pm,
lib/Siebel/Srvrmgr/Daemon/Action/Dumper.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListCompDef.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListCompTypes.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListComps.pm,
lib/Siebel/Srvrmgr/Daemon/Action/ListParams.pm,
lib/Siebel/Srvrmgr/Daemon/Action/LoadPreferences.pm,
lib/Siebel/Srvrmgr/Daemon/Command.pm,
lib/Siebel/Srvrmgr/Daemon/Condition.pm,
lib/Siebel/Srvrmgr/ListParser.pm,
lib/Siebel/Srvrmgr/ListParser/Buffer.pm,
lib/Siebel/Srvrmgr/ListParser/Output.pm,
lib/Siebel/Srvrmgr/ListParser/Output/Greetings.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListComp.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListComp/Comp.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListComp/Server.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListCompDef.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListCompTypes.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListParams.pm,
lib/Siebel/Srvrmgr/ListParser/Output/ListServers.pm,
lib/Siebel/Srvrmgr/ListParser/Output/LoadPreferences.pm:
Daemon.pm now uses Command.pm instead of data structures
Added ListServers.pm for parsing "list servers" command
Added Moose' best practices to all packages
2012-12-04 10:16 alceu.freitas.jr@gmail.com
* examples/nagios/comp_mon.xml, examples/nagios/comp_mon.xsd:
expanded the number of servers in the configuration file
(multiple)
included connection information
updated the XML Schema to validate the changes
2012-12-04 10:13 alceu.freitas.jr@gmail.com
* examples/lists_cmd.txt: included "list servers" command
2012-07-18 18:23 alceu.freitas.jr@gmail.com
* Makefile.PL: added more requirements to try to avoid "false"
reports of smoking tests that should have the feature pragma
working as expected
2012-07-12 23:31 alceu.freitas.jr@gmail.com
* examples/nagios/remote.pl: remove unnecessary module "use"
2012-07-12 23:30 alceu.freitas.jr@gmail.com
* examples/nagios/remote.pl, examples/nagios/remote.xml: -added
configuration file support
-added performance data
-code review for checking exceptions and treating them as
expected by a Nagios plug in
-added time-out checking
2012-07-03 22:28 alceu.freitas.jr@gmail.com
* examples/nagios/remote.pl: initial release
2012-06-26 02:13 alceu.freitas.jr@gmail.com
* examples/.Siebel_svrmgr.pref, examples/lists_cmd.txt,
examples/nagios/README.txt: