I ran into a case where when the psconfig pscheduler agent auto-detects addresses it is skipping the reverse DNS lookups. This is because of some bad typing and the use of a call to the DNS python library that is not consistent across version. This is an easy fix and can be brought in line with how pscheduler does similar lookups.
I ran into a case where when the psconfig pscheduler agent auto-detects addresses it is skipping the reverse DNS lookups. This is because of some bad typing and the use of a call to the DNS python library that is not consistent across version. This is an easy fix and can be brought in line with how pscheduler does similar lookups.