[Nagiosplug-devel] contrib/ directory patches?

Thomas Guyot-Sionnest dermoth at aei.ca
Sat Aug 25 18:44:39 CEST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 23/08/07 09:43 AM, Jim Nelson wrote:
| Who actually manages or maintains the files in the /contrib directory?
  There
| are some problems with some of the scripts, and I've not heard
anything about
| the patch I submitted 3 weeks ago.

The plugins there are from various authors and are not really
maintained. Most of them have contact information in the header of the
file. We now ask 3rd party plugin writers to post all their plugins to:

http://www.nagiosexchange.org/


For the specific problems you mentionned these plugins have been wrote
to be included in plugins-scripts/, where the 'use lib utils.pm ;' line
is replaced by 'use lib "@libexecdir" ;' (@libexecdir being
"/usr/local/nagios/libexec" in most case) at compile time.

At first glance the affected plugins seems to be:

check_apc_ups.pl
check_appletalk.pl
check_linux_raid.pl
check_snmp_procs.pl

I'd personally just substitute it for:

use lib "/usr/local/nagios/libexec";

and let people with different installation paths deal with it.

Any thoughts?

Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG0Fx36dZ+Kt5BchYRAnRyAKC2BY6s82Gj3pLAxAIDqXv55oogZwCcD45d
PWOWwXofOXU28dck/KgivTQ=
=ooA1
-----END PGP SIGNATURE-----




More information about the Devel mailing list