Search found 3 matches

by sailor
Tue Apr 12, 2011 8:12 am
Forum: Open Source Nagios Projects
Topic: perl available or not?
Replies: 5
Views: 880

Re: perl available or not?

I finally found an error by doing (and only this way (ie ./check_apache.pl works when in the libexec)): perl /usr/local/nagios/libexec/check_apache.pl -H mywebsite.com -p 80 Can't locate utils.pm in @INC (@INC contains: /usr/lib/nagios/plugins /usr/lib64 8 /usr/lib/perl5/site_perl /usr/lib64/perl5/v...
by sailor
Tue Apr 12, 2011 7:52 am
Forum: Open Source Nagios Projects
Topic: perl available or not?
Replies: 5
Views: 880

Re: perl available or not?

I found it via only doing this. Other methods seem to work fine. perl /usr/local/nagios/libexec/check_apache.pl -H mywbsite -po 80 -t 5 -w 200 -c 100 Can't locate utils.pm in @INC (@INC contains: /usr/lib/nagios/plugins /usr/lib64 8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-...
by sailor
Fri Apr 08, 2011 3:14 pm
Forum: Open Source Nagios Projects
Topic: perl available or not?
Replies: 5
Views: 880

perl available or not?

Nagios 3.2.3 on RedHat 5.6 Finally getting around to trying this out after installing it months ago. I'm trying to get a perl script to work. From config.log during during configure: configure:7812: checking for perl configure:7830: found /usr/bin/perl configure:7842: result: /usr/bin/perl ac_cv_pat...