[Nagios-users] nrpe configuration on solaris.

2007-07-02 Thread Lalita Drolia
Hi, I have installed and configured nrpe on a solaris client. It has been working successfully for me. But recently I tried to configure it the same way on two more solaris machines and it is giving me the following error- Check_nrpe:socket timeout after 10 seconds. If I use -t with

Re: [Nagios-users] check_amanda with nsca

2007-07-02 Thread Thomas Ginestet
Thomas Ginestet a écrit : Hi list, I would like to use the plugin check_amanda (a python script) with nsca but it doesn't seem to work: In the client side, here is the output: echo backup;check_amanda;return_code;`./check_amanda` | /usr/sbin/send_nsca -H serverIP -d ; -to 500 -c

[Nagios-users] Distributed setups

2007-07-02 Thread Tobias Klausmann
Apologies for the other mail with the wrong setup. Too little coffee on my part. Hi! We're currently looking at creating a distributed setup using NSCA. One thing that I've found no mention of is how the host and service commands are forwarded. Even if the central machien does all the

Re: [Nagios-users] Distributed setups

2007-07-02 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Tobias Klausmann Sent: Monday, July 02, 2007 4:52 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Distributed setups Even if the central machien does all the

Re: [Nagios-users] check_snmp setup questions

2007-07-02 Thread Christopher Odenbach
Am Freitag, 29. Juni 2007 schrieb Mark Haney: I have just setup a check_snmp service in Nagios v2.9 to be able to check a new temperature/humidity sensor in our data center. #check_snmp_POP_Temp command define command{ command_namecheck_snmp command_line

[Nagios-users] Dependencie question

2007-07-02 Thread chiel
hi, I want that if a child is checked and it seems to be down it also checks the parrent if its down. Because now I just uses the last check state from the parrent. This is for both hosts and services dependecie. How can I set this up?

[Nagios-users] nrpe vs snmp resources

2007-07-02 Thread Rogelio Bastardo
I remember a while back seeing a well-written NRPE vs SNMP webpage (that was incredibly detailed). I've googled for a while, and can't seem to refind it. If anyone has a good one, do share! thx - This SF.net email is

[Nagios-users] best place to put NSClient++ on a Windows server?

2007-07-02 Thread Rogelio Bastardo
I recently downloaded the NSClient++ plugin so that I could monitor my NT servers using Nagios. In the instructions (http://trac.nakednuns.org/nscp/wiki/Documentation), it says to install it via the command line (nsclient++.exe /install). I do that, it says that it's finished, so I'm assuming

Re: [Nagios-users] nrpe vs snmp resources

2007-07-02 Thread Michael Schwartzkopff
Am Montag, 2. Juli 2007 17:03 schrieb Rogelio Bastardo: I remember a while back seeing a well-written NRPE vs SNMP webpage (that was incredibly detailed). I've googled for a while, and can't seem to refind it. If anyone has a good one, do share! thx Basically you can do everything with

Re: [Nagios-users] nrpe vs snmp resources

2007-07-02 Thread Rogelio Bastardo
Basically you can do everything with SNMP. With nearly all devices. But I never have seen a router with nrpe installed. While knew that SNMP did just about everything that NRPE did, but I thought that there might be a couple of things NRPE did independent of SNMP. If I understand

Re: [Nagios-users] Dependencie question

2007-07-02 Thread Patrick Morris
chiel schrieb am Montag, den 02. Juli 2007: hi, I want that if a child is checked and it seems to be down it also checks the parrent if its down. Because now I just uses the last check state from the parrent. This is for both hosts and services dependecie. Using the parents directive

[Nagios-users] Unable to installed the plugins

2007-07-02 Thread Paikray, Manas (GE Money, consultant)
Hi All, Can someone help me here so I can installed the nagios with the plugins users, getting below errors while compilation the plugins. Linux MYUSVWSHQLAB025 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686 i686 i386 GNU/Linux [EMAIL PROTECTED] nagios-plugins-1.4.7]# cat

[Nagios-users] Problem in compiling nagios-plugin-1.4.9

2007-07-02 Thread Kevin Zhang
I am trying to commpile the nagios-plugin-1.4.9 on Red Hat Enterprise Linux ES release 4 (Nahant Update 4). But encountered the following errors. Could someone help? Thanks in advance. Kevin SZ Making all in plugins make[2]: Entering directory `/root/nagios-plugins-1.4.9/plugins' /bin/sh

Re: [Nagios-users] Problem in compiling nagios-plugin-1.4.9

2007-07-02 Thread Paikray, Manas (GE Money, consultant)
I am also getting the same error, please let me know if you got the solution, Many Thanks, -Manas From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Zhang Sent: Monday, July 02, 2007 4:08 PM To: nagios-users@lists.sourceforge.net Subject:

Re: [Nagios-users] Problem in compiling nagios-plugin-1.4.9

2007-07-02 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Zhang wrote: I am trying to commpile the nagios-plugin-1.4.9 on Red Hat Enterprise Linux ES release 4 (Nahant Update 4). But encountered the following errors. Could someone help? Thanks in advance. Is there a particular reason you are

[Nagios-users] check_mysql - how to store passwords securely

2007-07-02 Thread Jake Solid
I use the NRPE deamon my Nagios server to monitor a remote mysql database. I have the following entry in the nrpe.cfg of my remote server that runs mysql: command[check_mysql]=/usr/lib64/nagios/plugins/check_mysql -d my_database -u root -p mypassword It connects properly BUT Is there a way

Re: [Nagios-users] Problem in compiling nagios-plugin-1.4.9

2007-07-02 Thread Paikray, Manas (GE Money, consultant)
Hi Max, Getting below error while trying using rpm, [EMAIL PROTECTED] ~]# rpm -ivh nagios-plugins-1.4.4-1.el4.rf.i386.rpm warning: nagios-plugins-1.4.4-1.el4.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed dependencies: perl(Net::SNMP) is needed by

Re: [Nagios-users] Problem in compiling nagios-plugin-1.4.9

2007-07-02 Thread Kevin Zhang
I can compile nagios-plugin-1.4.3 successfully but not 1.4.9. Need to compile it myself to make sure I know the details. Kevin SZ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paikray, Manas (GE Money, consultant) Sent: Monday, July 02, 2007 1:37 PM

Re: [Nagios-users] check_mysql - how to store passwords securely

2007-07-02 Thread Jim Perrin
On 7/2/07, Jake Solid [EMAIL PROTECTED] wrote: I use the NRPE deamon my Nagios server to monitor a remote mysql database. I have the following entry in the nrpe.cfg of my remote server that runs mysql: command[check_mysql]=/usr/lib64/nagios/plugins/check_mysql -d my_database -u root -p

[Nagios-users] Nagios and Qpage

2007-07-02 Thread Herrington, Tony
This is semi-Nagios related. I have Qpage all setup to notify by SMS out a dial up modem, to a local landline, incase the network is down. I run a test page, it queues up all ready to go, but then tells me my ttyS0 is already in use. Anyone have any idea why this might happen? The phone line is

Re: [Nagios-users] Unable to installed the plugins

2007-07-02 Thread Ton Voon
On 2 Jul 2007, at 20:07, Paikray, Manas (GE Money, consultant) wrote: +Error+ if gcc -DLOCALEDIR=\/usr/local/nagios/share/locale\ - DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/ include/ldap -I/include -I/usr/include-g -O2 -MT check_apt.o -

Re: [Nagios-users] Problem in compiling nagios-plugin-1.4.9

2007-07-02 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paikray, Manas (GE Money, consultant) wrote: Hi Max, Getting below error while trying using rpm, [EMAIL PROTECTED] ~]# rpm -ivh nagios-plugins-1.4.4-1.el4.rf.i386.rpm warning: nagios-plugins-1.4.4-1.el4.rf.i386.rpm: V3 DSA signature: NOKEY,

Re: [Nagios-users] Problem in compiling nagios-plugin-1.4.9

2007-07-02 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max Hetrick wrote: Add to /etc/sysconfig/rhn/sources #Uncomment dag's repo to install/update packages yum dag http://dag.atrpms.net/redhat/el4/en/$basearch/dag I take that back, use this: #Uncomment dag's repo to install/update packages yum

Re: [Nagios-users] Unable to installed the plugins

2007-07-02 Thread Paikray, Manas (GE Money, consultant)
Your name is Ton and I like to give you Ton of thanks, Please accept, it work Max, Fyi I compiled manually, root cause is the Space on my base directory, thanks to you also. Many thanks again, -Manas -Original Message- From: Ton Voon [mailto:[EMAIL PROTECTED] Sent: Monday, July 02,

Re: [Nagios-users] Distributed setups

2007-07-02 Thread Steve Shipway
We're currently looking at creating a distributed setup using NSCA. One thing that I've found no mention of is how the host and service commands are forwarded. I think they are not. Even if the central machien does all the notifications (as we're planning), completely dis/enabling

Re: [Nagios-users] nrpe configuration on solaris.

2007-07-02 Thread Steve Shipway
1. On solaris, make sure you have the SSL libraries installed if you are going to use SSL. Solaris does not seem to have these by default. 2. If you disable SSL, you need to do it on the client as well. So, your inetd definition uses -n to disable SSL, and you must also give the -n option to

[Nagios-users] Nested notifications; parent vis-a-vis parent_host

2007-07-02 Thread Lev Lafayette
Hey nagios people, Assume I have a happy system of a hypervisor and virtual machines. Further, there's a neat system of when a machine goes down an SMS and email is sent to the responsible person. However, when the parent machine goes down, all the VMs (for obvious reasons) send out a Oh Noes!