Re: [Nagios-users] Question about setup

2008-07-03 Thread Matthew Macdonald-Wallace
On Wed, 02 Jul 2008 11:20:51 -0600
"Aaron M. Segura" <[EMAIL PROTECTED]> wrote:

> First, start here:
> http://nagios.sourceforge.net/docs/3_0/toc.html
> 
> What you are asking is quite simple, and you should be able to handle
> it with minimal effort, assuming you first understand the
> documentation.
> 
> On Wed, 2008-07-02 at 13:00 -0400, Bo Lynch wrote:
> > Hello everyone. I am new to nagios but have heard great thing about
> > it and would like to implement this at the school district that I
> > work for. We have about 15 internal linux servers, 2 windows 2003,
> > and 2 linux servers on public IP's that do email and apache. I'm
> > just looking for some suggestions on how I should set this up. Is
> > it possible to have one web interface monitor all servers? Thanks
> > in advance for any advice. --
> > Bo Lynch

If the are all on separate subnets/networks and it is not hugely easy
to route between them, you can either setup NAgios to monitor on a
number of different ports and just use NATing on your router, or use
something like OpenVPN from the "clients" (any machine running
NRPE/NSCA) to the Nagios server.

We do both here and it works like a charm! :o)

M.
-- 
Matthew Macdonald-Wallace
[EMAIL PROTECTED]
http://www.truthisfreedom.org.uk

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Jedrzej Jajor

Lorand S. D'Caltan wrote:

Thanks for the suggestion, I get the same error though.

And here's something even more strange, even though I've installed OpenSSL, 
those two files were not present in /usr anywhere.

I copied them from another server to /usr/local/ssl/lib but it still errors

find /usr -name libcrypto.so
/usr/local/ssl/lib/libcrypto.so
find /usr -name libssl.so
/usr/local/ssl/lib/libssl.so


If you took them from another server (I assume it's the same 
architecture, but to be sure check at least with 'file' whether copied 
files are of the same type as other .so libs that you have on your 
system), check whether they have all dependencies:

ldd /usr/local/ssl/lib/libcrypto.so
ldd /usr/local/ssl/lib/libssl.so
(check for any unresolved dependencies).

Also, if you installed the OpenSSL-devel-0.8.9h-1 from rpm (or other 
package) you can check if it contains these libs (rpm -ql 
OpenSSL-devel-0.8.9h-1).



env CFLAGS="-L /usr/local/ssl/lib" LD_FLAGS="-L /usr/local/ssl/lib -R 
/usr/local/ssl/lib" ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
...  ...  ...
checking for type of socket size... size_t
checking for SSL headers... SSL headers found in /usr/local/ssl
checking for SSL libraries... configure: error: Cannot find ssl libraries



Try ./configure --with-ssl-lib=/usr/local/ssl/lib

--
Regards,
Andy


smime.p7s
Description: S/MIME Cryptographic Signature
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Lorand S. D'Caltan
At this point it's much more about the unending chain of dependencies that I'm 
running into trying to use RPMs

rpm -ivh nagios-nrpe-2.12-2.i586.rpm
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
libwrap-libs is needed by nagios-nrpe-2.12-2
nagios-common is needed by nagios-nrpe-2.12-2
rc-scripts is needed by nagios-nrpe-2.12-2

rpm -ivh libwrap-libs-7.6-43.i686.rpm
error: Failed dependencies:
rtld(GNU_HASH) is needed by libwrap-libs-7.6-43
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by libwrap-libs-7.6-43

rpm -ivh nagios-common-3.0.3-2.i586.rpm
error: Failed dependencies:
/bin/id is needed by nagios-common-3.0.3-2
/usr/bin/getgid is needed by nagios-common-3.0.3-2
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by nagios-common-3.0.3-2

rpm-5.0-0.2.0.el5.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 1aa78495
error: Failed dependencies:
beecrypt >= 4.1.2 is needed by rpm-5.0-0.2.0.el5.rf
getconf(GNU_LIBPTHREAD_VERSION) = NPTL is needed by rpm-5.0-0.2.0.el5.rf
libc.so.6(GLIBC_2.3.4) is needed by rpm-5.0-0.2.0.el5.rf
libc.so.6(GLIBC_2.4) is needed by rpm-5.0-0.2.0.el5.rf
libcrypto.so.6 is needed by rpm-5.0-0.2.0.el5.rf
libneon.so.25 is needed by rpm-5.0-0.2.0.el5.rf
librpm-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
librpm-5.0.so(LIBRPM_0) is needed by rpm-5.0-0.2.0.el5.rf
librpmdb-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
librpmdb-5.0.so(LIBRPMDB_0) is needed by rpm-5.0-0.2.0.el5.rf
librpmio-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
librpmio-5.0.so(LIBRPMIO_0) is needed by rpm-5.0-0.2.0.el5.rf
libselinux.so.1 is needed by rpm-5.0-0.2.0.el5.rf
libssl.so.6 is needed by rpm-5.0-0.2.0.el5.rf
rtld(GNU_HASH) is needed by rpm-5.0-0.2.0.el5.rf

You see it gets a little bit irritating after a while. I'd really love to just 
be able to compile the NRPE from source, but then we're back at the original 
error which I was trying to correct.

-Original Message-
From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2008 11:05 PM
To: James Pratt
Cc: Lorand S. D'Caltan; nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

On Wed, 2008-07-02 at 14:38 -0400, James Pratt wrote:
>
>
> Hi.  have you tried Dag’s RHEL3 rpm’s?  … Personally, I would just use
> SNMP, as  ESX doesn’t like 3rd party agents/software, and neither does


Its just one binary and an RC script -- you can probably safely cross
build it.

~BAS

>  vmware support… :\
>
>
>
> Regards,
>
> jamie
>
>
>
> From:[EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Lorand S. D'Caltan
> Sent: Wednesday, July 02, 2008 2:24 PM
> To: 'nagios-users@lists.sourceforge.net'
> Subject: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
>
>
>
>
> I’ve been beating on this for a while now and I can’t get around this
> particular error in the NRPE configuration stage:
>
>
>
>
>
> checking for type of socket size... size_t
>
>
> checking for SSL headers... SSL headers found in /usr/local/ssl/
>
>
> checking for SSL libraries... configure: error: Cannot find ssl
> libraries
>
>
>
>
>
> I’ve installed OpenSSL-0.9.8h and OpenSSL-devel-0.8.9h-1 and neither
> of them apparently contain the correct libs.
>
>
>
>
>
> This is ESX, so it’s a very stripped down Linux and I don’t have RPM
> abilities so I can’t install the libopenssl RPM package.
>
>
>
>
>
> Any suggestions?
>
>
>
>
>
> Thanks
>
>
>
>
>
> <><><><><><><><>
>
>
> Lorand S. D'Caltan
>
>
> Systems Engineer
>
>
> iSystems LLC
>
>
> (802) 655-8347 x157
> <><><><><><><><>
>
>
> CONFIDENTIALITY: The information contained in this message may be
> privileged and confidential and protected from disclosure. No
> confidentiality or privilege is waived or lost by any mistransmission.
> If the reader of this message is not the intended recipient, or an
> employee or agent responsible for delivering this message to the
> intended recipient, you are hereby notified that any dissemination,
> distribution or copying of this communication is strictly prohibited.
> Please immediately delete it and all copies of it from your system,
> destroy any hard copies of it and notify the sender. Thank you.
>
>
>
>
>
>
>
>
>
>
>
> -
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> ___ Nagios-users mailing list 
> Nagios-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include 
> Nagios version, plugin version (-v) and OS when reporting any issue. ::: 
> Messages

[Nagios-users] CN=Jason Ellmers/OU=FirstInfo/O=FirstGroup is out of the office.

2008-07-03 Thread Jason Ellmers

I will be Out of the Office
Start Date: 03/07/2008.
End Date: 07/07/2008.


Thank you for your mail.

I am currently away from the office, returning on 7th July

If you need a fault escalating please call the service desk on 0038696
(0870 241 5500) with the case reference and ask for Martina Nicholson who
has overall responsibility for the Service Desk



















**
This message is confidential. It may not be disclosed to, or used by, 
anyone other than the addressee. If you receive this message in 
error, please advise us immediately.

Internet email is not necessarily secure. First does not accept
responsibility for changes to any email which occur after the email
has been sent. Attachments to this email could contain software
viruses which could damage your system. First have checked the
attachments for viruses before sending, but you should virus-check
them before opening.

For more information on our range of services or to book your tickets
online, please visit:- http://www.firstgroup.com
**


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread James Pratt
Yes, very messy indeed... :( 

Not to be nosy, but what exactly are you trying to monitor via nrpe on esx?  
... There are many ways to skin the same cat in nagios-world, so perhaps if we 
knew what you were ultimately trying to do, we could suggest other ways to do 
the same thing? :)

Regards,
jamie

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Lorand S. D'Caltan
> Sent: Thursday, July 03, 2008 9:05 AM
> To: 'nagios-users@lists.sourceforge.net'
> Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
> 
> At this point it's much more about the unending chain of dependencies that I'm
> running into trying to use RPMs
> 
> rpm -ivh nagios-nrpe-2.12-2.i586.rpm
> warning: only V3 signatures can be verified, skipping V4 signature
> error: Failed dependencies:
> libwrap-libs is needed by nagios-nrpe-2.12-2
> nagios-common is needed by nagios-nrpe-2.12-2
> rc-scripts is needed by nagios-nrpe-2.12-2
> 
> rpm -ivh libwrap-libs-7.6-43.i686.rpm
> error: Failed dependencies:
> rtld(GNU_HASH) is needed by libwrap-libs-7.6-43
> rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by libwrap-libs-7.6-43
> 
> rpm -ivh nagios-common-3.0.3-2.i586.rpm
> error: Failed dependencies:
> /bin/id is needed by nagios-common-3.0.3-2
> /usr/bin/getgid is needed by nagios-common-3.0.3-2
> rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by nagios-common-3.0.3-2
> 
> rpm-5.0-0.2.0.el5.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 1aa78495
> error: Failed dependencies:
> beecrypt >= 4.1.2 is needed by rpm-5.0-0.2.0.el5.rf
> getconf(GNU_LIBPTHREAD_VERSION) = NPTL is needed by rpm-5.0-
> 0.2.0.el5.rf
> libc.so.6(GLIBC_2.3.4) is needed by rpm-5.0-0.2.0.el5.rf
> libc.so.6(GLIBC_2.4) is needed by rpm-5.0-0.2.0.el5.rf
> libcrypto.so.6 is needed by rpm-5.0-0.2.0.el5.rf
> libneon.so.25 is needed by rpm-5.0-0.2.0.el5.rf
> librpm-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
> librpm-5.0.so(LIBRPM_0) is needed by rpm-5.0-0.2.0.el5.rf
> librpmdb-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
> librpmdb-5.0.so(LIBRPMDB_0) is needed by rpm-5.0-0.2.0.el5.rf
> librpmio-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
> librpmio-5.0.so(LIBRPMIO_0) is needed by rpm-5.0-0.2.0.el5.rf
> libselinux.so.1 is needed by rpm-5.0-0.2.0.el5.rf
> libssl.so.6 is needed by rpm-5.0-0.2.0.el5.rf
> rtld(GNU_HASH) is needed by rpm-5.0-0.2.0.el5.rf
> 
> You see it gets a little bit irritating after a while. I'd really love to 
> just be able to
> compile the NRPE from source, but then we're back at the original error which 
> I was
> trying to correct.
> 
> -Original Message-
> From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 02, 2008 11:05 PM
> To: James Pratt
> Cc: Lorand S. D'Caltan; nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
> 
> On Wed, 2008-07-02 at 14:38 -0400, James Pratt wrote:
> >
> >
> > Hi.  have you tried Dag’s RHEL3 rpm’s?  … Personally, I would just use
> > SNMP, as  ESX doesn’t like 3rd party agents/software, and neither does
> 
> 
> Its just one binary and an RC script -- you can probably safely cross
> build it.
> 
> ~BAS
> 
> >  vmware support… :\
> >
> >
> >
> > Regards,
> >
> > jamie
> >
> >
> >
> > From:[EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Lorand S. D'Caltan
> > Sent: Wednesday, July 02, 2008 2:24 PM
> > To: 'nagios-users@lists.sourceforge.net'
> > Subject: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
> >
> >
> >
> >
> > I’ve been beating on this for a while now and I can’t get around this
> > particular error in the NRPE configuration stage:
> >
> >
> >
> >
> >
> > checking for type of socket size... size_t
> >
> >
> > checking for SSL headers... SSL headers found in /usr/local/ssl/
> >
> >
> > checking for SSL libraries... configure: error: Cannot find ssl
> > libraries
> >
> >
> >
> >
> >
> > I’ve installed OpenSSL-0.9.8h and OpenSSL-devel-0.8.9h-1 and neither
> > of them apparently contain the correct libs.
> >
> >
> >
> >
> >
> > This is ESX, so it’s a very stripped down Linux and I don’t have RPM
> > abilities so I can’t install the libopenssl RPM package.
> >
> >
> >
> >
> >
> > Any suggestions?
> >
> >
> >
> >
> >
> > Thanks
> >
> >
> >
> >
> >
> > <><><><><><><><>
> >
> >
> > Lorand S. D'Caltan
> >
> >
> > Systems Engineer
> >
> >
> > iSystems LLC
> >
> >
> > (802) 655-8347 x157
> > <><><><><><><><>
> >
> >
> > CONFIDENTIALITY: The information contained in this message may be
> > privileged and confidential and protected from disclosure. No
> > confidentiality or privilege is waived or lost by any mistransmission.
> > If the reader of this message is not the intended recipient, or an
> > employee or agent responsible for delivering this message to the
> > intended recipient, you are hereby notified tha

Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Lorand S. D'Caltan
You know, I swear I tried the ./configure --with-ssl-lib=/usr/local/ssl/lib 
before and it didn't work, this time it did. Confusing.

But then this:

make all
cd ./src/; make ; cd ..
make[1]: Entering directory `/root/nrpe-2.12/src'
gcc -g -O2 -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include 
-DHAVE_CONFIG_H -o nrpe nrpe.c utils.c -L/usr/local/ssl/lib  -lssl -lcrypto 
-lnsl -lwrap
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libcrypto.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libcrypto.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libcrypto.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libcrypto.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libcrypto.so: undefined reference to [EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make[1]: *** [nrpe] Error 1
make[1]: Leaving directory `/root/nrpe-2.12/src'

*** Compile finished ***

If the NRPE daemon and client compiled without any errors, you
can continue with the installation or upgrade process.

Read the PDF documentation (NRPE.pdf) for information on the next
steps you should take to complete the installation or upgrade.

<><><><><><><><>
Lorand S. D'Caltan
Systems Engineer
iSystems LLC
(802) 655-8347 x157
<><><><><><><><>
CONFIDENTIALITY: The information contained in this message may be privileged 
and confidential and protected from disclosure. No confidentiality or privilege 
is waived or lost by any mistransmission. If the reader of this message is not 
the intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. Please immediately delete it and all copies of it from your system, 
destroy any hard copies of it and notify the sender. Thank you.


-Original Message-
From: Jedrzej Jajor [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2008 6:47 AM
To: 'nagios-users@lists.sourceforge.net'
Cc: Lorand S. D'Caltan
Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

Lorand S. D'Caltan wrote:
> Thanks for the suggestion, I get the same error though.
>
> And here's something even more strange, even though I've installed OpenSSL, 
> those two files were not present in /usr anywhere.
>
> I copied them from another server to /usr/local/ssl/lib but it still errors
>
> find /usr -name libcrypto.so
> /usr/local/ssl/lib/libcrypto.so
> find /usr -name libssl.so
> /usr/local/ssl/lib/libssl.so

If you took them from another server (I assume it's the same
architecture, but to be sure

Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Lorand S. D'Caltan
Everything really.

Upstate, ping, Disk space, load, status of VMs, resource use by each VM, disk 
space free on each datastore, etc.

<><><><><><><><>
Lorand S. D'Caltan
Systems Engineer
iSystems LLC
(802) 655-8347 x157
<><><><><><><><>
CONFIDENTIALITY: The information contained in this message may be privileged 
and confidential and protected from disclosure. No confidentiality or privilege 
is waived or lost by any mistransmission. If the reader of this message is not 
the intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. Please immediately delete it and all copies of it from your system, 
destroy any hard copies of it and notify the sender. Thank you.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Pratt
Sent: Thursday, July 03, 2008 9:26 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

Yes, very messy indeed... :(

Not to be nosy, but what exactly are you trying to monitor via nrpe on esx?  
... There are many ways to skin the same cat in nagios-world, so perhaps if we 
knew what you were ultimately trying to do, we could suggest other ways to do 
the same thing? :)

Regards,
jamie

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Lorand S. D'Caltan
> Sent: Thursday, July 03, 2008 9:05 AM
> To: 'nagios-users@lists.sourceforge.net'
> Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
>
> At this point it's much more about the unending chain of dependencies that I'm
> running into trying to use RPMs
>
> rpm -ivh nagios-nrpe-2.12-2.i586.rpm
> warning: only V3 signatures can be verified, skipping V4 signature
> error: Failed dependencies:
> libwrap-libs is needed by nagios-nrpe-2.12-2
> nagios-common is needed by nagios-nrpe-2.12-2
> rc-scripts is needed by nagios-nrpe-2.12-2
>
> rpm -ivh libwrap-libs-7.6-43.i686.rpm
> error: Failed dependencies:
> rtld(GNU_HASH) is needed by libwrap-libs-7.6-43
> rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by libwrap-libs-7.6-43
>
> rpm -ivh nagios-common-3.0.3-2.i586.rpm
> error: Failed dependencies:
> /bin/id is needed by nagios-common-3.0.3-2
> /usr/bin/getgid is needed by nagios-common-3.0.3-2
> rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by nagios-common-3.0.3-2
>
> rpm-5.0-0.2.0.el5.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 1aa78495
> error: Failed dependencies:
> beecrypt >= 4.1.2 is needed by rpm-5.0-0.2.0.el5.rf
> getconf(GNU_LIBPTHREAD_VERSION) = NPTL is needed by rpm-5.0-
> 0.2.0.el5.rf
> libc.so.6(GLIBC_2.3.4) is needed by rpm-5.0-0.2.0.el5.rf
> libc.so.6(GLIBC_2.4) is needed by rpm-5.0-0.2.0.el5.rf
> libcrypto.so.6 is needed by rpm-5.0-0.2.0.el5.rf
> libneon.so.25 is needed by rpm-5.0-0.2.0.el5.rf
> librpm-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
> librpm-5.0.so(LIBRPM_0) is needed by rpm-5.0-0.2.0.el5.rf
> librpmdb-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
> librpmdb-5.0.so(LIBRPMDB_0) is needed by rpm-5.0-0.2.0.el5.rf
> librpmio-5.0.so is needed by rpm-5.0-0.2.0.el5.rf
> librpmio-5.0.so(LIBRPMIO_0) is needed by rpm-5.0-0.2.0.el5.rf
> libselinux.so.1 is needed by rpm-5.0-0.2.0.el5.rf
> libssl.so.6 is needed by rpm-5.0-0.2.0.el5.rf
> rtld(GNU_HASH) is needed by rpm-5.0-0.2.0.el5.rf
>
> You see it gets a little bit irritating after a while. I'd really love to 
> just be able to
> compile the NRPE from source, but then we're back at the original error which 
> I was
> trying to correct.
>
> -Original Message-
> From: Brian A. Seklecki [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 02, 2008 11:05 PM
> To: James Pratt
> Cc: Lorand S. D'Caltan; nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
>
> On Wed, 2008-07-02 at 14:38 -0400, James Pratt wrote:
> >
> >
> > Hi.  have you tried Dag’s RHEL3 rpm’s?  … Personally, I would just use
> > SNMP, as  ESX doesn’t like 3rd party agents/software, and neither does
>
>
> Its just one binary and an RC script -- you can probably safely cross
> build it.
>
> ~BAS
>
> >  vmware support… :\
> >
> >
> >
> > Regards,
> >
> > jamie
> >
> >
> >
> > From:[EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Lorand S. D'Caltan
> > Sent: Wednesday, July 02, 2008 2:24 PM
> > To: 'nagios-users@lists.sourceforge.net'
> > Subject: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
> >
> >
> >
> >
> > I’ve been beating on this for a while now and I can’t get around this
> > particular error in the NRPE configuration stage:
> >
> >
> >
> >
> >
> > checking for type of socket size... size_t
> >
> >
> > checking for SSL headers... SSL he

Re: [Nagios-users] Sidebar disappearing in Firefox

2008-07-03 Thread Tony Rice (trice)
I've noticed the same thing over the last day or two as well.  It's odd
because the Nagios frames aren't anything special and I've not noticed
it happening on any other websites that use frames.  Have you tried
disabling any add-ons in FireFox to see if that makes any difference. 

-Tony

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Niall O Broin
> Sent: Wednesday, July 02, 2008 6:44 PM
> To: Andy Shellam
> Cc: Nagios Users Mailinglist
> Subject: Re: [Nagios-users] Sidebar disappearing in Firefox
> 
> On 2 Jul 2008, at 18:53, Andy Shellam wrote:
> 
> > Are you talking about Nagios' sidebar (e.g. the navigation 
> links) or 
> > Firefox's sidebar (e.g. Bookmarks/History?) I have seen 
> this issue in 
> > other multi-frame websites in Firefox, so it's not just specific to 
> > Nagios.  My website CMS uses frames, and it happens 
> occasionally with 
> > it as well.
> >
> > I've only been running Firefox 3 since it was released a couple of 
> > weeks ago, but I haven't seen it happen in FF3 yet.
> 
> I'm talking about the Nagios navigation sidebar, and I've 
> seen it happen with FF2 and FF3
> 
> 
> Niall
> 
> 
> --
> ---
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source 
> project, along with a healthy diet, reduces your potential 
> for chronic lameness and boredom. Vote Now at 
> http://www.sourceforge.net/community/cca08
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS 
> when reporting any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null
> 

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Lorand S. D'Caltan
I was trying that, but it's not certified to work with 3.5 and VMW changed a 
few things between 3.0 and 3.5.

<><><><><><><><>
Lorand S. D'Caltan
Systems Engineer
iSystems LLC
(802) 655-8347 x157
<><><><><><><><>
CONFIDENTIALITY: The information contained in this message may be privileged 
and confidential and protected from disclosure. No confidentiality or privilege 
is waived or lost by any mistransmission. If the reader of this message is not 
the intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. Please immediately delete it and all copies of it from your system, 
destroy any hard copies of it and notify the sender. Thank you.


-Original Message-
From: James Pratt [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2008 9:40 AM
To: Lorand S. D'Caltan
Subject: RE: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

Ah, ok ... I was in the same boat a year or so ago, but gave up on nrpe for the 
same reasons you are having... anyhow, using snmp, we can do everything but the 
vmfs free, and we monitor the individual vm's separately via snmp as well since 
vmotion and such changes things so often...

Are you attempting to use these?

http://nagiosexchange.altinity.org/nagiosexchange/check_esx/

I see they finally have a 3.x version, so maybe I'll give it a try and let you 
know how it works for me as well on a test host...

Thanks,
jamie

> -Original Message-
> From: Lorand S. D'Caltan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 03, 2008 9:34 AM
> To: James Pratt; nagios-users@lists.sourceforge.net
> Subject: RE: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
>
> Everything really.
>
> Upstate, ping, Disk space, load, status of VMs, resource use by each VM, disk 
> space
> free on each datastore, etc.
>
> <><><><><><><><>
> Lorand S. D'Caltan
> Systems Engineer
> iSystems LLC
> (802) 655-8347 x157
> <><><><><><><><>
> CONFIDENTIALITY: The information contained in this message may be privileged
> and confidential and protected from disclosure. No confidentiality or 
> privilege is
> waived or lost by any mistransmission. If the reader of this message is not 
> the
> intended recipient, or an employee or agent responsible for delivering this 
> message
> to the intended recipient, you are hereby notified that any dissemination,
> distribution or copying of this communication is strictly prohibited. Please
> immediately delete it and all copies of it from your system, destroy any hard 
> copies
> of it and notify the sender. Thank you.
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of James Pratt
> Sent: Thursday, July 03, 2008 9:26 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
>
> Yes, very messy indeed... :(
>
> Not to be nosy, but what exactly are you trying to monitor via nrpe on esx?  
> ...
> There are many ways to skin the same cat in nagios-world, so perhaps if we 
> knew
> what you were ultimately trying to do, we could suggest other ways to do the 
> same
> thing? :)
>
> Regards,
> jamie
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:nagios-users-
> > [EMAIL PROTECTED] On Behalf Of Lorand S. D'Caltan
> > Sent: Thursday, July 03, 2008 9:05 AM
> > To: 'nagios-users@lists.sourceforge.net'
> > Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5
> >
> > At this point it's much more about the unending chain of dependencies that 
> > I'm
> > running into trying to use RPMs
> >
> > rpm -ivh nagios-nrpe-2.12-2.i586.rpm
> > warning: only V3 signatures can be verified, skipping V4 signature
> > error: Failed dependencies:
> > libwrap-libs is needed by nagios-nrpe-2.12-2
> > nagios-common is needed by nagios-nrpe-2.12-2
> > rc-scripts is needed by nagios-nrpe-2.12-2
> >
> > rpm -ivh libwrap-libs-7.6-43.i686.rpm
> > error: Failed dependencies:
> > rtld(GNU_HASH) is needed by libwrap-libs-7.6-43
> > rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by libwrap-libs-7.6-43
> >
> > rpm -ivh nagios-common-3.0.3-2.i586.rpm
> > error: Failed dependencies:
> > /bin/id is needed by nagios-common-3.0.3-2
> > /usr/bin/getgid is needed by nagios-common-3.0.3-2
> > rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by nagios-common-3.0.3-2
> >
> > rpm-5.0-0.2.0.el5.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 1aa78495
> > error: Failed dependencies:
> > beecrypt >= 4.1.2 is needed by rpm-5.0-0.2.0.el5.rf
> > getconf(GNU_LIBPTHREAD_VERSION) = NPTL is needed by rpm-5.0-
> > 0.2.0.el5.rf
> > libc.so.6(GLIBC_2.3.4) is needed by rpm-5.0-0.2.0.el5.rf
> > libc.so.6(GLIBC_2.4) is needed by rpm-5.0-0.2.0.el5.rf
> > libcrypto.so.6 is needed by rpm-5.0-0.2.0.el5.rf
> > libneon.so.2

Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Jedrzej Jajor

Lorand S. D'Caltan pisze:

You know, I swear I tried the ./configure --with-ssl-lib=/usr/local/ssl/lib 
before and it didn't work, this time it did. Confusing.


Maybe it was before you copied the libraries from the other machine?


But then this:

make all
cd ./src/; make ; cd ..
make[1]: Entering directory `/root/nrpe-2.12/src'
gcc -g -O2 -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include 
-DHAVE_CONFIG_H -o nrpe nrpe.c utils.c -L/usr/local/ssl/lib  -lssl -lcrypto 
-lnsl -lwrap
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
/usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'


I suppose the other machine from which you copied libssl.so and 
libcrypto.so is slightly different and has Kerberos libraries installed. 
Try "ldd /usr/local/ssl/lib/libssl.so" and "ldd 
/usr/local/ssl/lib/libcrypto.so" on the NRPE machine and see which 
dependencies are missing.


You can copy missing .so libs from the other machine (you should also 
repeat dependency check with ldd for all libs that you copy) or compile 
your own openssl on the NRPE host.


--
Regards,
Andy


smime.p7s
Description: S/MIME Cryptographic Signature
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Question about setup

2008-07-03 Thread Bo Lynch

On Thu, July 3, 2008 3:59 am, Matthew Macdonald-Wallace wrote:
> On Wed, 02 Jul 2008 11:20:51 -0600
> "Aaron M. Segura" <[EMAIL PROTECTED]> wrote:
>
>> First, start here:
>> http://nagios.sourceforge.net/docs/3_0/toc.html
>>
>> What you are asking is quite simple, and you should be able to handle
>> it with minimal effort, assuming you first understand the
>> documentation.
>>
>> On Wed, 2008-07-02 at 13:00 -0400, Bo Lynch wrote:
>> > Hello everyone. I am new to nagios but have heard great thing about
>> > it and would like to implement this at the school district that I
>> > work for. We have about 15 internal linux servers, 2 windows 2003,
>> > and 2 linux servers on public IP's that do email and apache. I'm
>> > just looking for some suggestions on how I should set this up. Is
>> > it possible to have one web interface monitor all servers? Thanks
>> > in advance for any advice. --
>> > Bo Lynch
>
> If the are all on separate subnets/networks and it is not hugely easy
> to route between them, you can either setup NAgios to monitor on a
> number of different ports and just use NATing on your router, or use
> something like OpenVPN from the "clients" (any machine running
> NRPE/NSCA) to the Nagios server.
>
> We do both here and it works like a charm! :o)
>
> M.
> --
> Matthew Macdonald-Wallace
> [EMAIL PROTECTED]
> http://www.truthisfreedom.org.uk
>
> -
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>

Thanks for all the great info. We are all on the same subnet so I think
this won't be to bad to configure. Thanks again.
Bo



-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Sidebar disappearing in Firefox

2008-07-03 Thread Niall O Broin
On 3 Jul 2008, at 14:33, Tony Rice (trice) wrote:

> I've noticed the same thing over the last day or two as well.  It's  
> odd
> because the Nagios frames aren't anything special and I've not noticed
> it happening on any other websites that use frames.  Have you tried
> disabling any add-ons in FireFox to see if that makes any difference.

No, I haven't because it happens rather rarely, and the fix is to  
restart FF (which I don't like to do as I usually have a metric  
shitload of open sites). Disabling an extension would require the same  
restart cycle, and then the problem would be gone - but I'd have no  
idea if the extension caused it or not.


Niall


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] CN=Jason Ellmers/OU=FirstInfo/O=FirstGroup is out of the office.

2008-07-03 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jason Ellmers wrote:
| I will be Out of the Office
| Start Date: 03/07/2008.
| End Date: 07/07/2008.

Great. Can the list administrator remove the person. This is the 5th
away message this person is sending to the mailinglist.

Hugo.

- --
[EMAIL PROTECTED]   http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc

A: Yes.
>Q: Are you sure?
>>A: Because it reverses the logical flow of conversation.
>>>Q: Why is top posting frowned upon?

Bored? Click on http://spamornot.org/ and rate those images.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFIbO6iBvzDRVjxmYERAsSEAKCDNR+rvYxAPBBwFgJ9x3j0GajoMwCdEyh2
UMMGYom/cZNdZQ7KWSY7usI=
=DABI
-END PGP SIGNATURE-

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] CN=Jason Ellmers/OU=FirstInfo/O=FirstGroup is out of the office.

2008-07-03 Thread Marc Powell

On Jul 3, 2008, at 10:22 AM, Hugo van der Kooij wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Jason Ellmers wrote:
> | I will be Out of the Office
> | Start Date: 03/07/2008.
> | End Date: 07/07/2008.
>
> Great. Can the list administrator remove the person. This is the 5th
> away message this person is sending to the mailinglist.

There's no list admin listening here. If you want him to see it, send  
it to the -owner address.

--
Marc

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Lorand S. D'Caltan
I did the ldd and copied the files but the missing stuff still shows as 
missing, it's stuff from the GLIBC package so I suspect it was deliberately 
left out of ESX.

I may just go over to SNMP, this is getting way too crazy.

<><><><><><><><>
Lorand S. D'Caltan
Systems Engineer
iSystems LLC
(802) 655-8347 x157
<><><><><><><><>
CONFIDENTIALITY: The information contained in this message may be privileged 
and confidential and protected from disclosure. No confidentiality or privilege 
is waived or lost by any mistransmission. If the reader of this message is not 
the intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. Please immediately delete it and all copies of it from your system, 
destroy any hard copies of it and notify the sender. Thank you.


-Original Message-
From: Jedrzej Jajor [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 03, 2008 9:49 AM
To: 'nagios-users@lists.sourceforge.net'
Cc: Lorand S. D'Caltan
Subject: Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

Lorand S. D'Caltan pisze:
> You know, I swear I tried the ./configure --with-ssl-lib=/usr/local/ssl/lib 
> before and it didn't work, this time it did. Confusing.

Maybe it was before you copied the libraries from the other machine?

> But then this:
>
> make all
> cd ./src/; make ; cd ..
> make[1]: Entering directory `/root/nrpe-2.12/src'
> gcc -g -O2 -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include 
> -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c -L/usr/local/ssl/lib  -lssl -lcrypto 
> -lnsl -lwrap
> /usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'
> /usr/local/ssl/lib/libssl.so: undefined reference to [EMAIL PROTECTED]'

I suppose the other machine from which you copied libssl.so and
libcrypto.so is slightly different and has Kerberos libraries installed.
Try "ldd /usr/local/ssl/lib/libssl.so" and "ldd
/usr/local/ssl/lib/libcrypto.so" on the NRPE machine and see which
dependencies are missing.

You can copy missing .so libs from the other machine (you should also
repeat dependency check with ldd for all libs that you copy) or compile
your own openssl on the NRPE host.

--
Regards,
Andy

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] NRPE-2.12 on VMWare ESX Server 3.5

2008-07-03 Thread Brian A. Seklecki
On Thu, 3 Jul 2008, Lorand S. D'Caltan wrote:

> I did the ldd and copied the files but the missing stuff still shows as 
> missing, it's stuff from the GLIBC package so I suspect it was 
> deliberately left out of ESX.

Jesus ! -- how bad could it be?

trust:$ ldd /usr/local/sbin/nrpe2

  /usr/local/sbin/nrpe2:
 libssl.so.4 => /usr/lib/libssl.so.4 (0x800638000)
 libcrypto.so.4 => /lib/libcrypto.so.4 (0x80077)
 libwrap.so.4 => /usr/lib/libwrap.so.4 (0x8009b7000)
 libc.so.6 => /lib/libc.so.6 (0x800abf000)

Well, you paid for it -- you need to crawl up VMWare's ass and stay there 
until they fix this.

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] How do I receive alerts for only some of services I am a contact for?

2008-07-03 Thread Matthew Jurgens
I'm wondering if anyone can think of a better way to configure the 
following scenario:


Assume I have 2 services being monitored, service1 and service2.
User1 wants to be able to see both services through the CGI interface 
and hence is defined as a contact for both of them.

User1 wants notifications for service1 but NEVER for service2.

The only way I can think of setting this up is as follows:

  1. Turn off all notifications for User1. This is the
 username/password the person logs into the CGI with.
  2. Create another user called User1_notifications. No one ever logs
 in as this user but it has the same contact details eg email etc
 as User1. User1_notifications has notifications enabled.
  3. Setup User1_notifications as a contact for service1 only.

Hence when service1 alerts User1 will never get alerted (notifications 
are off), User1_notifications will get alerted (and its really the same 
person as User1).
When service2 alerts, User1 will never get alerted (notifications are 
off) and User1_notifications will also not get alerted (as they are not 
even a contact).


Its a little bit ugly having to declare the contact twice, but at the 
moment its the only way I can think of achieving this.


Any ideas appreciated.



-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] problems with nagios spinning on notification

2008-07-03 Thread David Ford
When a service goes offline, nagios is supposed to tell nagios ircbot
about it.  The message gets to nagircbot but nagios is stuck in a dead
heat run at 100% cpu on read()

[1215140088.267404] [256.1] [pid=12801] Running command '/bin/echo
"PROBLEM DispatchBuddy Internal_PING_WAP_Dayroom CRITICAL $OUTPUT$
$DATETIME$" > /etc/nagios/nagiosbot.pipe &'...
[1215140088.274510] [064.1] [pid=12801] Making callbacks (type 10)...
[1215140088.284985] [001.0] [pid=20014] process_macros()
[1215140088.285654] [001.0] [pid=20014] process_macros()
[1215140088.285925] [001.0] [pid=20014] process_macros()
[1215140088.286113] [001.0] [pid=20014] process_macros()
[1215140088.286279] [001.0] [pid=20014] process_macros()
[1215140088.286455] [001.0] [pid=20014] process_macros()
[1215140088.290542] [001.0] [pid=20014] process_macros()
[1215140088.290890] [001.0] [pid=20014] process_macros()
[1215140088.291084] [001.0] [pid=20014] process_macros()


This was about 2.5 hours ago, the time now is +9400 seconds (2h36m)

nagios is doing nothing else but:

[...]
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
read(7, 0xbfa75b1c, 1023)   = -1 EAGAIN (Resource
temporarily unavailable)
[...]

Ranger data # ls -l /proc/12801/fd/7
lr-x--+ 1 root root 64 Jul  4 01:32 /proc/12801/fd/7 -> pipe:[65450357]

Ranger data # lsof|grep 65450357
nagios12801 nagios7r FIFO0,5
65450357 pipe
sh20016 nagios8w FIFO0,5
65450357 pipe

Ranger data # ps auxww|grep 20016
nagios   20016  0.0  0.0   2816   560 ?SJul03   0:00 sh -c
/bin/echo "PROBLEM DispatchBuddy Internal_PING_WAP_Dayroom CRITICAL
$OUTPUT$ $DATETIME$" > /etc/nagios/nagiosbot.pipe &



nagios won't do anything further.  I have to restart it.

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null