Search found 4 matches
- Mon Oct 29, 2012 4:39 am
- Forum: Open Source Nagios Projects
- Topic: CPU utilization for nagios server high
- Replies: 3
- Views: 1595
Re: CPU utilization for nagios server high
The dstat output while 100% utilization. [root@msmontest01 ~]# dstat You did not select any stats, using -cdngy by default. ----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system-- usr sys idl wai hiq siq| read writ| recv send| in out | int csw 2 23 74 1 0 0|4060B 239k| 0 0 | 164B 101...
- Thu Oct 25, 2012 4:03 am
- Forum: Open Source Nagios Projects
- Topic: CGI permissions problem
- Replies: 4
- Views: 1588
Re: CGI permissions problem
Can you check the permissions for the file
/usr/local/nagios/var/rw/nagios.cmd
It should be owned by Nagios and should have write permissions. Some thing like this:
[root@msmontest01 rw]# ls -l /usr/local/nagios/var/rw
total 0
prw-rw---- 1 nagios nagios 0 Oct 24 02:05 nagios.cmd
/usr/local/nagios/var/rw/nagios.cmd
It should be owned by Nagios and should have write permissions. Some thing like this:
[root@msmontest01 rw]# ls -l /usr/local/nagios/var/rw
total 0
prw-rw---- 1 nagios nagios 0 Oct 24 02:05 nagios.cmd
- Thu Oct 25, 2012 3:35 am
- Forum: Open Source Nagios Projects
- Topic: Problem restarting nagios
- Replies: 2
- Views: 1199
Re: Problem restarting nagios
Can you try starting nagios daemon by giving:
#/usr/local/nagios/bin/nagios -c /usr/local/nagios/etc/nagios.cfg -d
I think while recompiling, there might have been some problem with the init script for starting Nagios daemon.
#/usr/local/nagios/bin/nagios -c /usr/local/nagios/etc/nagios.cfg -d
I think while recompiling, there might have been some problem with the init script for starting Nagios daemon.
- Sun Oct 21, 2012 2:22 am
- Forum: Open Source Nagios Projects
- Topic: CPU utilization for nagios server high
- Replies: 3
- Views: 1595
CPU utilization for nagios server high
Hi, I have a nagios server installed monitoring aroung 90 hosts and around 500 services. The CPU utilization always comes around 90%, and most of the CPU load is taken by nagios processes: See the output below: [root@msmontest01 ~]# ps -eo pcpu,pid,user,args | sort -k 1 -r | head -25 %CPU PID USER C...