Fedora Account System
Red Hat Associate
Red Hat Customer
The check_linux_raid.pl plugin from nagios-plugins-linux_raid-1.4.6-3.el5.x86_64.rpm uses the wrong lib path on x86_64 systems. It has: use lib '/usr/lib/nagios/plugins'; it should be: use lib '/usr/lib64/nagios/plugins';
I might be doing something wron here (in fact I know I am since I haven't touched this ticket in over a year but...) Are you actually seeing issues with that lib path?
nm, I see what I was doing wrong there. I'm not quite sure what the fix for this is going to be yet. It seems contrib/subst isn't doing what it should be. Looking further.
*** Bug 442876 has been marked as a duplicate of this bug. ***
Ok, I got this figured out. I'll be building a new version (upstream released a new version as well) sorry this took so long.
nagios-plugins-1.4.13-4.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/nagios-plugins-1.4.13-4.fc9
nagios-plugins-1.4.13-4.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/nagios-plugins-1.4.13-4.fc8
nagios-plugins-1.4.13-4.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
nagios-plugins-1.4.13-4.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
The trailling ';' is missing on the use lib line :(
Thats awesome.