Nagios-Downtime
This module lets you interface with Nagios Scheduled Downtime mechanism,
you can schedule and cancel scheduled downtime for hosts and hostgroups.
in order to use this module you must have read and write access to the following
nagios files:
- nagios.cmd file (external commands file)
- hostgroups.cfg file (host groups definition file)
- downtime.dat file (where nagios keeps information about scheduled downtime)
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 Nagios::Downtime
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/Nagios-Downtime
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Nagios-Downtime
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/Nagios-Downtime
CPAN Ratings:
http://cpanratings.perl.org/d/Nagios-Downtime
COPYRIGHT AND LICENCE
Copyright (C) 2007 quatrix
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.