Re: errors on plugin check_crm_v0_7
Posted: Fri Feb 01, 2019 12:47 pm
yes we are using Nagios XI for monitoringscottwilkerson wrote:Is this a Nagios XI system?
Support for Nagios products and services
https://support.nagios.com/forum/
yes we are using Nagios XI for monitoringscottwilkerson wrote:Is this a Nagios XI system?
the plugin was not in nagios serverscottwilkerson wrote:Is this plugin on the Nagios XI server?
Did you run the commands I suggested on the server that has the plugin?
Code: Select all
cd /tmp
wget https://cpan.metacpan.org/authors/id/N/NA/NAGIOS/Nagios-Monitoring-Plugin-0.51.tar.gz
tar xzf Nagios-Monitoring-Plugin-0.51.tar.gz
cd Nagios-Monitoring-Plugin-0.51
perl Makefile.PL
make
make test
make installyesharinarne wrote:do you want me to install below on client machine if we install nothing will effect my client machine right ?Code: Select all
cd /tmp wget https://cpan.metacpan.org/authors/id/N/NA/NAGIOS/Nagios-Monitoring-Plugin-0.51.tar.gz tar xzf Nagios-Monitoring-Plugin-0.51.tar.gz cd Nagios-Monitoring-Plugin-0.51 perl Makefile.PL make make test make install
getting below error while trying to installscottwilkerson wrote:yesharinarne wrote:do you want me to install below on client machine if we install nothing will effect my client machine right ?Code: Select all
cd /tmp wget https://cpan.metacpan.org/authors/id/N/NA/NAGIOS/Nagios-Monitoring-Plugin-0.51.tar.gz tar xzf Nagios-Monitoring-Plugin-0.51.tar.gz cd Nagios-Monitoring-Plugin-0.51 perl Makefile.PL make make test make install
Code: Select all
yum install perl-develyum install perl-devellmiltchev wrote:Try installing the perl-devel package to see if this is going to fix your error.Code: Select all
yum install perl-devel
This is strange... Can you run the following commands and show the output?No package perl-devel available.
Error: Nothing to do
Code: Select all
cat /etc/*release
yum repolist
yum provides perl-devel---->cat /etc/*releaselmiltchev wrote:This is strange... Can you run the following commands and show the output?No package perl-devel available.
Error: Nothing to doCode: Select all
cat /etc/*release yum repolist yum provides perl-devel
Code: Select all
cpan install ExtUtils::MakeMaker