How do I point Site24x7 Windows server monitoring agent through a specific IP address?
Please follow the steps below to add an entry in the route table:
- Open cmd as administrator
- Type route print
- Under IPv4 Route Table, go to Active Routes . This table shows the interface gateway IP for each interface user. Copy the interface gateway IP corresponding to the interface the user would like to use to communicate to our agent
- User has to put three entries in routing table to perform the specific interface communication
route add 74.201.154.189 mask 255.255.255.255 <copied interface gateway IP>
route add 74.201.155.109 mask 255.255.255.255 <copied interface gateway IP>
route add 74.201.154.135 mask 255.255.255.255 <copied interface gateway IP>
- The user can now check if agent communication is performed through the specified interface
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 ...
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 ...
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, ...
Troubleshooting false positive alerts in monitoring
Problem False positive alerts are being generated. Possible cause The monitoring system is down in some locations. The Website monitor might be configured for one location, such as Seattle, but may appear down when accessed from another location, ...