Re: [Nagios-users] FW: Too many notifications

2007-05-25 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of DeBattista, Joe > Sent: Friday, May 25, 2007 3:21 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] FW: Too many notifications > > > > Greetings, > > I'm new t

[Nagios-users] FW: Too many notifications

2007-05-25 Thread DeBattista, Joe
Greetings, I'm new to nagios, so I'm still learning the in's and out's of the program. One thing I'm trying to figure out is how to not get so many notifications. When the host goes down, I receive a notice about that, plus that all its services are now unavailable, and then the same amou

Re: [Nagios-users] NRPE configuring with SSL/TLS

2007-05-25 Thread Juan Galiana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SSL connections are enabled by default, try 'nrpe --help' and search a line like "SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher required" to confirm it. For connections without SSL option n is used explicitly Options: -n

[Nagios-users] ANNOUNCE: NSCA Wrapper for easier passive checks

2007-05-25 Thread Hari Sekhon
I've just released an NSCA Wrapper script on Nagios Exchange in order to turn normal ./check_plugin type commands into passive service checks. I had a couple of passive service checks but now somebody wants more I decided it was a waste of time to make little wrapper scripts for all of them, so

Re: [Nagios-users] One defined service for all hosts

2007-05-25 Thread John A. Sullivan III
On Fri, 2007-05-25 at 11:09 -0400, Morris, Patrick wrote: > > Is it possible to define a service check for a hostgroup? > > Yes. I define almost all of mine that way. It's a huge time and maintenance saver to do it that way. Here is a quick example: define service{ hostgroup_name

Re: [Nagios-users] Check_nt not reporting memory for 1 server

2007-05-25 Thread Anthony Montibello
it may be due to the amount of memory in the server, The memory Total may be too large for nsclient to process, This assumes that it never worked on this host. If it use to work, Then something must have broken and this is the only symptom that you are currently seeing. I would suggest trying NC

Re: [Nagios-users] Force Hard State with Passive Checks

2007-05-25 Thread Sapon, Dimitry
I was thinking of doing that also but just wanted to know if there was a more "graceful" way of approaching this problem. To answer the other question that came in, yes both active and passive checks are used on these services so the is_volatile is not an option. If anyone is aware of any other w

Re: [Nagios-users] Force Hard State with Passive Checks

2007-05-25 Thread Morris, Patrick
> I need to implement a certain logic into Nagios that I can't > figure out if it's possible. What I want to do is check > processes running on various boxes using the following logic > when a non-OK state is returned: > > Using active checks, I want Nagios to follow the standard > logic, cha

Re: [Nagios-users] Force Hard State with Passive Checks

2007-05-25 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Sapon, Dimitry > Sent: Friday, May 25, 2007 9:31 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Force Hard State with Passive Checks > > Hi there, > > > With p

Re: [Nagios-users] One defined service for all hosts

2007-05-25 Thread Morris, Patrick
> Is it possible to define a service check for a hostgroup? Yes. I define almost all of mine that way. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control

[Nagios-users] Force Hard State with Passive Checks

2007-05-25 Thread Sapon, Dimitry
Hi there, I need to implement a certain logic into Nagios that I can't figure out if it's possible. What I want to do is check processes running on various boxes using the following logic when a non-OK state is returned: Using active checks, I want Nagios to follow the standard logic, changing

Re: [Nagios-users] Unusual request....

2007-05-25 Thread Hari Sekhon
scrap that, I've just seen there is a plugin to do just this, check_file_age. -h Hari Sekhon Hari Sekhon wrote: > This should be very easy to write a plugin for in bash or python. > > Just check the last modified data against the current time and go > warning/critical if the difference betwe

Re: [Nagios-users] Unusual request....

2007-05-25 Thread Hari Sekhon
This should be very easy to write a plugin for in bash or python. Just check the last modified data against the current time and go warning/critical if the difference between the timestamp is too high. -h Hari Sekhon Lacayo, Luis F wrote: > HI All, > > I was asked by one of my users to see

Re: [Nagios-users] Unusual request....

2007-05-25 Thread Richard Luys-Nagios User
Hi Luis, On Fri, 25 May 2007 15:41:40 +0200, Lacayo, Luis F <[EMAIL PROTECTED]> wrote: > HI All, > > I was asked by one of my users to see if there is a way that NAGIOS can > check to see if a certain file was updated with in the last 10 minutes, > and it is not updated then to issue an alert.

Re: [Nagios-users] Unusual request....

2007-05-25 Thread Jim Avery
On 25/05/07, Lacayo, Luis F <[EMAIL PROTECTED]> wrote: > I was asked by one of my users to see if there is a way that NAGIOS can > check to see if a certain file was updated with in the last 10 minutes, > and it is not updated then to issue an alert. > > Is there a plugging for NAGIOS to handle thi

Re: [Nagios-users] Problem with smtp check

2007-05-25 Thread Manish N
Hi, It's not a hardware issue instead as Brian pointed out it's an issue with nagios-plugin. I had to use perl/python scripts as a workaround when i was trying to configure such checks on our mail servers.. Cheers n TIA Manish. On 5/24/07, Brian C. Hill <[EMAIL PROTECTED]> wrote: I

[Nagios-users] Unusual request....

2007-05-25 Thread Lacayo, Luis F
HI All, I was asked by one of my users to see if there is a way that NAGIOS can check to see if a certain file was updated with in the last 10 minutes, and it is not updated then to issue an alert. Is there a plugging for NAGIOS to handle this? If not any ideas how I could get this done? Thanks

Re: [Nagios-users] Check_nt not reporting memory for 1 server

2007-05-25 Thread Holtz, Ray
Sorry, should have included that. We use nsclient, and the server accurately reports disk space, cpu load, and services with the check_nt plugin. However I noticed that it does not report uptime correctly. It reports System Uptime - 0 day(s) 0 hour(s) 0 minute(s) Thanks! -- Ray Ho

Re: [Nagios-users] Increasing Nagios performance

2007-05-25 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jim Avery > Sent: Friday, May 25, 2007 6:26 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Increasing Nagios performance > > > But latency is still not very

Re: [Nagios-users] Increasing Nagios performance

2007-05-25 Thread Jim Avery
On 25/05/07, magic_rooter <[EMAIL PROTECTED]> wrote: > Hello everybody! > Thank you very much for your assistance!! You helped me a lot!! Nagios > performance increased! Now all my 2160 check performed on 5 min > instead of 15 min! It is interesting can I increase it to 1 min?May be > there are any

Re: [Nagios-users] One defined service for all hosts

2007-05-25 Thread Jim Avery
On 25/05/07, Patryk Lasoń <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to define a service check for a hostgroup? > I have 100 nodes in cluster and would like to define sth like this: > > define hostgroup{ > hostgroup wns > members wn1-wn100 > } > > define service{ > hostg

Re: [Nagios-users] Looking for modified statusmap.cgi

2007-05-25 Thread Jim Avery
On 25/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Has anyone got a statusmap.cgi that has been modified to only show the > network layout and not all the layout method, drawing layers etc. > > Im looking for a visual that just shows my network layout and so I can put > it on the screen an

Re: [Nagios-users] Increasing Nagios performance

2007-05-25 Thread magic_rooter
Hello everybody! Thank you very much for your assistance!! You helped me a lot!! Nagios performance increased! Now all my 2160 check performed on 5 min instead of 15 min! It is interesting can I increase it to 1 min?May be there are any other methods of tuning? I only set check_host (with check_icm

Re: [Nagios-users] Wrong last check time on passive checks

2007-05-25 Thread skridsko grafstrom
Guess I fixed it myself with a cleanup of old records, and a restart. =) > >>> skridsko 25/5/2007 07:29 >>> > > I run a distributed Nagios setup, but using my own scripts to collect > the results from remote servers instead of NCSA. Results are submitted > using the following format, as described

Re: [Nagios-users] Check_nt not reporting memory for 1 server

2007-05-25 Thread Phil Costelloe
Holtz, Ray wrote: > We have Nagios set to run check_nt to check physical memory and it > works great for all of our servers except one. It is Windows server > 2003, and when run from the command line: > > check_nt -H server1 -p 1248 -v MEMUSE > > it returns > > Memory usage: total:0.00 Mb - us

[Nagios-users] One defined service for all hosts

2007-05-25 Thread Patryk Lasoń
Hello, Is it possible to define a service check for a hostgroup? I have 100 nodes in cluster and would like to define sth like this: define hostgroup{ hostgroup wns members wn1-wn100 } define service{ hostgroup wns service_descriptionSSH check_command