Pls, post the service definition of a Total Processes service, and a command definition for the check_command used in Total Processes service. It is very possible you’re using the wrong syntax of a command or wrong arguments within check_command
[code]# Define a service to check the number of currently running procs
on the local machine. Warning if > 250 processes, critical if
> 400 users.
define service{
use generic-service ; Name of service template to use
host_name netmon
service_description Total Processes
contact_groups netmonadmins
check_command check_local_procs!600!800
}[/code]