NAME
JMX::Jmx4Perl::CheckJmx4Perl - Module for encapsulating the functionality of check_jmx4perl
SYNOPSIS
# One line in check_jmx4perl to rule them all
JMX::Jmx4Perl::CheckJmx4Perl->new(@ARGV)->execute();
DESCRIPTION
The purpose of this module is to encapsulate a single run of check_jmx4perl in a perl object. This allows for check_jmx4perl
to run within the embedded Nagios perl interpreter (ePN) wihout interfering with other, potentiall concurrent, runs of this check. Please refer to check_jmx4perl for documentation on how to use this check. This module is probbaly ¬ of general interest and serves only the purpose described above.
LICENSE
This file is part of jmx4perl.
Jmx4perl 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, either version 2 of the License, or (at your option) any later version.
jmx4perl 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.
You should have received a copy of the GNU General Public License along with jmx4perl. If not, see <http://www.gnu.org/licenses/>.
AUTHOR
roland@cpan.org