Re: [Nagios-users] monitor cpu usage...

2008-12-15 Thread Craig A
Hi Jayson, Thanks for the suggestion but '-C' just limited it to the 4 processes that I'm interested in, but it still says "OK".Reducing "-w" to "1" is the only way i can get a warning out even though top is still showing the offending process pinned around 100% and it's not yo-yo'ing...

Re: [Nagios-users] service notifications for host down

2008-12-15 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy Shellam wrote: > Hi James, > > Does your host appear as down in Nagios? If not, your host's > check_command may be returning inaccurate information (telling Nagios > it's up when it's actually down.) Or The service check reaches a hard s

Re: [Nagios-users] Last Check Time Issue

2008-12-15 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Calhoun, Matthew wrote: > Hugo, > > If that were the case, then this service should have a "Last Check Date" of > never, as it has always been passive. It is just lagging behind by a few > hours Have you verified this in the logs? Hugo. - --

Re: [Nagios-users] monitor cpu usage...

2008-12-15 Thread Jayson Broughton
How about the -C flag? ./check_proc -w 10 -c 20 -C ApplicationName -metric=CPU ~Jayson From: Craig A [mailto:tabmo...@gmail.com] Sent: Monday, December 15, 2008 2:01 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] monitor cpu usage... Hi all, I've looked at

[Nagios-users] monitor cpu usage...

2008-12-15 Thread Craig A
Hi all, I've looked at the documentation, at the mailling lists, and googled around, and don't explicitly see it so thought i'd try here On our system, I've set up nagios and it's monitoring a few things (http, etc) just fine. However, one of our applications is giving us grief and someti

Re: [Nagios-users] launching ssh session via action_url (or other mechanism)

2008-12-15 Thread Eric Pearce
Good tip. I also found a useful utility on the MSDN link, http://www.codeplex.com/customurl I used CustomURL to set up both "ssh://" and "rdp://" (remote desktop) protocols for broswers and I have verified that it works for both IE and Firefox. This enables me to do the following: action_

Re: [Nagios-users] info on nagios

2008-12-15 Thread Andy Shellam
Please remember to "Reply to All" so the list can see your replies and provide future information for people searching the archives. Nagios will do what you want. Like Marc said, no proxy is required - just network access between the Nagios monitoring server and the clients you want to monitor

Re: [Nagios-users] service notifications for host down

2008-12-15 Thread Andy Shellam
Hi James, Does your host appear as down in Nagios? If not, your host's check_command may be returning inaccurate information (telling Nagios it's up when it's actually down.) Andy James wrote: > Why would I get service notifications for a host that is down? > > > -

Re: [Nagios-users] Error: Could not open command file 'nagios.cmd' for update!

2008-12-15 Thread Marc Powell
On Dec 15, 2008, at 11:48 AM, Aldo Foot wrote: > > Does anyone have information about my question? > Why does nagios fails to schedule commands when the firewall is > running? Since firewalls operate on network traffic to and from the nagios machine, it can have no impact whatsoever on nagio

[Nagios-users] service notifications for host down

2008-12-15 Thread James
Why would I get service notifications for a host that is down? -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave

Re: [Nagios-users] Servicegroups and web interface

2008-12-15 Thread Matthew Shanker
Jon Angliss wrote: > On Fri, 12 Dec 2008 12:11:39 -0700, Matthew Shanker > wrote: > > >> I'm having what I think is some sort of permissions issue but I can't >> put my finger on it. I've got a situation where I've got an empty >> servicegroup that shows up in the web interface. As soon as I

Re: [Nagios-users] Error: Could not open command file 'nagios.cmd' for update!

2008-12-15 Thread Aldo Foot
On Fri, Dec 12, 2008 at 5:47 PM, Aldo Foot wrote: > On Fri, Dec 12, 2008 at 5:02 PM, Aldo Foot wrote: >> I'm running CentOS 5 and Nagios 3.0.6. >> >> When I click on "Re-schedule the next check of this service" I get an error: >> >> Error: Could not open command file >> '/usr/local/nagios/var/rw/

Re: [Nagios-users] Last Check Time Issue

2008-12-15 Thread Calhoun, Matthew
Hugo, If that were the case, then this service should have a "Last Check Date" of never, as it has always been passive. It is just lagging behind by a few hours Thanks, Matt -Original Message- From: Hugo van der Kooij [mailto:hvdko...@vanderkooij.org] Sent: Sunday, December 14, 20

Re: [Nagios-users] Host is not allowed to talk to us!

2008-12-15 Thread Grant Lowe
Well, I finally got the problem fixed. It turns out that the latest problem was caused by some .so library files that were incorrect. I ran ldd on the nrpe binary and looked at each file it was looking for. Going through the files one-by-one, I found the files and had redo some sym links. Th

Re: [Nagios-users] too much notify

2008-12-15 Thread Alejandro Feijoo Fraga
Kai Sulfrian escribió: > You got NOTIFICATIONS about a HOST and not a SERVICE !!! > You have to set up your HOST notification settings. > > define host{ > ... > notification_interval 0 > ... > } > > ups! sorry thats wrong mail data mi host definition have the not

Re: [Nagios-users] info on nagios

2008-12-15 Thread Marc Powell
On Dec 15, 2008, at 4:32 AM, Mario Almeida wrote: > Hi All, > > I am new to Nagios. > > would like to know if Nagios have a proxy to monitor the remote > location Nagios doesn't need a proxy, just a transport. See the documentation sections 'How to monitor a ...' and 'Distributed Monitoring'

[Nagios-users] Antwort: Re: too much notify

2008-12-15 Thread Sascha . Runschke
Hello Alejandro, first of all: please do not "toppost" and "fullquote" the messages. It's considered rude and makes reading and understanding your message harder then necessary. Thanks for your understanding. Second: You have misunderstood something. You posted a service definition. > --- > def

Re: [Nagios-users] info on nagios

2008-12-15 Thread Andy Shellam
You can use NRPE on remote servers to be monitored from a central Nagios server, yes. If you need any more information we'll need more explanation from you about what it is you'd like to do. Thanks, Andy Mario Almeida wrote: > Hi All, > > I am new to Nagios. > > would like to know if Nagios ha

[Nagios-users] info on nagios

2008-12-15 Thread Mario Almeida
Hi All, I am new to Nagios. would like to know if Nagios have a proxy to monitor the remote location Regards, Remy -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can

Re: [Nagios-users] too much notify

2008-12-15 Thread Alejandro Feijoo Fraga
Hi. I have al services similiar like this: --- define service{ use generic-service host_name cn003 service_description PING is_volatile 0 check_period