You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Critical Check:#3
ping: socket: Operation not permitted
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "py3_sure.py", line 1466, in wrapped_f
ret = f(*args, **kwargs)
File "py3_sure.py", line 1505, in criticalCheckseventeenpy3
roundtrip = roundtrip_op[1]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
on python should change ping with nping to have it working
output = executeCommand('ping -w 5 {} &'.format(vmanage_cluster_ip))
output = executeCommand('nping -w 5 {} &'.format(vmanage_cluster_ip))
Hi @ssidoret ! Tks!
Then, because nping output is different, parsing also breaks:
Error:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "py3_sure.py", line 1449, in wrapped_f
ret = f(*args, **kwargs)
File "py3_sure.py", line 1488, in criticalCheckseventeenpy3
roundtrip = roundtrip_op[1]
IndexError: list index out of range
The following error occurs:
Critical Check:#3
ping: socket: Operation not permitted
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "py3_sure.py", line 1466, in wrapped_f
ret = f(*args, **kwargs)
File "py3_sure.py", line 1505, in criticalCheckseventeenpy3
roundtrip = roundtrip_op[1]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: