Skip Menu |

This queue is for tickets about the jmx4perl CPAN distribution.

Report information
The Basics
Id: 102078
Status: open
Priority: 0/
Queue: jmx4perl

People
Owner: Nobody in particular
Requestors: syafzal [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Getting dependency for Nagios::Plugin which doesn't exist
Date: Wed, 11 Feb 2015 16:31:41 -0800
To: bug-jmx4perl [...] rt.cpan.org
From: Afzal Syed <syafzal [...] gmail.com>
bash-3.2$ sudo /usr/local/bin/cpanm JMX::Jmx4Perl --> Working on JMX::Jmx4Perl Fetching http://www.cpan.org/authors/id/R/RO/ROLAND/jmx4perl-1.11.tar.gz ... OK Configuring jmx4perl-1.11 ... OK ==> Found dependencies: Nagios::Plugin --> Working on Nagios::Plugin Fetching http://www.cpan.org/authors/id/N/NI/NIERLEIN/Nagios-Plugin-0.37.tar.gz ... FAIL ! Download http://www.cpan.org/authors/id/N/NI/NIERLEIN/Nagios-Plugin-0.37.tar.gz failed. Retrying ... ! Download http://www.cpan.org/authors/id/N/NI/NIERLEIN/Nagios-Plugin-0.37.tar.gz failed. Retrying ... ! Download http://www.cpan.org/authors/id/N/NI/NIERLEIN/Nagios-Plugin-0.37.tar.gz failed. Retrying ... ! Failed to download http://www.cpan.org/authors/id/N/NI/NIERLEIN/Nagios-Plugin-0.37.tar.gz ! Failed to fetch distribution Nagios-Plugin-0.37 ! Installing the dependencies failed: Module 'Nagios::Plugin' is not installed ! Bailing out the installation for jmx4perl-1.11. I installed Monitoring::Plugin which is the update to the Nagios::Plugin but I still can't install JMX:Jmx4Perl module, please help bash-3.2$ sudo /usr/local/bin/cpanm Monitoring::Plugin Password: Monitoring::Plugin is up to date. (0.38) Best, Afzal.
This is mostly a problem with Nagios::Plugin, which renamed itself to avoid copyright issues -- it really ought to add an alias for Nagios::Plugin -> Monitoring::Plugin and ensure there is an indexed entry for Nagios::Plugin for PAUSE. I'll file a ticket in that queue and cross-reference this one.
On 2015-02-11 16:56:25, ETHER wrote: Show quoted text
> This is mostly a problem with Nagios::Plugin, which renamed itself to > avoid copyright issues -- it really ought to add an alias for > Nagios::Plugin -> Monitoring::Plugin and ensure there is an indexed > entry for Nagios::Plugin for PAUSE. > > I'll file a ticket in that queue and cross-reference this one.
Here's that ticket and patch: https://rt.cpan.org/Ticket/Display.html?id=102080
Subject: Re: [rt.cpan.org #102078] Getting dependency for Nagios::Plugin which doesn't exist
Date: Thu, 12 Feb 2015 17:15:00 -0800
To: bug-jmx4perl [...] rt.cpan.org
From: Afzal Syed <syafzal [...] gmail.com>
Thanks for your response. I have installed Monitoring::Plugin. Could you please tell me what the next steps are before I can use JMX::Jmx4Perl. I have a mac computer. Best, Afzal. On Wed, Feb 11, 2015 at 5:13 PM, Karen Etheridge via RT < bug-jmx4perl@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=102078 > > > On 2015-02-11 16:56:25, ETHER wrote:
> > This is mostly a problem with Nagios::Plugin, which renamed itself to > > avoid copyright issues -- it really ought to add an alias for > > Nagios::Plugin -> Monitoring::Plugin and ensure there is an indexed > > entry for Nagios::Plugin for PAUSE. > > > > I'll file a ticket in that queue and cross-reference this one.
> > > Here's that ticket and patch: > https://rt.cpan.org/Ticket/Display.html?id=102080 >
From: gmachado.tl1 [...] gmail.com
Le Jeu 12 Fév 2015 20:15:14, syafzal@gmail.com a écrit : Show quoted text
> Thanks for your response. I have installed Monitoring::Plugin. Could you > please tell me what the next steps are before I can use JMX::Jmx4Perl. I > have a mac computer. > > Best, > Afzal. > > On Wed, Feb 11, 2015 at 5:13 PM, Karen Etheridge via RT < > bug-jmx4perl@rt.cpan.org> wrote: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=102078 > > > > > On 2015-02-11 16:56:25, ETHER wrote:
> > > This is mostly a problem with Nagios::Plugin, which renamed itself to > > > avoid copyright issues -- it really ought to add an alias for > > > Nagios::Plugin -> Monitoring::Plugin and ensure there is an indexed > > > entry for Nagios::Plugin for PAUSE. > > > > > > I'll file a ticket in that queue and cross-reference this one.
> > > > > > Here's that ticket and patch: > > https://rt.cpan.org/Ticket/Display.html?id=102080 > >
check_jmx4perl needs Nagios::Plugin. You have to download it from nagios exchange website : https://exchange.nagios.org/directory/Plugins/*-Plugin-Development-Tools/Nagios-3A-3APlugin/details To install this perl module : tar xzf Nagios-Plugin-0.33.tar.gz cd Nagios-Plugin-0.33 perl Makefile.PL make make test make install I hope, it will help someone. Regards.