Re: [Nagios-users] check_command issue

2006-02-17 Thread Werner Flamme
Mrutyunjaya Dash schrieb am 17.02.2006 14:34: Hi, Now I am trying to use the nrpe to monitor the remote host. I have downloaded the plugin 1.4 version of nagios and nrpe 2.3. After the entire configuration according to the README file, I am getting the following error for the below

[Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Tom Brown
Hi I seems to be having an issue compiling the check_mysql plugin on a x86_64 box. I have MySQL installed and running and my compile line looks like... ./configure --prefix=/opt/nagios-2.0 --with-nagios-user=nagios --with-nagios-group=nagios --with-cgiurl=/cgi-bin --with-mysql=/opt/mysql

Re: [Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Tom Brown
It's not the *best* solution but a work around to this is to manually edit the configure file before doing your ./configure as the configure file has /usr/lib hard-coded and won't figure out /usr/lib64 without some help *note* all this is from a Red Hat point of view, may require some

RE: [Nagios-users] check_command issue

2006-02-17 Thread Mrutyunjaya Dash
Hi, I am not getting any information regarding check_by_ssh implementation, how can we use this check_by_shh to monitor remote host? Regards, Dash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Werner Flamme Sent: Friday, February 17, 2006 7:21 PM To:

[Nagios-users] Important Message from the Accredo Health Email Gateway

2006-02-17 Thread thomas . edwards
In order to protect our employees, patients, partners and computer systems, Accredo Health, Inc. places restrictions on email passing between our network and the Internet. In compliance with that policy, a message addressed to you has been automatically blocked by the gateway due to decomposition

Re: [Nagios-users] check_mysql compile issue - x86_64

2006-02-17 Thread Jim Perrin
this is on a CentOS 4.2 box (RHEL4) - it can now find the lib but any ideas on the version issue? Slightly off topic but... Why are you building this from source? It's already been built and packaged in rpm form for use on RHEL/CentOS. I run these packages on centos regularly with no problem

[Nagios-users] nagios with tripwire

2006-02-17 Thread Dany Allard
Hello everyone Has anyone used Nagios to monitor tripwire events? If someone has done this and could point me in the right direction, that would be great. Thank you for your time Dany Allard This message is intended only for the addressee and may contain personal, privileged or confidential

[Nagios-users] NDOUtils 1.3.1: Compilation error

2006-02-17 Thread Andreas Tillner
Hallo, yesterday, I compiled NDOUtils 1.3.1 on a SUSE 10.0 (32Bit) Box and everything works fine. Today, I try the same on a 64Bit SUSE 10.0 Server and I got the following error. /tmp/ndoutils-1.3.1$ make cd ./src/; make ; cd .. make[1]: Entering directory `/tmp/ndoutils-1.3.1/src' gcc -g -O2

Re: [Nagios-users] nagios with tripwire

2006-02-17 Thread Demetri Mouratis
On Fri, 17 Feb 2006, Dany Allard wrote: Hello everyone Has anyone used Nagios to monitor tripwire events? If someone has done this and could point me in the right direction, that would be great. Dany, It's been a while since I used tripwire but I don't recall it generating any events,

[Nagios-users] check_nrpe 2.0 and simple shell scripting

2006-02-17 Thread Frank Thyes
Dear list, im expieriencing a strange behaviour with check_nrpe in conjunction with a simple shell script. The script does nothing exceptionally. The script should check the files which hang around in the postfic mailq. Sure for this purpose exists a special plugin called check_mailq, but this

Re: [Nagios-users] check_nrpe 2.0 and simple shell scripting

2006-02-17 Thread Frank Thyes
Hi Marc, +++ Marc Powell [Fri, Feb 17, 2006 at 08:40:48PM CET]: Typically mail queues are only readable by root. Have you modified permissions on the queue directory, the script or are you using sudo to run it successfully as a non-root user? The mailq command typically has the required