mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #220] Feature Request: DNS Response Check #136
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnnyq on GitHub (Dec 21, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/220
Add a check to check for DNS response time based on the current configured resolver and report if response is slow or name doesn't resolve this could help troubleshoot slow website loading if a DNS server is the issue. have the domain it checks configurable.
@dinger1986 commented on GitHub (Dec 21, 2020):
I'm sure PowerShell would do this for you.
So you want it to show it it's longer than x time to resolve a dns query and to fail if it doesn't resolve the query? Is that right?
This is probably a script which could be written. Probably best discussing on discord.
@johnnyq commented on GitHub (Dec 22, 2020):
@dinger1986 exactly this
@dinger1986 commented on GitHub (Dec 23, 2020):
I have written one for powershell, does this suit your needs?
Just upload to tactical scripts and change $hostname and $time
Does a ping, checks it can resolve and then times the lookup.
@johnnyq commented on GitHub (Dec 24, 2020):
@dinger1986 Thanks a Lot! That's exactly what I was looking for, im sure this will help others too
@dinger1986 commented on GitHub (Dec 24, 2020):
No problems, if you check scripts on the tactical discord kyt has tidied it up quite a bit, mine works his is tidier!
@dinger1986 commented on GitHub (Dec 26, 2020):
Think this has now been dealt with?
@johnnyq commented on GitHub (Dec 26, 2020):
Absolutely Closing this Thanks