Add option for expected results from a DNS query. #4896
Labels
area:monitor
Everything related to monitors
duplicate
This issue or pull request already exists
feature-request
Request for new features to be added
π I have found these related issues/pull requests
N/A
π·οΈ Feature Request Type
Change to existing monitor
π Feature description
If someone were to perform a query such as "dig domain.com txt", there could be one to many results. The current mechanism for this checks just verifies that there is a return, but does not have the ability to monitor of an expected result. For example, if I wanted to make sure my SPF record hasn't changed, I could monitor for:
"v=spf1 include:mailserver.com ~all"
If that result doesn't match (e.g. changed, deleted), then it would alert.
βοΈ Solution
Include a field / option to monitor for an expected result, similar as to the "HTTP(s) - Keyword".
As well, this should not just apply to TXT records. It would be equally important for A, AAAA, MX, SOA, etc.
β Alternatives
N/A
π Additional Context
N/A
The text was updated successfully, but these errors were encountered: