When admin checks Storefront metrics in Citrix Director under Infrastructure Monitoring, incorrect IIS Certificate Validity status is displayed.
All other metrics are displayed correctly.
Example:
StoreFront Details:
Storefront is configured with correct certificate and a certificate chain is valid.
Additional error appears when hovering over the exclamation mark symbol: The IIS certificate chain is not valid.
CDF Trace captured on the Storefront server where Citrix Infra Monitor agent is displayed shows the exception:
Exception in DirectorAgentAPI.Controllers.CertController.Status (CitrixInfraMonitor): System.ArgumentNullException
Check a json file located in C:\ProgramData\Citrix\InfraMonitor on the affected Storefront server. You can open it in Notepad.
Example:
Check if Domain / Username / Password data is there.
If the data is NULL, please update credentials.
To edit an existing connection, do the following in Citrix Director:
You can also update connection from PowerShell.
Example:
Set-MonitorDirectorAgent -Component Storefront -Fqdn "FQDN_OF_AFFECTED_STOREFORNT" -Domain "DOMAIN_NAME" -Username "ADMIN USERNAME" -Password "ADMIN PASSWORD"
Credentials not updated correctly when Agent was added to Infrastructure Monitoring (initial configuration).