[Nagios-users] NSClient++: Connection Refused, again and again, with default config

2009-01-27 Thread 44kbps
Hi people of the world :P I'm just running the NSclient on a Windows machine. I got the default configuration of the NSC.ini but I have an error in the nagios: Connection refused I modified the NSC.ini to run the client on the 12489 port, and I add the IP of the nagios server on allowed host. I

[Nagios-users] check_http

2009-01-27 Thread Kaushal Shriyan
Hi I have a situation whenever my website www.example.com goes down due to the following reason,it gets redirected to error.example.com 1. tomcat is stopped 2. all threads are busy 3. tomcat not responding bcos of load or some code bug or DB error. Nagios should send an Critical Alert. Can it

Re: [Nagios-users] NSClient++: Connection Refused, again and again, with default config

2009-01-27 Thread Michael Medin
Best way to debug this is: 1, runt: NSClient++ /test (after stopping the service) and see what happends. 2, enable debug logging and check the nsc.log file. // Michael Medin Hi people of the world :P I'm just running the NSclient on a Windows machine. I got the default configuration of the

Re: [Nagios-users] NSClient++: Connection Refused, again and again, with default config

2009-01-27 Thread Kevin Keane
Connection closed by foreign host really suggests that the connection could be established, but NSClient closes it immediately. Check for a typo in the allowed host configuration. The rest is just general networking troubleshooting, in case I'm wrong on that. First, a stupid question: you say

[Nagios-users] Browser reload problem

2009-01-27 Thread Nicole Hähnel
Hi, since nagios 3.1.0 I can not reload any status.cgi page in firefox 3 and ie7. If I try to reload, it always jumps back to the main page. Is this a config problem? How can I normaly reload the site again? Thanks! Nicole

[Nagios-users] compiling plugins on Solaris 10

2009-01-27 Thread Neu, Timothy
I'm getting the following error trying to compile nagios-plugins. I've tried pointing both to the Sun SSL package and the one from Sunfreeware. I've also tried both Sun's compiler and GCC. No joy. I'm hoping someone else has seen this problem and managed to get past it. gcc -g

[Nagios-users] Ways and tweaks to make nagios more efficient. load average on monitoring host edging up.

2009-01-27 Thread Rahul Nabar
I set up my nagios system to monitor 256 odd nodes each with about 6 services (direct and NRPE). It is working fine but my load averages have started edging upwards. Not critical yet but I wanted some tips to make things more efficient and see if there are things I might have done ineffeciently.

[Nagios-users] nagiosQL

2009-01-27 Thread alexus
does anyone knows if latest version of nagiosQL lacks any features vs command prompt configuration? -- http://alexus.org/ -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story.

Re: [Nagios-users] Ways and tweaks to make nagios more efficient. load average on monitoring host edging up.

2009-01-27 Thread Jake
On Tue, Jan 27, 2009 at 6:20 PM, Rahul Nabar rpna...@gmail.com wrote: I set up my nagios system to monitor 256 odd nodes each with about 6 services (direct and NRPE). It is working fine but my load averages have started edging upwards. Not critical yet but I wanted some tips to make things

Re: [Nagios-users] Ways and tweaks to make nagios more efficient. load average on monitoring host edging up.

2009-01-27 Thread Mathieu Gagné
Hi, Rahul Nabar wrote: I set up my nagios system to monitor 256 odd nodes each with about 6 services (direct and NRPE). It is working fine but my load averages have started edging upwards. Not critical yet but I wanted some tips to make things more efficient and see if there are things I

[Nagios-users] check_dhcp oddness

2009-01-27 Thread jmoseley
Playing around with check_dhcp (installed via RHEL3 repository - nagios-plugins-1.4.11, check_dhcp v. 1.7), I noticed that by setting a timeout, the check result doesn't return until the timeout limit is reached. If I use no timeout, successful result is received in about 1 second. If I use a

[Nagios-users] NSClient Error Message

2009-01-27 Thread Kahlon, Robby
Hi, I am monitoring Windows XP desktops using NSClient. The monitoring works fine but I see the following error message in the Application Logs on the Windows XP desktop: NSClient CollectData: Call to retrieve counter value for \Processor(_total)\% Processor Time failed, returning status

Re: [Nagios-users] NSClient Error Message

2009-01-27 Thread Anthony Montibello
Hi Robby, I believe this indicates that there is a problem with the _Total instance of Processor Counter. I have found Some XP systems do not have the _Total instance, If you have trouble resolving NSClient you can upgrade to NSClinet++ or NC_Net and still use check_nt for that Host. Tony

[Nagios-users] check_snmp - sendmail on localhost

2009-01-27 Thread Chris
I'm trying to monitor if sendmail is running on localhost for one of my servers via Nagios. I can do snmpwalk -c foo -v1 server | grep sendmail: accepting connections and get HOST-RESOURCES-MIB::hrSWRunPath.9260 = STRING: sendmail: accepting connections. I got Nagios to check for snmp via

Re: [Nagios-users] check_snmp - sendmail on localhost

2009-01-27 Thread Ian Masters
I'm trying to monitor if sendmail is running on localhost for one of my servers via Nagios. Is there a reason you don't want to use check_smtp? Ian -- This SF.net email is sponsored by: SourcForge Community

Re: [Nagios-users] Ways and tweaks to make nagios more efficient. load average on monitoring host edging up.

2009-01-27 Thread Kyle O'Donnell
I use service deps. Most of my services are nrpe checks and I create a dep on nrpe. If a check comes back critical (or which ever state you choose to execute the dep) it does an nrpe check, if nrpe returns critical (or whichever state you choose) it stops executing the services dependant on