You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Collector picks up a short hostname if a host is configured so as to not include the domainname in hostname:
https://github.com/ivukotic/plugins/blob/master/monitor/src/main/java/edu/uchicago/monitor/Collector.java#L91
It was pointed to me that using getCanonicalHostName() in the above line would always return the FQDN.
We worked around the issue by setting this in the config file:
xrootd.monitor.servername=${host.fqdn}
I'm not sure if you consider this an issue ... CMS collector depends on names being FQDNs.
The text was updated successfully, but these errors were encountered: