PHP Monitor Troubleshooting
PHP Monitor Errors and Troubleshooting Guide
Check if the phpstats.php file in the webserver's document root.
Ensure there is no modifications done in phpstats.php file
- Check if the correct PHP path is given.
Retry with the "SSL is enabled" option both enabled and disabled in the add/edit monitor page.
Run the below command in Applications Manager installed server to ensure service is running.
telnet <HostName> <Port>
Eg: telnet apm-server 80
Access the PHP status URL in browser from Applications Manger installed server and ensure it is accessible.
http/https://<HostName>:<Port>/<PHP path>
Eg: http://apm-server:80/phpstats.php
Content mismatch Error:
- Ensure there is no modifications done in phpstats.php file
- Check if the correct PHP path is given.
- Troubleshooting http error codes
Still facing issues?
If the problem persists, contact our support team along with the following details: - A screenshot of the "Add Monitor" page.
- The URL response for the PHP server status URL by accessing the status URL in browser.
- Reproduce the issue and share the latest Support Information File (SIF) from Applications Manager, with the "Print all logs" option enabled. To do this, go to Settings > Logging, and choose "Print all logs".
New to ADSelfService Plus?
Related Articles
Real User Monitor (RUM) - Troubleshooting
If the monitor has not polled data for a long time, follow the steps below for troubleshooting: Step 1: Check the RUM Agent configuration Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer the help ...
Mail Server Monitor - Troubleshooting
Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
DNS Monitor - Troubleshooting
Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...
Troubleshooting URL Monitor
Here are few of the common errors you may come across in URL monitor, we have mentioned the steps you can follow to troubleshoot them. General troubleshooting for URL monitor Ensure that the URL is accessible from the server in which Applications ...
REST API Monitor - FAQS
1. What should I do when Basic Authentication fails in REST API monitor? Verify if the credentials provided in the Applications Manager are correct. Try if sending username and password in Authorization request header works Get an BASE-64 encoded ...