NAME
check_web2 - allows checking of website according to configured specifications
VERSION
version 0.101
SYNOPSIS
$ check_web2 --file domain1/site1.json
$ check_web2 --file domain2/site1.yml
# for compatibility
$ check_web2 --file domain1/site2.wts
DESCRIPTION
check_web2 is intended to be used to check web-sites according a configuration. The configuration covers the request configuration (including agent part) and check configuration to specify check parameters.
See WWW::Mechanize::Script
for details about the configuration options.
HISTORY
This script is created as successor of an check_web script of a nagios setup based on HTTP::WebCheck. This module isn't longer maintained, so decision was made to create a new environment simulating the old one basing on WWW::Mechanize.
AUTHOR
Jens Rehsack, <rehsack at cpan.org>
BUGS
Please report any bugs or feature requests to bug-www-mechanize-script at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Mechanize-Script. 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 WWW:Mechanize::Script
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Mechanize-Script
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2012 Jens Rehsack.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
BUGS
Please report any bugs or feature requests on the bugtracker website http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Mechanize-Script or by email to bug-www-mechanize-script@rt.cpan.org.
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Jens Rehsack <rehsack@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Jens Rehsack.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.