[Bug 1086151] [NEW] Nagios utils.pm has wrong default path to rpcinfo

Launchpad Bug Tracker 1086151 at bugs.launchpad.net
Sun Dec 16 00:17:57 UTC 2012


You have been subscribed to a public bug by Ubuntu Foundations Team Bug Bot (crichton):

In the file /usr/lib/nagios/plugins/utils.pm , the default path to the
rpcinfo command is specified as /usr/bin/rpcinfo . In more recent
versions of Ubuntu (e.g. 12.04), the rpcinfo command has moved from
/usr/bin/rpcinfo to /usr/sbin/rpcinfo .  The default path in
/usr/lib/nagios/plugins/utils.pm should be updated to reflect this
change.  Some commands, such as /usr/lib/nagios/plugins/check_rpc won't
work unless this value is changed.

In /usr/lib/nagios/plugins/utils.pm
Replace this line:
$PATH_TO_RPCINFO = "/usr/bin/rpcinfo" ;
with
$PATH_TO_RPCINFO = "/usr/sbin/rpcinfo" ;

** Affects: nagios-plugins (Ubuntu)
     Importance: Medium
         Status: Confirmed


** Tags: patch
-- 
Nagios utils.pm has wrong default path to rpcinfo
https://bugs.launchpad.net/bugs/1086151
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list