Troubleshooting steps if a service is not getting added to a server monitor via configuration rules
- Ensure to enter the service name while adding the configuration rule, and not the service display name.
Note: Click on properties of that service in the service.msc file to get the service name. - Ensure special characters are not included while mentioning the service name.
For example, the services GxClMgrS(Instance001) and GxCVD(Instance001) may not get added due to the brackets. Try using RegEx to mention the services. For the service GxClMgrS(Instance001) use GxClMgrS.* or GxClMgrS\\(Instance001\\) and for the service GxCVD(Instance001) use GxCVD.* or GxCVD\\(Instance001\\). - Check if you have sufficient license. Learn more on how many services can be monitored per server monitor.
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 ...
Difference between a website monitor and a SOAP Web Service monitor
Website monitor will support monitoring of any web application via POST, GET and HEAD methods of configuration. Learn more on the performance metrics provided for a website monitor. SOAP Web Service monitors , on the other hand, lets you to ...
Troubleshooting steps when no data is received from the SQL server
As we use "Perfmon" to fetch data for Microsoft SQL monitoring, please check if the counters related to SQL are present in the user's perfmon. Please follow the steps below: Open the server machine in which the issue is occurring. Start -> Run and ...
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, ...
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 ...