Page 1 of 1

Riverbed Steelhead monitoring error

Posted: Thu Sep 10, 2015 6:21 am
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?

Re: Riverbed Steelhead monitoring error

Posted: Thu Sep 10, 2015 9:24 am
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

Re: Riverbed Steelhead monitoring error

Posted: Fri Sep 11, 2015 12:27 am
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.

Re: Riverbed Steelhead monitoring error

Posted: Fri Sep 11, 2015 1:10 am
by Box293
Flip the coin and try this one:

Code: Select all

yum install perl-TimeDate