Suggestion for Manage Plugins page

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Suggestion for Manage Plugins page

Post by Box293 »

It would be handy to show the location of where the plugins are uploaded to, I always forget.

i.e.
Plugins uploaded using this form will end up in /usr/local/nagios/libexec/
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: Suggestion for Manage Plugins page

Post by mmestnik »

Perhaps in future versions we will create and alias(there are several ways).
You could make your own symlink like so.

Code: Select all

ln -s usr/local/nagios/libexec /plugins
I'm also planing to add this to the default PATH, you cal place something like this in /etc/profile.

Code: Select all

PATH="$PATH":/usr/local/nagios/libexec/
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Suggestion for Manage Plugins page

Post by Box293 »

Thanks for these tips.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked