Re: [Nagios-users] check_logs permissions?

2006-06-27 Thread Pavleck, Jeremy D.
Title: Re: [Nagios-users] check_logs permissions? Run it as the user Nagios runs under, that will go a large way into figuring it out -- Jeremy D. Pavleck via BlackBerry Network Engineer - Systems Management IT Network and Infrastructure Dept. Capella Educ

[Nagios-users] check_logs permissions?

2006-06-27 Thread Martin.Kess
Hello,   I’m trying having trouble getting check logs to work. As a test, I’ve been monitoring Apache’s error.log for any new lines (with the regular _expression_ reg_exp => ‘.*’;   When I run check_logs.pl from the command line (logged in as root) it works fine, returning any new lines

Re: [Nagios-users] Check MS Terminal Services

2006-06-27 Thread Dustin Berube
Williard, Jason wrote: > I have several Windows 2003 Servers that I would like to check the > status of the terminal services on. What is the best method of doing > this? Is there a special plugin available for this purpose? > > > Jason Williard > Jason, If you have SNMP enabled you can use

Re: [Nagios-users] Check MS Terminal Services

2006-06-27 Thread VINAY_SHARMA
Use NSclient to check windows services. install nsclient on windows server and check TS service by nagios plugin. Thanks & regards ** Vinay Sharma Information Systems and Solutions Advanex Inc (www.advanex.co.jp) Fon : 813-3822-5863 Fax : 813-5815-

[Nagios-users] Check MS Terminal Services

2006-06-27 Thread Williard, Jason
I have several Windows 2003 Servers that I would like to check the status of the terminal services on. What is the best method of doing this? Is there a special plugin available for this purpose? Jason Williard E-MAIL CONFIDENTIALITY NOTICE: The contents of this e-mail message and

Re: [Nagios-users] Nagios stoped sending email notification

2006-06-27 Thread VINAY_SHARMA
Check smtp server log and check the nagios host and services email notification should active. also try to restart nagios server.and if smtp server on WAN link check the link should be UP. Thanks & regards ** Vinay Sharma Information Systems and Solutions Adv

Re: [Nagios-users] Version 2

2006-06-27 Thread Matthew Joyce
> > Can anyone tell me if with Nagios v2, it's possible to have > same host > > service dependencies ? > > Like httpd on host A requires mysqld on host A to work? I > can't see why it would not work. > Well, it doesn't work on v1.3 and it would be a significant reason to upgrade. I'm gettin

Re: [Nagios-users] Check file existence

2006-06-27 Thread Elizar M. Palad
Thanks max, Will check it out..! cheers! Jac On 6/27/06, Max H. <[EMAIL PROTECTED]> wrote: > Elizar M. Palad wrote: > > Hi List, > > > > Is there such a plugin that only check if a file exist? > > I want to nagios to check if a file was created after a cron job. > > > > I'm not sure of the usage

Re: [Nagios-users] problem with servicegroups

2006-06-27 Thread Hugo van der Kooij
On Tue, 27 Jun 2006, enediel gonzalez wrote: > hello: > I've Nagios 2.0b3 installed on debian, I declared a group of services, but > nowhere I see it using > the status.cgi, only appear hosts and services associated with them Unless I am mistaken this is as it was intended. If you need to zoom in

[Nagios-users] problem with servicegroups

2006-06-27 Thread enediel gonzalez
hello: I've Nagios 2.0b3 installed on debian, I declared a group of services, but nowhere I see it using the status.cgi, only appear hosts and services associated with them my configuration is the following /usr/local/nagios/etc/servicegroups/servicegroups.cfg define servicegroup{ servi

Re: [Nagios-users] multiple parents

2006-06-27 Thread Patrick Morris
On Tue, 27 Jun 2006, Elliot Finley wrote: > If I have routers in a ring configuration, that means that every router can > be reached via either direction on the ring. It also means that every > router will have two parents, one in each direction. It also means that > routerA can be the parent of

[Nagios-users] multiple parents

2006-06-27 Thread Elliot Finley
If I have routers in a ring configuration, that means that every router can be reached via either direction on the ring. It also means that every router will have two parents, one in each direction. It also means that routerA can be the parent of routerB and that routerB can be the parent of rout

Re: [Nagios-users] Nagios stoped sending email notification

2006-06-27 Thread Mrutyunjaya Dash
It is working now. Regards, Dash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Powell Sent: Tuesday, June 27, 2006 6:17 PM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios stoped sending email notification > -Origin

[Nagios-users] Status.cgi Weirdness

2006-06-27 Thread jeremy.ashton
All, I have come across a strange little problem in the status.cgi for Nagios in versions 2.0 through 2.3.1. The issue is related to the url generation from status.cgi in the Service Detail frame. We have found that the "Host Status Totals" filters are different if the "Service Status Totals" ha

Re: [Nagios-users] No Output

2006-06-27 Thread Williard, Jason
> -Original Message- > From: Williard, Jason [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:58 PM > To: nagios-users@lists.sourceforge.net; Marc Powell > Subject: RE: [Nagios-users] No Output > > > -Original Message- > > From: Williard, Jason [mailto:[EMAIL PROTECTED] >

Re: [Nagios-users] Check file existence

2006-06-27 Thread Max H.
Elizar M. Palad wrote: > Hi List, > > Is there such a plugin that only check if a file exist? > I want to nagios to check if a file was created after a cron job. > I'm not sure of the usage of this plugin, but you could investigate check_file. It would run across NRPE. I use the check_yum plugi

Re: [Nagios-users] Check file existence

2006-06-27 Thread Jee Kay
On 27/06/06, Elizar M. Palad <[EMAIL PROTECTED]> wrote: > Is there such a plugin that only check if a file exist? > I want to nagios to check if a file was created after a cron job. > > Critical if no file was generated and ok if there is. #!/bin/sh if [ -f /path/to/file ] ; then echo OK: File exi

[Nagios-users] Check file existence

2006-06-27 Thread Elizar M. Palad
Hi List, Is there such a plugin that only check if a file exist? I want to nagios to check if a file was created after a cron job. Critical if no file was generated and ok if there is. Thanks! Jac -- Don't Tell Me How Hard You Work.. Show Me How Much You'd Accomplished.. Using Tomcat

Re: [Nagios-users] No Output

2006-06-27 Thread Marc Powell
> -Original Message- > From: Williard, Jason [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:58 PM > To: nagios-users@lists.sourceforge.net; Marc Powell > Subject: RE: [Nagios-users] No Output > > > -Original Message- > > From: Williard, Jason [mailto:[EMAIL PROTECTED]

Re: [Nagios-users] Version 2

2006-06-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Matthew Joyce > Sent: Monday, June 26, 2006 8:12 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Version 2 > > > Can anyone tell me if with Nagios v2, it's possibl

Re: [Nagios-users] Nagios stoped sending email notification

2006-06-27 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mrutyunjaya Dash > Sent: Tuesday, June 27, 2006 6:44 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios stoped sending email notification > > Dear Nagios-users,

Re: [Nagios-users] Nagios stoped sending email notification

2006-06-27 Thread Mrutyunjaya Dash
Title: RE: Nagios stoped sending email notification Just to check this, I intentionally made the interface down of one server bng-jump. But for this I didn’t get any notification. Here is what I see in the log. [1151412949] HOST ALERT: bng-jump;DOWN;SOFT;3;CRITICAL - Host Unreachable (10.209

[Nagios-users] Nagios stoped sending email notification

2006-06-27 Thread Mrutyunjaya Dash
Title: Nagios stoped sending email notification Dear Nagios-users, Here I have a critical problem, all of sudden nagios stopped sending email notification for any alert whereas I have not done any modification. Can somebody help me out here? Regards, Mrutyunjaya Dash IT Engineer Juniper

[Nagios-users] Thanks: Re: Access group of hosts per user

2006-06-27 Thread David Latorre
Thanks, I had got confused with the authentication params in the cgi.conf file and I thought it was the only point for authentication. I have already tried what you said and it did indeed work. Thank you. David Using Tomcat but need to do more? Need to support web services, security? Get stuff

[Nagios-users] How to automate availability reports monthly ?

2006-06-27 Thread lobo epx
Hello, I generate availability reports in CSV format each month, and i try to find if it is possible to automate this sytem (in command-line or anything else), and to save the report directly in a file. Is there any solution ? My Nagios version is 2.2-1, Debian Etch Thanks, [EMAIL PROTECTED] U