[Bug 1086151] [NEW] Nagios utils.pm has wrong default path to rpcinfo
Todd Taft
1086151 at bugs.launchpad.net
Mon Dec 3 21:19:01 UTC 2012
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
More information about the Ubuntu-server-bugs
mailing list