Search found 41 matches

by lce411
Tue Jul 09, 2013 1:52 pm
Forum: Open Source Nagios Projects
Topic: Nagios reporting more services running than actually are
Replies: 8
Views: 3301

Re: Nagios reporting more services running than actually are

I think I might have figured out what the problem was but I'm unsure why this was the cause of it. I had to reboot one of the servers that was showing an incorrect Total Procs amount. As I watched the boot process, I saw a number of orphaned inodes being removed. After researching exactly what cause...
by lce411
Tue Jul 09, 2013 9:28 am
Forum: Open Source Nagios Projects
Topic: Nagios reporting more services running than actually are
Replies: 8
Views: 3301

Re: Nagios reporting more services running than actually are

Sorry for the late response. It seems our working hours are offset. Here are the results:
ls /proc | wc -l
138
by lce411
Mon Jul 08, 2013 2:04 pm
Forum: Open Source Nagios Projects
Topic: Nagios reporting more services running than actually are
Replies: 8
Views: 3301

Re: Nagios reporting more services running than actually are

Not at all. A random administrator may log in (usually just myself), but some have no one accessing them most of the time (squid, smtp). I ran 'ps -eaFm' to try and view the thread count of the currently running procs but I didn't see a "smoking gun", but I will admit that I'm not 100% sur...
by lce411
Mon Jul 08, 2013 12:02 pm
Forum: Open Source Nagios Projects
Topic: Nagios reporting more services running than actually are
Replies: 8
Views: 3301

Nagios reporting more services running than actually are

A few of the servers I monitor are reporting hundreds of processes running (some as high as the 700's), but a query on the server (ps -ef | wc -l) shows less than 100. Why or how would Nagios be so far off? I was not able to find any zombie processes running. Is it possible that Nagios is also picki...
by lce411
Thu May 30, 2013 11:33 am
Forum: Open Source Nagios Projects
Topic: Nagios hanging during start-up/reboot
Replies: 17
Views: 7123

Re: Nagios hanging during start-up/reboot

Well the problem has been resolved. It was not anything Nagios related. I didn't think it was, but wanted to do my due-diligence. One of our VMware guys found that, although there was 4GB or RAM configured, there was a 512MB reserve set. Once the reserve was removed, the CPU usage dropped drasticall...
by lce411
Thu May 30, 2013 7:28 am
Forum: Open Source Nagios Projects
Topic: Nagios hanging during start-up/reboot
Replies: 17
Views: 7123

Re: Nagios hanging during start-up/reboot

It would seem that your largest issue is disk utilization followed closely by fluctuating CPU usage. Have you taken a look at offloading mysql and using a ramdisk for check results and performance data? I've tried offloading MySQL to another server, but was unable to get data to actually be sent to...
by lce411
Wed May 29, 2013 9:05 am
Forum: Open Source Nagios Projects
Topic: Nagios hanging during start-up/reboot
Replies: 17
Views: 7123

Re: Nagios hanging during start-up/reboot

top > /tmp/top (press ctrl+c after a few seconds to break it) cat /tmp/top [root@cde-nagios ~]# cat /tmp/top top - 09:27:50 up 6 min, 1 user, load average: 3.02, 2.40, 1.11 Tasks: 112 total, 3 running, 109 sleeping, 0 stopped, 0 zombie Cpu(s): 89.8%us, 10.2%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si...
by lce411
Tue May 28, 2013 2:28 pm
Forum: Open Source Nagios Projects
Topic: Nagios hanging during start-up/reboot
Replies: 17
Views: 7123

Re: Nagios hanging during start-up/reboot

Lets get some basic system specs and load settings, ideally while its running sluggishly. This also may be easier to attach as a text message than typing in. ps ax | wc -l ulimit -a cat /proc/loadavg cat /proc/sys/kernel/threads-max grep -i rlimit /usr/local/apache/conf/httpd.conf uptime free -m df...
by lce411
Tue May 28, 2013 7:36 am
Forum: Open Source Nagios Projects
Topic: Nagios hanging during start-up/reboot
Replies: 17
Views: 7123

Re: Nagios hanging during start-up/reboot

Do you have a service defined for this host? The command you shared is for a local check, in order to check those hosts you are getting timeouts for you will need to install a NRPE agent on them, then check them from the Nagios server through a service "that is a very brief description of what...
by lce411
Fri May 24, 2013 1:37 pm
Forum: Open Source Nagios Projects
Topic: Nagios hanging during start-up/reboot
Replies: 17
Views: 7123

Re: Nagios hanging during start-up/reboot

Can you share the service configuration of one of your service's that are timing out? Also, the host configuration for it's Host. Also please share the output of running the following on the Nagios server's command line: sestatus command[check_syslog]=/usr/lib64/nagios/plugins/check_procs -w 1: -c ...