Riverbed Steelhead monitoring error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
riconeo
Posts: 35
Joined: Mon Oct 14, 2013 8:32 am

Riverbed Steelhead monitoring error

Post by riconeo »

When I'm using the plugin for
https://exchange.nagios.org/directory/P ... v2/details

I got this error for some of the command such as 'system:cpu(10,20,30,40,50,60)'

(No output on stdout) stderr: Can't locate Date/Format.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/nagios/libexec/qt_

Anyone has idea on this?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Riverbed Steelhead monitoring error

Post by tgriep »

You are missing the Perl plugin that the command needs.
Try installing it by running the following in a shell on the Nagios system.

Code: Select all

yum install perl-DateTime
Be sure to check out our Knowledgebase for helpful articles and solutions!
riconeo
Posts: 35
Joined: Mon Oct 14, 2013 8:32 am

Re: Riverbed Steelhead monitoring error

Post by riconeo »

Now it says:

(No output on stdout) stderr: Can't locate Date/Format.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/nagios/libexec/qt_

BEGIN failed--compilation aborted at /usr/local/nagios/libexec/qt_check_riverbed_status_v3.pl line 412.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Riverbed Steelhead monitoring error

Post by Box293 »

Flip the coin and try this one:

Code: Select all

yum install perl-TimeDate
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked