The timer jobs below list as "Failed" when the ControlPoint web application exists at a URL other than http://<Server Name>:1818:
The "ControlPointSiteURL" and "ControlPointWebAppURL" farm properties do not reflect the new web application URL for ControlPoint.
NOTE: This guide is specifically for troubleshooting environments that have removed the http://servername:1818 binding from IIS Manager and have replaced it with an alternate URL.
Change the xcClient.exe.config file to reflect the new ControlPoint URL, and then run the ControlPoint License Manager to update the URL in the SharePoint Farm Properties.
<add key="CPWebsiteURL" value="https://kendall:1818" /> <add key="ControlPointURL" value="https://kendall:1818" />
This should update the farm properties and allow the ControlPoint timer jobs to successfully start.