This support forum board is for support questions relating to
Nagios XI, our flagship commercial network monitoring solution.
-
fsodah
- Posts: 295
- Joined: Thu Sep 12, 2019 1:19 am
Post
by fsodah »
saying can not locate
Code: Select all
[root@nagios libexec]# find / -name "utils.pm" -type f
/home/nagios/nagiosxi/nagiosxi/subcomponents/nagiosplugins/nagios-plugins-2.2.1/plugins-scripts/utils.pm
/home/nagios/nagiosxi/nagiosxi/subcomponents/mrtg/mrtg-2.17.4/contrib/whodo/GIFgraph/GIFgraph/utils.pm
/usr/local/nagios/libexec/utils.pm
/usr/local/nrdp/plugins/AIX/utils.pm
/usr/local/nrdp/plugins/Generic/utils.pm
/usr/local/nrdp/plugins/SunOS/utils.pm
You do not have the required permissions to view the files attached to this post.
-
cdienger
- Support Tech
- Posts: 5045
- Joined: Tue Feb 07, 2017 11:26 am
Post
by cdienger »
Change linke 15 from:
Code: Select all
use lib "/usr/lib/nagios/plugins/";
to:
Code: Select all
use lib "/usr/local/nagios/libexec/";
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new
Privacy Policy.
-
fsodah
- Posts: 295
- Joined: Thu Sep 12, 2019 1:19 am
Post
by fsodah »
Tomorrow morning I will
-
fsodah
- Posts: 295
- Joined: Thu Sep 12, 2019 1:19 am
Post
by fsodah »
Done ... it works please close the ticket
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
-
Contact:
Post
by scottwilkerson »
fsodah wrote:Done ... it works please close the ticket
Great!
Locking