Search found 4 matches
- Wed Oct 30, 2013 10:13 pm
- Forum: Open Source Nagios Projects
- Topic: my Nagios show me server's Total Processes is critical
- Replies: 11
- Views: 20275
Re: my Nagios show me server's Total Processes is critica
yesterday, I discussed the same question with my Colleague(a software developer), he told me that processes of server is seldom chanced. only when you stop some services or virus. process will not increase or decrease even if CPU usage is 100%(I find it's true, one of my server cpu usage is 100%,but...
- Mon Oct 28, 2013 3:12 am
- Forum: Open Source Nagios Projects
- Topic: my Nagios show me server's Total Processes is critical
- Replies: 11
- Views: 20275
Re: my Nagios show me server's Total Processes is critica
thanks, I know why nagios always display critical. client's nrpe.cfg command[check_total_procs]=/usr/local/nagios/libexec/check_procs -w 150 -c 200 warning value is 150, critical value is 200. by the way, I want to know: my server has 4 cpu cores(this server is a vmware virtual server) and run php (...
- Mon Oct 21, 2013 12:26 am
- Forum: Open Source Nagios Projects
- Topic: my Nagios show me server's Total Processes is critical
- Replies: 11
- Views: 20275
Re: my Nagios show me server's Total Processes is critica
thanks for your all replies.
this is my config:
define service{
use generic-service
host_name 172.17.10.1
service_description Total Processes
check_command check_nrpe!check_total_procs
how to solve my problem?
this is my config:
define service{
use generic-service
host_name 172.17.10.1
service_description Total Processes
check_command check_nrpe!check_total_procs
how to solve my problem?
- Wed Oct 16, 2013 10:56 pm
- Forum: Open Source Nagios Projects
- Topic: my Nagios show me server's Total Processes is critical
- Replies: 11
- Views: 20275
my Nagios show me server's Total Processes is critical
since my server have been installed, and monitored by nagios. nagios always tell me Total Processes's status is critical. see the following Total Processes CRITICAL 10-17-2013 11:37:43 231d 1h 36m 12s 3/3 PROCS CRITICAL: 176 processes after I added two cpu cores to this server, Total Processes's sta...