Restart the server monitoring agent services from Windows or Linux platforms
Follow the below steps to restart the Site24x7 agent services based on your platform:
- In the Windows home screen, navigate to Start and run the command services.msc

- This will open up the Services window. Search and select Site24x7 Windows agent in the listed services and click Start the service

- If you prefer PowerShell commands, execute the following command in the server's terminal window:
- Restart-Service -Name "Site24x7 Windows Agent" -Force
Execute the below command in your terminal to restart the Site24x7 Linux agent:
/opt/site24x7/monagent/bin/monagent restart
Related Articles
How to uninstall the Site24x7 Windows Server Monitoring Agent
Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
Prerequisites for Node.js agent installation
For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...
Executables and scripts to allow for Windows server monitoring
One of the reasons you could not enable Site24x7 server monitoring could be your organization's group policy denying access to the executables, scripts, and batch files associated with Site24x7 server monitoring. Mark the following executables, ...
How to view perfmon counters in Windows?
To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. Follow the steps below to get the names of the ...
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 ...