We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got this error when installing this plugin:
(No output on stdout) stderr: Can't locate utils.pm in @INC (@INC contains: /usr/lib64/nagios/plugins /usr/lib64/nagios/libexec /usr/lib/nagios/plugins /usr/lib/nagios/libexec /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/check-netapp-ng.pl line 43.
Please add this use lib "/usr/local/nagios/libexec"; to the script to support default Nagios location when installed from source
use lib "/usr/local/nagios/libexec";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've got this error when installing this plugin:
(No output on stdout) stderr: Can't locate utils.pm in @INC (@INC contains: /usr/lib64/nagios/plugins /usr/lib64/nagios/libexec /usr/lib/nagios/plugins /usr/lib/nagios/libexec /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/check-netapp-ng.pl line 43.
Please add this
use lib "/usr/local/nagios/libexec";
to the script to support default Nagios location when installed from sourceThe text was updated successfully, but these errors were encountered: