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
With this version
http://www.monitoringexchange.org/attachment/download/Check-Plugins/Operating-Systems/Linux/check_munin_rrd/check_munin_rrd.pl
I've to change the line use lib "/usr/lib/nagios/plugins" ; with use lib "/usr/local/nagios/libexec";
Maybe add a test to validate the path or make it dynamic because I lost a lot of time to figure out that.
The text was updated successfully, but these errors were encountered:
Ah... assumptions... ;-)
Yep I should not expect the nagios plugin path to be there, instead of making that part dynamic, I'll try to fail earlier, ie try to include of fail.
Sorry, something went wrong.
No branches or pull requests
With this version
http://www.monitoringexchange.org/attachment/download/Check-Plugins/Operating-Systems/Linux/check_munin_rrd/check_munin_rrd.pl
I've to change the line
use lib "/usr/lib/nagios/plugins" ;
with
use lib "/usr/local/nagios/libexec";
Maybe add a test to validate the path or make it dynamic because I lost a lot of time to figure out that.
The text was updated successfully, but these errors were encountered: