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

This module exposes an interface to talk with Monit via its HTTP
interface.
You can use it to get the status of all the monitored services on that
particular host such as CPU and Memory usage, current PID, parent PID, 
current running status, current monitoring status and so on.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Monit::HTTP

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Monit-HTTP

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Monit-HTTP

    CPAN Ratings
        http://cpanratings.perl.org/d/Monit-HTTP

    Search CPAN
        http://search.cpan.org/dist/Monit-HTTP


COPYRIGHT AND LICENCE

Copyright (C) 2009 Angelo "pallotron" Failla

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.