Page 1 of 1

Suggestion for Manage Plugins page

Posted: Fri Feb 12, 2010 8:13 pm
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/

Re: Suggestion for Manage Plugins page

Posted: Sun Feb 28, 2010 11:08 pm
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/

Re: Suggestion for Manage Plugins page

Posted: Mon Mar 15, 2010 6:09 pm
by Box293
Thanks for these tips.