Changes for version 0.28
- Change: 408746b029a2bf9545f7a863c26e85e15ee8678d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 00:20:35 +0000
- Merge branch 'master' of github.com:glasswalk3r/siebel-monitoring-tools
- Change: 3f0a3eab36f22b8de137233de33844bfdaf1c6fb Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 00:19:21 +0000
- Fixed issue #8
- Change: fb86a8bf0ece68042e219a7893fedc1e1bf1db21 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-29 17:06:08 +0000
- Fixed bug with dist.ini, missed the declaration of AutoPreReqs and none of the required modules were available
- Change: bd22dfe361bb4133981b5e46523004b84f886c07 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-29 15:12:15 +0000
- Declared the minimum version of Siebel::Srvrmgr that is required
- Change: 8670a34e66ee1119af13bfe172ae86d1742735c7 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-29 12:29:42 +0000
- Finished preparation for release (Pod basically, added more tests)
- Change: 2a1987640a0dc1b571015195a79025b2732867b4 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-28 23:27:09 +0000
- Fixed bug (missed importing create_files) Added configuration for "list servers" command that was missing
- Change: ca697e11fac1f754f22531f480c5b75a9b4ba787 Author: glasswalk3r <glasswalk3r@yahoo.com.br> Date : 2016-09-28 12:57:12 +0000
- Added tests results specific to MS Windows
- Change: 0518f9c7c6cc505e3f66d3cfe7913e268c994e9e Author: glasswalk3r <glasswalk3r@yahoo.com.br> Date : 2016-09-28 12:41:12 +0000
- Fixed a bug due an undeclared dependency
- Change: 3c7f954c82c84554ce28b3e00278c47a4439a6ca Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-27 22:43:50 +0000
- Added create_files Added tests for files created Added files for testing eapps editing
- Change: 210a759dd20b4c4e646b9976c2a1855247c46b9f Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-26 21:05:05 +0000
- Started coding the lbconfig front-end Fixed bugs in srvrmgr-mock.pl regarding command lines arguments Fixed bugs in IniDaemon (some parameters were not being considered as optional as they should) list_servers for mocking was outdated (withou SID)
- Change: bc562fe3981ede97d84d2b0dc00cc4e8a420440c Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-09-25 17:51:25 +0000
- Siebel::Srvrmgr::ListParser::Output::Tabular::ListServers replaced 'get_server' with 'get_server_iter' and is now using ByServer Moose role related tests were changed to reflect that Added more classes to Siebel-Lbconfig distribution, tests included
- Change: b75c68e14c5724a1d9c287b361da5a740e9385ad Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-09-24 23:36:39 +0000
- Initial release of Siebel-Lbconfig (incomplete) Small refactoring on Siebel-Srvrmgr classes
- Change: d5648a8809efec5f63eb9dc36daf877e0846ed4d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-09-24 20:51:56 +0000
- Added MetaJSON to generate metadata in JSON format Using ListParser.pm was requiring implicit to chomp() the data before sending it to the respective parser. Changed that to have this change being handled automatically by the Buffer class Small refactoring on other classes
- Change: becf410913160126d9e423a38189a1b9fad96799 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-23 21:06:45 +0000
- Fixed the project URL
- Change: db1976ab003b24a21d6f1c68ad36850e109273dc Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-23 20:49:07 +0000
- Added the sub prompt_slices to to enable prompt information gathering without having to rely only in SRVRMGR_PROMPT regex SRVRMGR_PROMPT was changed itself, to produce more reliable results Changed all clients of SRVRMGR_PROMPT to use prompt_slices when necessary Refactored code in xt tests to reuse a sub (Test::Fixtures)
- Change: 8484395886cee9e7b6604e1fae45551087998e0b Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-22 23:35:12 +0000
- Removed redundant latest.txt file and changed ListParser.t to acommodate it Added the Server Id information from "list server" command Fixed all tests that this change broke Added new tests Added more tests to Regexes.pm Regexes.pm now has the tag "all" to export all subs Regexes.pm now has unified regex to correctly match the Siebel Server Name
- Change: 6f46b80b58733210e69c4f1ef7c20a8ddb401f33 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-21 21:12:31 +0000
- Fixed tests that were failing Refactored some tests to avoid harcodes, include additional information during tests execution Marked output that is not valid anymore (outdated) Small enhancements
- Change: 73bf08d17fd34807f64e2f365b66d86efe844e71 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-09-19 23:03:35 +0000
- Added CP_STARTMODE to output of "list comps" caused several unexpected changes Long time ago errors setup in Serial* tests were finally fixed, also stopped relying on DATA file handle Refactored usage of Siebel::Srvrmgr, now Fixtures in the module that really reads files Changed the Duration.t to use a regex to validate the date/time string Updated the examples to fetch data using "new version" of list comps Some tests are still not passing... this change invalidated some output files that are no longer valid Small refactoring (sub parsing of arguments)
- Change: 10fa36719569f1ada4268b74f8c9904471b004c9 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-06-10 22:52:09 +0000
- added Dist::Zilla::Plugin::MetaJSON to improve kwalitee
Changes for version 0.28
- Change: be76434f9049d8f85dd49f9d33efa9ec92899454 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-01-10 00:16:42 +0000
- Fixes for Windows Last implementations had bugs when running on Windows
- Change: 1069144cd7c24ea51369aa20afc73078be2835c4 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-01-08 21:29:39 +0000
- Updated dependency version
- Change: f7428ff5f0492fb1059007100a1df11503391945 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-01-08 20:27:01 +0000
- Migrated bundle to Dist::Zilla
- Change: 60600b28ba2e332f3595cdbea4bbed4c04824406 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-01-08 20:15:49 +0000
- API Changes More fixes due API changes Adding more test dependencies on bundle and dist.ini
- Change: 68cf07fed5fd183fdc0107ae7bcb6ef791caaf14 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-01-08 17:59:02 +0000
- Moving developer test to xt folder Setting environment variables to execute this test is not pratical
- Change: 097b0ac04e9a671b48b92ff1a9d8744ec68e1c68 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-01-08 17:57:54 +0000
- API changes New Moose::Role to make a connection attribute as required
- Change: 8eb1c1be3cacc512d62e438d57cc98b4a543cd84 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-01-08 17:56:02 +0000
- API changes Subclasses of Siebel::Srvrmgr::Daemon that uses a connection now have a new attribute Updated the relative tests, other distros still be be updated
- Change: f8c6b3a804a612188f4dc3c19af273bba6dc7928 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-19 20:57:08 +0000
- Minor adjustments to improve reliability on different perls
- Change: 5e4ba9e3398730f4f3bb986993ea7935d0e02bab Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-18 22:17:40 +0000
- More fixes due API change to support offline data Changed the test t/Siebel-Srvrmgr-Exporter.t to use offline data Moved the test that uses IPC and srvrmgr-mock.pl to the xt directory
- Change: ec73bbea535a89db462a6dcd090e131e3d9b5d42 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-18 14:25:24 +0000
- Fixed tests, added Pod
- Change: db7ac80cd1b1e12b67ae014f9f46dc6e9123caab Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-15 00:37:24 +0000
- Adding offline parsing support Finished API changes to support that Finished reviewing and updating the unit tests Minor enhancements (code refactoring)
- Change: 51a78efbdb8c67281df57ab558a6e7be662c5e15 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-12 00:58:04 +0000
- Breaking compatibility with previous versions Daemon and subclasses don't have anymore attributes related to srvrmgr program Those attributes are now moved to Siebel::Srvrmgr::Connection Subclasses of Siebel::Srvrmgr::Daemon now must receive a Connection object as parameter for the run method Siebel::Srvrmgr::Daemon::Light changes are already complete, Heavy in progress Fixed a bug on Siebel::Srvrmgr::IPC and added a unit test for it Changed the shebang line for srvrmgr-mock.pl program
- Change: 344be088238c55a18fb12ca1773d167eeb1fd8e0 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-09 08:58:43 +0000
- Adding Siebel::Srvrmgr::Daemon::Offline Code cleanup: replaced YAML::Syck with YAML::XS all over the project Moved the attributes max_retries and retries from Siebel::Srvrmgr::Daemon to Siebel::Srvrmgr::Daemon::Heavy Removed the attribute reset_retries from Siebel::Srvrmgr::Daemon Small refactorings and Pod fixes
- Change: f1c609b439f6f2ec988d30b6174e4b647dc82e1e Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-06 03:16:06 +0000
- Replaced Getopt::Std with Getopt::Long on export_comps.pl Adding feature of offline Siebel::Srvrmgr::Daemon Increasing versions of distributions
Modules
utilities to be used with the Siebel srvrmgr program
Moose Role for classes that exposes Siebel Server components information
class responsible to provide connection details of a Siebel Enterprise
super class for sessions with Siebel srvrmgr program
base class for Siebel::Srvrmgr::Daemon action
role for classes that hold Siebel server components information
role for classes that hold Siebel server components information
subclass of Siebel::Srvrmgr::Daemon::Action to verify components status
subclass of Siebel::Srvrmgr::Daemon::Action to verify components tasks status
subclass for Siebel::Srvrmgr::Daemon::Action to do nothing with the buffer content
subclass for Siebel::Srvrmgr::Daemon::Action to dump buffer content
subclass of Siebel::Srvrmgr::Daemon::Action to stored parsed list comp def output
subclass for parsing list comp types command output
subclass of Siebel::Srvrmgr::Daemon::Action to deal with list comp output
subclass of Siebel::Srvrmgr::Daemon::Action to parse list params output
subclass of Siebel::Srvrmgr::Daemon::Action to recover sessions information
dummy subclass of Siebel::Srvrmgr::Daemon::Action to allow execution of load preferences command
role for serializable subclasses of Siebel::Srvrmgr::Daemon::Action
abstract factory to create Action subclasses
singleton to stash data returned by Siebel::Srvrmgr::Daemon::Action subclasses
Moose roles for Siebel::Srvrmgr::Daemon subclasses cleanup
daemon command class
object that checks which conditions should keep a Siebel::Srvrmgr::Daemon running
Moose roles for Siebel::Srvrmgr::Daemon subclasses that uses a connection
subclass that reuses srvrmgr program instance for long periods
subclass for running commmands with srvrmgr in batch mode
subclass that reads srvrmgr output from a file
IPC functionality for Siebel::Srvrmgr classes.
state model parser to idenfity which output type was read
class to store output of commands
the FSA::Rules class specification for Siebel::Srvrmgr::ListParser
base class of srvrmgr output
Moose role to deal with start and end time of objects
subclass that represents the initial information from a Siebel server when connected through srvrmgr program.
class that represents a Siebel component
class to parse and aggregate information about servers and their components
class to represent instances of processes from "list procs" command
class that represents a Siebel Server return by a "list servers" command
class to represent a Siebel task
subclass to parse load preferences command.
subclass to parse set command.
base class for all command outputs that have a tabular form
a Moose Role to retrieve data under a Siebel Server
subclass that parses list comp commands output of srvrmgr.
subclass to parse component definitions
subclass to parse list comp types command
subclass to parse output of the command list comp params.
subclass to parse list procs command
subclass to parse list servers command
subclass to parse list tasks command
subclass to parse list tasks command
base class for parsing srvrmgr tabular output
subclasses to parse delimited output from srvrmgr
subclass to parse fixed width output from srvrmgr
Moose role to "stringfy" objects
abstract factory class to create Siebel::Srvrmgr::ListParser::Output objects
module to read a Siebel Enterprise log file
a Moose Role for Enterprise log file data archiving
parses of component alias from the Siebel Enterprise log file
general instructions how to use this distribution
class to represents a operational system process of Siebel
module to recover information from OS processes of Siebel components
common regular expressions to match things in srvrmgr output
definition of types restrictions for Siebel::Srvrmgr
creates a Siebel::Srvrmgr::Daemon from a INI configuration file
Examples
- examples/Procmon/Archive.pm
- examples/Procmon/proc_mon.pl
- examples/Siebel-Srvrmgr-Nagios/MANIFEST
- examples/Siebel-Srvrmgr-Nagios/Makefile.PL
- examples/Siebel-Srvrmgr-Nagios/README
- examples/Siebel-Srvrmgr-Nagios/commands.cfg
- examples/Siebel-Srvrmgr-Nagios/comp_mon.pl
- examples/Siebel-Srvrmgr-Nagios/example.xml
- examples/Siebel-Srvrmgr-Nagios/mon_conf.xsd
- examples/Siebel-Srvrmgr-Nagios/nsclient.ini
- examples/Siebel-Srvrmgr-Nagios/t/comp.t
- examples/Siebel-Srvrmgr-Nagios/t/config.t
- examples/Siebel-Srvrmgr-Nagios/t/data/bad.xml
- examples/Siebel-Srvrmgr-Nagios/t/data/ok.xml
- examples/Siebel-Srvrmgr-Nagios/t/data/test.xml
- examples/Siebel-Srvrmgr-Nagios/t/pod-coverage.t
- examples/Siebel-Srvrmgr-Nagios/t/pod.t
- examples/Siebel-Srvrmgr-Nagios/t/task.t
- examples/Siebel-Srvrmgr-Nagios/task_mon.pl
- examples/get_samples.sh
- examples/list_cmd_del.txt
- examples/list_cmd_fixed.txt
- examples/log4perl-debug.txt