Public bug reported:

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: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1086151

Title:
  Nagios utils.pm has wrong default path to rpcinfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1086151/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to