<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1515" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Eli,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>You can actually use crle to set your library path
instead of having to set an environment variable. It seems to work pretty well
on my Solaris systems. Ex:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>crle -l
/usr/lib:/usr/ccs/lib:/usr/local/lib:/usr/local/ssl/lib</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Todd</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=elizar.palad@gmail.com href="mailto:elizar.palad@gmail.com">Elizar M.
Palad</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=sghosh@sghosh.org
href="mailto:sghosh@sghosh.org">Subhendu Ghosh</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A
title=nagios-users@lists.sourceforge.net
href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, September 01, 2005 7:46
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Nagios-users]
@sysconfdir@/cgi.cfg - Installation setup problem</DIV>
<DIV><BR></DIV>
<DIV>Hi Subhendu!</DIV>
<DIV> </DIV>
<DIV>Found it! :-)</DIV>
<DIV><A
href="http://www.nagios.org/faqs/viewfaq.php?faq_id=17">http://www.nagios.org/faqs/viewfaq.php?faq_id=17</A></DIV>
<DIV> </DIV>
<DIV>Will continue to learn nagios!</DIV>
<DIV>Thanks for the help!</DIV>
<DIV>and you guys will hear from me soon, i bet. ;)</DIV>
<DIV> </DIV>
<DIV>Thanks!</DIV>
<DIV>eli<BR><BR> </DIV>
<DIV><SPAN class=gmail_quote>On 9/2/05, <B class=gmail_sendername>Elizar M.
Palad</B> <<A
href="mailto:elizar.palad@gmail.com">elizar.palad@gmail.com</A>>
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<DIV>Hi,</DIV>
<DIV>Actually, in /usr/local/nagios/etc there are now some *sample
files.</DIV>
<DIV>the resource.cfg that i do use has the @libexec@ and the
resource.cfg-sample</DIV>
<DIV>file has the one set in /usr/local/nagios/libexec, so used that
one.</DIV>
<DIV> </DIV>
<DIV>When i rerun nagios, i got the </DIV>
<DIV> </DIV>
<DIV>Return code of 137 is out of bounds</DIV>
<DIV> </DIV>
<DIV>in the webpage and</DIV>
<DIV>ld.so.1: /usr/local/nagios/libexec/check_ping: fatal: libiconv.so.2:
open failed: No such file or directory</DIV>
<DIV>ing the terminal..<BR> </DIV>
<DIV>although i have the libiconv.so.2 file in /usr/local/lib</DIV>
<DIV>I read somewhere that i have to set some variable to the path</DIV>
<DIV>of the library but i forgot where/what it is? LIB_... something..
:)</DIV>
<DIV> </DIV>
<DIV>Thanks!</DIV>
<DIV><SPAN class=e id=q_10613f87d819dcd7_1>
<DIV><BR> </DIV>
<DIV><SPAN class=gmail_quote>On 9/1/05, <B class=gmail_sendername>Subhendu
Ghosh</B> <<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:sghosh@sghosh.org" target=_blank>sghosh@sghosh.org</A> >
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">configure
looks good here.<BR><BR>In /usr/local/nagios/etc - do you only have one
resource.cfg file? or do <BR>you have <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://resource.cfg.in/" target=_blank>resource.cfg.in</A> as
well?<BR><BR>you might want to delete every thing in /usr/local/nagios/etc
and run <BR>"make install-config" again to get the base sample-config
<BR><BR>-sg<BR><BR>On Thu, 1 Sep 2005, Elizar M. Palad wrote:<BR><BR>>
Hi Subhendu,<BR>> I rerun the ./configure... same options and i
couldn't find any critical <BR>> errors.<BR>> I attached the output
produced. The only thing that looks like an error is <BR>> the gd,
which, according to the documentation, nagios will run without
it.<BR>><BR>> # ./configure --prefix=/usr/local/nagios
--with-cgiurl=/nagios/cgi-bin <BR>> --with-htmlurl=/nagios
--with-nagios-user=na <BR>> gios --with-nagios-groupp=nagios
--with-gd-lib=/usr/local/lib<BR>> checking for a BSD compatible
install... ./install-sh -c<BR>> checking host system type...
sparc-sun-solaris2.6<BR>> checking for gcc... gcc <BR>> checking
whether the C compiler (gcc ) works... yes<BR>> checking whether the C
compiler (gcc ) is a cross-compiler... no<BR>> checking whether we are
using GNU C... yes <BR>> checking whether gcc accepts -g... yes
<BR>> checking whether make sets ${MAKE}... yes<BR>> checking for
strip... /usr/ccs/bin/strip<BR>> checking how to run the C
preprocessor... gcc -E<BR>> checking for ANSI C header files... yes
<BR>> checking whether time.h and sys/time.h may both be included...
yes<BR>> checking for sys/wait.h that is POSIX.1 compatible...
yes<BR>> checking for arpa/inet.h... yes<BR>> checking for
ctype.h... yes<BR>> checking for dirent.h.. . yes<BR>> checking for
errno.h... yes<BR>> checking for fcntl.h... yes<BR>> checking for
getopt.h... no<BR>> checking for grp.h... yes<BR>> checking for
limits.h... yes<BR>> checking for math.h... yes<BR>> checking for
netdb.h... yes<BR>> checking for netinet/in.h... yes<BR>> checking
for pthread.h... yes<BR>> checking for pthreads.h... no<BR>>
checking for pwd.h... yes<BR>> checking for regex.h... yes<BR>>
checking for signal.h... yes<BR>> checking for socket.h... no<BR>>
checking for string.h... yes<BR>> checking for strings.h... yes<BR>>
checking for sys/mman.h... yes<BR>> checking for sys/types.h... yes
<BR>> checking for sys/time.h... yes<BR>> checking for
sys/resource.h... yes<BR>> checking for sys/wait.h... (cached)
yes<BR>> checking for sys/socket.h... yes<BR>> checking for
sys/stat.h... yes<BR>> checking for sys/timeb.h... yes <BR>>
checking for sys/un.h... yes<BR>> checking for sys/ipc.h... yes<BR>>
checking for sys/msg.h... yes<BR>> checking for sys/poll.h...
yes<BR>> checking for syslog.h... yes<BR>> checking for uio.h... no
<BR>> checking for unistd.h... yes<BR>> checking for working
const... yes<BR>> checking whether struct tm is in sys/time.h or
time.h... time.h<BR>> checking for tm_zone in struct tm... no<BR>>
checking for tzname... yes <BR>> checking for mode_t... yes<BR>>
checking for pid_t... yes<BR>> checking for size_t... yes<BR>>
checking return type of signal handlers... void<BR>> checking for uid_t
in sys/types.h... yes<BR>> checking type of array argument to
getgroups... gid_t <BR>> checking for initgroups... yes<BR>>
checking for setenv... no<BR>> checking for strdup... yes<BR>>
checking for strstr... yes<BR>> checking for strtoul... yes<BR>>
checking for unsetenv... no<BR>> checking for type of socket size...
size_t <BR>> checking for pthread_create in -lcma... no<BR>>
checking for pthread_create in -lpthread... yes<BR>> checking for
library containing nanosleep... -lposix4<BR>> checking for mail...
/usr/bin/mail<BR>> Init script directory: /etc/init.d <BR>> We'll
use default routines (in xdata/xsddefault.*) for status data
I/O...<BR>> We'll use default routines (in xdata/xcddefault.*) for
comment data I/O...<BR>> We'll use default routines (in
xdata/xrddefault.*) for retention data I/O... <BR>> We'll use
template-based routines (in xdata/xodtemplate.*) for object data<BR>>
I/O...<BR>> We'll use default routines (in xdata/xpddefault.*) for
performance data<BR>> I/O...<BR>> We'll use default routines (in
xdata/xdddefault.*) for scheduled downtime <BR>> data I/O...<BR>>
checking for main in -liconv... yes<BR>> checking for gdImagePng in
-lgd (order 1)... no<BR>> checking for gdImagePng in -lgd (order 2)...
no<BR>> checking for gdImagePng in -lgd (order 3)... no <BR>>
checking for gdImagePng in -lgd (order 4)... no<BR>><BR>><BR>>
*** GD, PNG, and/or JPEG libraries could not be located...
*********<BR>><BR>> Boutell's GD library is required to compile the
statusmap, trends <BR>> and histogram CGIs. Get it from <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://www.boutell.com/gd/"
target=_blank>http://www.boutell.com/gd/</A>, compile<BR>> it, and use
the --with-gd-lib and --with-gd-inc arguments to specify <BR>> the
locations of the GD library and include files. <BR>><BR>> NOTE: In
addition to the gd-devel library, you'll also need to make<BR>> sure
you have the png-devel and jpeg-devel libraries installed<BR>> on your
system. <BR>><BR>> NOTE: After you install the necessary libraries
on your system: <BR>> 1. Make sure /etc/ld.so.conf has an entry for the
directory in<BR>> which the GD, PNG, and JPEG libraries are
installed.<BR>> 2. Run 'ldconfig' to update the run-time linker
options. <BR>> 3. Run 'make clean' in the Nagios distribution to clean
out <BR>> any old references to your previous compile.<BR>> 4. Rerun
the configure script.<BR>><BR>> NOTE: If you can't get the configure
script to recognize the GD libs <BR>> on your system, get over it and
move on to other things. The <BR>> CGIs that use the GD libs are just a
small part of the entire<BR>> Nagios package. Get everything else
working first and then<BR>> revisit the problem. Make sure to check the
nagios-users <BR>> mailing list archives for possible solutions to GD
library <BR>> problems when you resume your
troubleshooting.<BR>><BR>>
********************************************************************<BR>><BR>>
<BR>> checking for ltdl.h... no<BR>> checking for dlfcn.h.. .
yes<BR>> checking for dlopen in -ldl... yes<BR>> checking for extra
flags needed to export symbols... none<BR>> checking for linker flags
for loadable modules... -G <BR>> checking for linker flags for loadable
modules... -G <BR>> checking for traceroute... no<BR>> checking for
snprintf... yes<BR>> checking for type va_list... yes<BR>> checking
for perl... /usr/local/bin/perl <BR>> creating ./config.status<BR>>
creating Makefile <BR>> creating subst<BR>> creating pkginfo<BR>>
creating base/Makefile<BR>> creating common/Makefile<BR>> creating
contrib/Makefile<BR>> creating cgi/Makefile <BR>> creating
html/Makefile<BR>> creating module/Makefile <BR>> creating
include/Makefile<BR>> creating xdata/Makefile<BR>> creating
daemon-init<BR>> creating html/index.html<BR>> creating
html/side.html <BR>> creating include/config.h<BR>> include/config.h
is unchanged <BR>> creating include/snprintf.h<BR>>
include/snprintf.h is unchanged<BR>> creating include/nagios.h<BR>>
creating include/cgiutils.h<BR>> include/cgiutils.h is
unchanged<BR>><BR>> Creating sample config files in sample-config/
... <BR>><BR>><BR>> *** Configuration summary for nagios 2.0b4
08-02-2005 ***:<BR>><BR>> General Options:<BR>>
-------------------------<BR>> Nagios executable: nagios<BR>> Nagios
user/group: nagios,nagios <BR>> Command user/group:
nagios,nagios<BR>> Embedded Perl: no<BR>> Event Broker: yes<BR>>
Install ${prefix}: /usr/local/nagios <BR>> Lock file:
${prefix}/var/nagios.lock<BR>> Init directory: /etc/init.d<BR>> Host
OS: solaris2.6<BR>><BR>> Web Interface Options:<BR>>
------------------------<BR>> HTML URL: <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://localhost/nagios/"
target=_blank>http://localhost/nagios/</A><BR>> CGI URL: <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://localhost/nagios/cgi-bin/"
target=_blank>http://localhost/nagios/cgi-bin/</A><BR>> Traceroute
(used by WAP): <BR>><BR>><BR>> Review the options above for
accuracy. If they look okay,<BR>> type 'make all' to compile the main
program and CGIs.<BR>> <BR>><BR>> On 9/1/05, Subhendu Ghosh
<<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:sghosh@sghosh.org" target=_blank> sghosh@sghosh.org</A>>
wrote:<BR>>><BR>>> On Thu, 1 Sep 2005, Elizar M. Palad
wrote:<BR>>><BR>>>> Hi! Ok, i rerun configure script after
installed perl, seems ok. no <BR>>> error<BR>>>> and all
<BR>>>> the .h files are created and there's no more error in
make<BR>>> install-config (i<BR>>>> had one
before)<BR>>>> i am using the minimal.cfg to test
nagios.<BR>>>> I started nagios without any options.
<BR>>>> /usr/local/nagios/bin/nagios
/usr/local/nagios/etc/nagios.cfg<BR>>>> and it
says:<BR>>>> sh: @libexecdir@/check_ping: not found
<BR>>>> sh: @libexecdir@/check_users: not found<BR>>>>
sh: @libexecdir@/check_procs: not found<BR>>>> Is this
ok?<BR>>><BR>>> No - @libexecdir@ should have been fixed by
configure.<BR>>><BR>>> For nagios - there should be no errors
in the configure process... <BR>>><BR>>><BR>>>> The
IE page now has an error...<BR>>>> It appears as though you do
not have permission to view information for <BR>>>> any of the
hosts you requested...<BR>>>> <BR>>>> If you believe
this is an error, check the HTTP server authentication<BR>>>>
requirements for accessing this CGI<BR>>>> and check the
authorization options in your CGI configuration file. <BR>>>> I
didn't set up any authentication for nagios. Maybe it caused the
error<BR>>>> above?<BR>>>> if it does, how to use nagios
without authentication?<BR>>>> thanks!<BR>>>>
<BR>>>><BR>>>> On 8/31/05, Subhendu Ghosh <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:sghosh@sghosh.org" target=_blank>sghosh@sghosh.org</A>>
wrote:<BR>>>>> <BR>>>>><BR>>>>> Yes -
autoconf which creates configure uses perl :)
<BR>>>>><BR>>>>> You can either compile your own
or <A onclick="return top.js.OpenExtLink(window,event,this)"
href="http://sunfreeware.com/" target=_blank>sunfreeware.com</A><<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://sunfreeware.com/"
target=_blank>http://sunfreeware.com</A>><BR>>> <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://sunfreeware.com/" target=_blank>
http://sunfreeware.com</A>>has some nice pkgadd<BR>>>>>
versions.<BR>>>>><BR>>>>>
-sg<BR>>>>><BR>>>>><BR>>>>> On Wed, 31
Aug 2005, Elizar M. Palad wrote:
<BR>>>>><BR>>>>>> Hi,
thanks!<BR>>>>>> from ./configure's
output:<BR>>>>>><BR>>>>>> creating
html/index.html<BR>>>>>> creating html/side.html
<BR>>>>>> creating include/config.h<BR>>>>>>
creating include/snprintf.h<BR>>>>>> creating
include/nagios.h<BR>>>>>> creating
include/cgiutils.h<BR>>>>>> ./configure: perl: not found
<BR>>>>>> ./configure: perl: not
found<BR>>>>>><BR>>>>>> Creating sample
config files in sample-config/ ...<BR>>>>>> ./configure:
perl: not found<BR>>>>>> ./configure: perl: not found
<BR>>>>>> ./configure: perl: not
found<BR>>>>>> ./configure: perl: not
found<BR>>>>>> ./configure: perl: not
found<BR>>>>>> ./configure: perl: not
found<BR>>>>>> ./configure: perl: not found
<BR>>>>>> ./configure: perl: not
found<BR>>>>>><BR>>>>>><BR>>>>>>
*** Configuration summary for nagios 2.0b4 08-02-2005
***:<BR>>>>>><BR>>>>>> General Options:
<BR>>>>>> -------------------------<BR>>>>>>
Nagios executable: nagios<BR>>>>>> Nagios user/group:
nagios,nagios<BR>>>>>> Command user/group:
nagios,nagios<BR>>>>>> Embedded Perl: no
<BR>>>>>> Event Broker: yes<BR>>>>>> Install
${prefix}: /usr/local/nagios<BR>>>>>> Lock file:
${prefix}/var/nagios.lock<BR>>>>>> Init directory:
/etc/init.d<BR>>>>>> Host OS:
solaris2.6<BR>>>>>> ....<BR>>>>>> Im going
to install now perl and see if it will create the<BR>>>
location.hfile.<BR>>>>>> Thanks!<BR>>>>>>
eli<BR>>>>>> <BR>>>>>> On 8/31/05, Subhendu
Ghosh <<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:sghosh@sghosh.org" target=_blank>sghosh@sghosh.org</A>>
wrote:<BR>>>>>>> <BR>>>>>>> On Wed, 31
Aug 2005, Elizar M. Palad wrote:
<BR>>>>>>><BR>>>>>>>> I rerun
./configure --prefix=/usr/local/nagios<BR>>>>>>>
--with-cgiurl=/nagios/cgi-bin <BR>>>>>>>>
--with-htmlurl=/nagios --with-nagios-user=nagios
<BR>>>>>>>
--with-nagios-groupp=nagios<BR>>>>>>>>
--with-gd-lib=/usr/local/lib<BR>>>>>>>> and summary
is below: <BR>>>>>>>> *** Configuration summary for
nagios 2.0b4 08-02-2005
***:<BR>>>>>>>><BR>>>>>>>>
General Options:<BR>>>>>>>> -------------------------
<BR>>>>>>>> Nagios executable:
nagios<BR>>>>>>>> Nagios user/group:
nagios,nagios<BR>>>>>>>> Command user/group:
nagios,nagios<BR>>>>>>>> Embedded Perl: no
<BR>>>>>>>> Event Broker: yes
<BR>>>>>>>> Install ${prefix}:
/usr/local/nagios<BR>>>>>>>> Lock file:
${prefix}/var/nagios.lock<BR>>>>>>>> Init directory:
/etc/init.d <BR>>>>>>>> Host OS:
solaris2.6<BR>>>>>>>><BR>>>>>>>>
Web Interface Options:<BR>>>>>>>>
------------------------<BR>>>>>>>> HTML URL: <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://localhost/nagios/"
target=_blank>http://localhost/nagios/</A><BR>>>>>>>>
CGI URL: <A onclick="return top.js.OpenExtLink(window,event,this)"
href="http://localhost/nagios/cgi-bin/"
target=_blank>http://localhost/nagios/cgi-bin/</A><BR>>>>>>>>
Traceroute (used by WAP):<BR>>>>>>>>
<BR>>>>>>>><BR>>>>>>>> Review
the options above for accuracy. If they look okay,
<BR>>>>>>>> type 'make all' to compile the main
program and CGIs.<BR>>>>>>>> ------------------
<BR>>>>>>>> Looks ok isn't
it?<BR>>>>>>>> then when i do 'make all', i have this
error: <BR>>>>>>>> # make
all<BR>>>>>>>> cd ./base && make
<BR>>>>>>>> make: Fatal error: Don't know how to make
target<BR>>>>>>> `../include/locations.h'
<BR>>>>>>>> Current working directory
/packages/nagios-2.0b4/base<BR>>>>>>>> *** Error code
1<BR>>>>>>>> make: Fatal error: Command failed for
target `all'<BR>>>>>>>> This is also my second time
with this error. What I did was i copy <BR>>>>>>>> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank>locations.h.in</A> <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank>http://locations.h.in</A>>
<<A onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank> http://locations.h.in</A>>
<<BR>>> <A onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank>http://locations.h.in</A>>
<<BR>>>>> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank>http://locations.h.in</A>>
as<BR>>>>>>> locations.h
:-)<BR>>>>>>>> and the compilation continues.. (was
that not right? :) <BR>>>>>>>>
thanks!<BR>>>>>>>
<BR>>>>>>><BR>>>>>>> NOOOOO -
configure must have produced an error before the summary
was<BR>>>>>>> printed.
<BR>>>>>>><BR>>>>>>> configure should
create a locations.h from <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank>locations.h.in</A><<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank>
http://locations.h.in</A>><BR>>> < <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/"
target=_blank>http://locations.h.in</A>><BR>>>>> <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://locations.h.in/" target=_blank>
http://locations.h.in</A>>after<BR>>>>>>> appropriate
substitutions.<BR>>>>>>> <BR>>>>>>> If
the file is not being created properly - you may have a
file<BR>>>>> permission <BR>>>>>>>
issue.<BR>>>>>>><BR>>>>>>> run "chown
-R user:group nagios_src_dir/"
<BR>>>>>>><BR>>>>>>> replace the user
and group with the user and group info fort he <BR>>>
person<BR>>>>>>> running
configure<BR>>>>>>><BR>>>>>>> replace
nagios_src_dir with the dir that contains the nagios src.
<BR>>>>>>><BR>>>>>>> Never copy a
*.*.in file into a *.* file.
<BR>>>>>>><BR>>>>>>><BR>>>>>>><BR>>>>>>>
--<BR>>>>>>> <BR>>>>>>>
-sg<BR>>>>>>><BR>>>>>>
<BR>>>>>><BR>>>>>><BR>>>>>><BR>>>>><BR>>>>>
--<BR>>>>><BR>>>>><BR>>>><BR>>>><BR>>>><BR>>><BR>>>
-- <BR>>><BR>>><BR>>><BR>>>
-------------------------------------------------------<BR>>> SF.Net
email is Sponsored by the Better Software Conference & EXPO
<BR>>> September 19-22, 2005 * San Francisco, CA * Development
Lifecycle <BR>>> Practices<BR>>> Agile & Plan-Driven
Development * Managing Projects & Teams * Testing & QA<BR>>>
Security * Process Improvement & Measurement * <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://www.sqe.com/bsce5sf"
target=_blank>http://www.sqe.com/bsce5sf</A><BR>>>
_______________________________________________<BR>>> Nagios-users
mailing list<BR>>> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:Nagios-users@lists.sourceforge.net"
target=_blank>Nagios-users@lists.sourceforge.net</A><BR>>> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="https://lists.sourceforge.net/lists/listinfo/nagios-users"
target=_blank>https://lists.sourceforge.net/lists/listinfo/nagios-users
</A><BR>>> ::: Please include Nagios version, plugin version (-v)
and OS when <BR>>> reporting any issue.<BR>>> ::: Messages
without supporting info will risk being sent to
/dev/null<BR>>><BR>><BR>><BR>><BR>><BR><BR>--<BR><BR></BLOCKQUOTE></DIV><BR><BR
clear=all><BR></SPAN></DIV>
<DIV><SPAN class=e id=q_10613f87d819dcd7_2>-- <BR>----<BR>Don't Tell Me How
Hard You Work..<BR> Show Me How Much You'd Accomplished..
</SPAN></DIV></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>----<BR>Don't
Tell Me How Hard You Work.. <BR> Show Me How Much You'd
Accomplished.. </BLOCKQUOTE></BODY></HTML>