Why does Site24x7 mark a process to the DOWN state, when it is actually running (UP) in my server?
Site24x7 process monitoring is done by comparing the process arguments that are running in the user server and the one configured in Site24x7. In case there is a change in the process arguments, the process will be marked as DOWN in the Site24x7 web client. You can check for a mismatch by either of the following ways:
- Log in to Site24x7 and go to Server > Server Monitor > Servers > click on the server monitor > Processes > Discover Processes > check if there is a mismatch in the process arguments.

- Execute the following command in your terminal and compare the arguments. Check for any mismatch.
ps auxxwww | grep -i <process_name>
Troubleshooting Tip:
Related Articles
No data for service and process in Windows server monitor
If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
Release deployment process in Site24x7
To ensure smooth and stable deployments in sensitive environments, Site24x7 follows a phased rollout approach, deploying the release to smaller batches of customers first before rolling it out to all users. Release process The release follows a ...
Monitor and validate DNS IP changes using regex
DNS administrators often monitor their DNS servers to detect changes in domain resolution and ensure IP mappings remain secure and accurate. Problem When your organization adds or modifies an IP address for your domain name, it’s critical to: Be ...
Troubleshoot the Error 404 and Error 99 for RabbitMQ
When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
How to configure the NGINX status page for monitoring NGINX performance
The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...