Re: [Nagios-users] monitor any process/service which runs on linuxbox using nagios

2008-04-24 Thread nagios nagios
Hi, i entered the nagios server Ip address n tired but no luck is any other way to monitor process/service on linux box using nagios... if yes please let us know thanks manjunath A On Fri, Apr 25, 2008 at 12:02 PM, Marcus <[EMAIL PROTECTED]> wrote: > nagios nagios schrieb: > > > my conf

Re: [Nagios-users] monitor any process/service which runs on linuxbox using nagios

2008-04-24 Thread Marcus
nagios nagios schrieb: > my config file looks like this > only_from = 127.0.0.1 Probably the above line is the culprit ;-) You have to put the nagios-servers address instead of localhost, so it is allowed to invoke the service. Have a look in the man of xinetd

Re: [Nagios-users] NRPE vs NSCA benchmarking

2008-04-24 Thread Aaron Devey
Maurizio Pinotti wrote: > NSCA PROS/CONS: the opposite It's important to note that multiple NSCA results can be sent per connection. This makes it slightly more load/network friendly when you have a lot of services. However, taking advantage of this benefit will increase the complexity of your c

Re: [Nagios-users] Hosts reboots too fast for check_alive notification

2008-04-24 Thread Aaron Devey
You could have the server fire a script during reboots that submits a check result to nagios via NSCA. It might be a little more elaborate than what you were looking for, but it will always catch a reboot even when a host check misses it. -Aaron Rodrick Brown wrote: > When one of my hosts reboo

Re: [Nagios-users] Nagios alerts via Windows Messenger

2008-04-24 Thread Ciro Iriarte
2008/4/24, Goltz, Jim (NIH/NLM/LHC) [C] <[EMAIL PROTECTED]>: > This may be an oft-asked question, but I haven't found any mention in > recent archives. > > I'm experimenting with using the Windows Messenger service (NOT MSN > Messenger) to send alerts. Basically Nagios calls "smbclient -M > so

Re: [Nagios-users] Using NRPE-NT to check WMI on Windows Server

2008-04-24 Thread Cook, Garry
Thank you Tony, I see that you're the author of NC_Net, and I think you sent a message the other day stating that there was a newly released version. What are your thoughts on doing things the way I described below vs. using NC_Net (or any agent). Pros, cons, reason to use both? Thanks, Garry F

Re: [Nagios-users] Using NRPE-NT to check WMI on Windows Server

2008-04-24 Thread Anthony Montibello
Each WIndows element and WMI stuff require different permissions, When using WMI, you have access to do almost anything, for example when query for users WMI contacts the primary domain controler and waits for its results of all users in the Domamin. Naturally this requires higher permissions tha

Re: [Nagios-users] Nagios alerts via Windows Messenger

2008-04-24 Thread Anthony Montibello
if the goal is to notify a windows user and you know the windows command to do this, Why not use NRPE or NC_NEt's runscript to run a script that preforms thisaction as part of your notification command? Tony (Author of NC_NEt) On Thu, Apr 24, 2008 at 12:19 PM, Goltz, Jim (NIH/NLM/LHC) [C] < [EMA

Re: [Nagios-users] Hosts reboots too fast for check_alive notification

2008-04-24 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Rodrick Brown > Sent: Thursday, April 24, 2008 3:45 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Hosts reboots too fast for check_alive notification > > When one

[Nagios-users] Hosts reboots too fast for check_alive notification

2008-04-24 Thread Rodrick Brown
When one of my hosts reboots I'm never notified about the outage. Currently I'm using a custom script S99bootnotify to alert me when a host comes online, is there any way to shorten the polling for check_alive? I find it strange that a host could reboot and nagios not detect that outage. Than

[Nagios-users] Using NRPE-NT to check WMI on Windows Server

2008-04-24 Thread Cook, Garry
Question for the Window's gurus out there. I'm not really a 'windows guy' and don't have access to the Windows servers that I've been asked to monitor. Therefore, I'm using the NRPE VBScript setup developed by Groundwork to monitor some Windows servers via WMI. The NRPE-NT service runs on one bo

Re: [Nagios-users] Trouble-shooting nagiosgrapher

2008-04-24 Thread Lars Stavholm
mjn wrote: > Is there any decent documentation for nagiosgrapher or boards that I can > search that are not in german? > > I've got it setup and configured but the one graph that I've configured > give me an image with this error: > > RRD Error: opening /var/lib/nagios/rrd/linux_narsil/': Permi

[Nagios-users] Trouble-shooting nagiosgrapher

2008-04-24 Thread mjn
Is there any decent documentation for nagiosgrapher or boards that I can search that are not in german? I've got it setup and configured but the one graph that I've configured give me an image with this error: RRD Error: opening /var/lib/nagios/rrd/linux_narsil/': Permission denied That di

Re: [Nagios-users] monitor any process/service which runs on linuxbox using nagios

2008-04-24 Thread nagios nagios
No i cant able to see still my config file looks like this [EMAIL PROTECTED] ~]# cat /etc/xinetd.d/nrpe # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { disable = no flags = REUSE socket_type = stream port=

Re: [Nagios-users] Nagios alerts via Windows Messenger

2008-04-24 Thread Jay R. Ashworth
On Thu, Apr 24, 2008 at 12:19:38PM -0400, Goltz, Jim (NIH/NLM/LHC) [C] wrote: > I'm experimenting with using the Windows Messenger service (NOT MSN > Messenger) to send alerts. Basically Nagios calls "smbclient -M > some_host", and a message pops up on some_host with whatever text I pipe > into sm

Re: [Nagios-users] monitor any process/service which runs on linuxbox using nagios

2008-04-24 Thread Marc Powell
> -Original Message- > From: nagios nagios [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 24, 2008 11:45 AM > To: Marc Powell > Cc: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] monitor any process/service which runs on linuxbox > using nagios > > Hi, > > yes i ad

Re: [Nagios-users] monitor any process/service which runs on linuxbox using nagios

2008-04-24 Thread nagios nagios
Hi, Just to be certain because I've never seen xinetd complain inappropriately -- This is on the _remote_ box, correct? You've added nrpe to xinetd and restarted on the remote box, correct? yes i added in the remote host under xinetd n restart the xinetd service still i cant able to see the nrpe

[Nagios-users] Nagios alerts via Windows Messenger

2008-04-24 Thread Goltz, Jim (NIH/NLM/LHC) [C]
This may be an oft-asked question, but I haven't found any mention in recent archives. I'm experimenting with using the Windows Messenger service (NOT MSN Messenger) to send alerts. Basically Nagios calls "smbclient -M some_host", and a message pops up on some_host with whatever text I pipe into

Re: [Nagios-users] NRPE vs NSCA benchmarking

2008-04-24 Thread Jay R. Ashworth
On Thu, Apr 24, 2008 at 04:06:58PM +0200, Maurizio Pinotti wrote: > NRPE PROS: centralized configuration, less error prone I contest this assertion. I'm setting up nrpe just now, and the fact that you effectively have to duplicate the configuration -- you have to define the check commands both in

Re: [Nagios-users] Alert when status information changes

2008-04-24 Thread Sander Klein
Marcus wrote: > Maybe your loadbalancer is even snmp-capable, and could send out a trap. > (Who knows, since you weren't too specific about your setup...) > Thanks for your answer. I can make the loadbalancer snmp capable. It's just a linux virtual server setup (IPVS) with keepalived. I can a

[Nagios-users] NRPE vs NSCA benchmarking

2008-04-24 Thread Maurizio Pinotti
Hi everybody, has anyone of you ever tried to benchmark NRPE and NSCA performance? It's acknowledged that passive checks (NSCA) move the load from Nagios server to monitored machines, so from a Nagios point of view they need less resources. But how much less? I'm trying to design a distributed mo

Re: [Nagios-users] monitor any process/service which runs on linuxbox using nagios

2008-04-24 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of nagios nagios > Sent: Thursday, April 24, 2008 6:21 AM > To: Marcus > Cc: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] monitor any process/service which runs on linuxb

Re: [Nagios-users] Alert when status information changes

2008-04-24 Thread Marcus
Sander Klein schrieb: > I don't want the service to become critical, unknown or warning I just > want to know when it occurs. Is this somehow possible with nagios? > > A push in the right direction would be nice :-) Hm here's a push: Why not monitor the syslog or similar, for a failover taking

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread nagios nagios
k, any thought on this... if this doesnt work.. do we have any plugin in nagios to check process/service on linux box... i need to monitor some process on linux box thanks manjunath On Thu, Apr 24, 2008 at 4:37 PM, Marcus <[EMAIL PROTECTED]> wrote: > nagios nagios schrieb: > > if i do /etc/serv

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread Marcus
nagios nagios schrieb: > Apr 23 18:46:51 remotemachine xinetd[2845]: service/protocol combination > not in /etc/services: nrpe/tcp The above line states the problem. can you post a "grep nrpe /etc/services" and maybe also your /etc/xinetd.d/nrpe file? Maybe you've got a typo in /etc/services.

[Nagios-users] Alert when status information changes

2008-04-24 Thread Sander Klein
Hi All, I have two loadbalancers in active-passive mode. I would like to know when a failover happens. I don't want the service to become critical, unknown or warning I just want to know when it occurs. Is this somehow possible with nagios? A push in the right direction would be nice :-) Rega

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread nagios nagios
i can see this messages under /var/logs/messages Apr 23 18:46:51 remotemachine xinetd[2845]: service/protocol combination not in /etc/services: nrpe/tcp if i do /etc/services | grep nrpe i can see nrpe5666/tcp if i do ps -ef | xinetd root 6122 1 0 17:24 ?00:00:00 x

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread Marcus
nagios nagios schrieb: > but if i grep ps -ef | grep nrpe it not showing any thing... Check the system-log /var/log/messages and see, what xinetd is doing. Check xinetd is running with "pidof xinetd" or alternatively with ps -ef | grep xinetd. Maybe something went wrong there. Any errors in the

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread nagios nagios
Hi, i followed the instruction it doesnt seems to be working fine, simple installation but i dont no whats wrong. in fact nrpe daemon is not getting start. i did the following things downloaded nrpe-2.8.1 packages n kept download folder i executed the below commands ./confiure make all make i

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread Marcus
nagios nagios schrieb: > i guess nrpe service is not running , i created the file as mentioned in > the README file n placed it under/etc/xinetd.d/ , how we can make it run Maybe you just have to start or restart xinetd? Greetz, Marcus ---

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread Dennis Hünseler
nagios nagios schrieb: Hi, i guess nrpe service is not running , i created the file as mentioned in the README file n placed it under/etc/xinetd.d/ , how we can make it run yes port is opened n i entered in /etc/service file. thanks manju On Thu, Apr 24, 2008 at 12:55 PM, Dennis Hünse

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread Marcus
Hi there, manjunath A schrieb: > [EMAIL PROTECTED] libexec]# ./check_nrpe -H remotemachine -p 5666 > Connection refused by host Check if the port 5666 is open on remotemachine with your favorite portscanner, and maybe check, if a firewall is blocking access to nrpe-port 5666 on the linux-host

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread nagios nagios
Hi, i guess nrpe service is not running , i created the file as mentioned in the README file n placed it under/etc/xinetd.d/ , how we can make it run yes port is opened n i entered in /etc/service file. thanks manju On Thu, Apr 24, 2008 at 12:55 PM, Dennis Hünseler <[EMAIL PROTECTED]> wrot

Re: [Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread Dennis Hünseler
nagios nagios schrieb: Hi All, how we can monitor any process/service which runs on linux box using nagios... i tried using NRPE by deploying on remote host.. but whenever i tired connecting remote machine from nagios using check_nrpe it will give some error connection refuse .. i followed

[Nagios-users] monitor any process/service which runs on linux box using nagios

2008-04-24 Thread nagios nagios
Hi All, how we can monitor any process/service which runs on linux box using nagios... i tried using NRPE by deploying on remote host.. but whenever i tired connecting remote machine from nagios using check_nrpe it will give some error connection refuse .. i followed the instrucation in README f