fix ping check fixes amidaware/tacticalrmm#812
This commit is contained in:
parent
c3e33a6def
commit
4b1f993a76
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ func DoPing(host string) (PingResponse, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
pinger.Count = 3
|
pinger.Count = 3
|
||||||
pinger.Size = 24
|
pinger.Size = 548
|
||||||
pinger.Interval = time.Second
|
pinger.Interval = time.Second
|
||||||
pinger.Timeout = 5 * time.Second
|
pinger.Timeout = 5 * time.Second
|
||||||
pinger.SetPrivileged(true)
|
pinger.SetPrivileged(true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue