The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HON::EC2::Snapshots::Monitoring - Log file monitoring

VERSION

Version 0.03

SYNOPSIS

  use HON::EC2::Snapshots::Monitoring;

  my @logs = findLogsOfTheDay(\@lines, '12-18-2015');
  isLogOk(@logs);

DESCRIPTION

Several utilities functions

SUBROUTINES/METHODS

findLogsOfTheDay

Find logs of the day

isLogOk

Verify specific part of the log

AUTHOR

William Belle, <william.belle at gmail.com>

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-hon-ec2-snapshots-monitoring at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HON-EC2-Snapshots-Monitoring. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc HON::EC2::Snapshots::Monitoring

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2015 William Belle.

This program 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; version 2 dated June, 1991 or at your option any later version.

This program 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.

A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA