NAME
    RT::Extension::Nagios - Merge and resolve Nagios tickets

DESCRIPTION

    Used to merge and resolve Nagios tickets automatically.
    Based on http://wiki.bestpractical.com/view/AutoCloseOnNagiosRecoveryMessages,
    thanks, Todd Chapman!

INSTALLATION

        perl Makefile.PL
        make
        make install
        make initdb # first time only

    When using this extension with RT 3.8, you will need to add extension to
    the Plugins configuration:

        Set( @Plugins, qw(... RT::Extension::Nagios) );

AUTHOR

sunnavy  C<< <sunnavy@bestpractical.com> >>

LICENCE AND COPYRIGHT

RT-Extension-Nagios is Copyright 2009 Best Practical Solutions, LLC.

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

