Add support for CNAME, TXT, PTR lookups to DnsResolutionMonitor
Description
In the current state it is only possible to check A or AAAA records. That is not enough for a DnsResolutionMonitor. eg. CNAME, SRV, TXT, MX, NS, SOA or PTR should also be possible to check.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Seth Leger August 9, 2017 at 4:08 PM
PR merged, marking as fixed.
commit e005e2fee84b1326c7247233c8727460986af99f
Marcel Fuhrmann May 1, 2017 at 12:30 PM
After some investigations it seems that only support für CNAME and MX records is possible. All other types can't be easily added to the current OpenNMS poller logic.
In the current state it is only possible to check A or AAAA records. That is not enough for a DnsResolutionMonitor. eg. CNAME, SRV, TXT, MX, NS, SOA or PTR should also be possible to check.