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?
Riverbed Steelhead monitoring error
Re: Riverbed Steelhead monitoring error
You are missing the Perl plugin that the command needs.
Try installing it by running the following in a shell on the Nagios system.
Try installing it by running the following in a shell on the Nagios system.
Code: Select all
yum install perl-DateTimeBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Riverbed Steelhead monitoring error
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.
(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.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Riverbed Steelhead monitoring error
Flip the coin and try this one:
Code: Select all
yum install perl-TimeDateAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.