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
I used to have IPsec tunnel configured but it's been deleted both P1/P2 and IPsec disabled. But the plugin is still trying to execute it's checks for IPsec. Traceback below
Traceback (most recent call last):
File "/usr/local/etc/rc.syshook.d/start/99-checkmk_agent", line 231, in do_checks
_lines += getattr(self,_check)()
File "/usr/local/etc/rc.syshook.d/start/99-checkmk_agent", line 918, in checklocal_ipsec
_ikeid = _phase1.get("ikeid")
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/local/etc/rc.syshook.d/start/99-checkmk_agent", line 239, in do_checks
_lines += getattr(self,_check)()
File "/usr/local/etc/rc.syshook.d/start/99-checkmk_agent", line 945, in checklocal_ipsec
if len(_name.strip()) < 1:
AttributeError: 'NoneType' object has no attribute 'strip'
Hi,
I used to have IPsec tunnel configured but it's been deleted both P1/P2 and IPsec disabled. But the plugin is still trying to execute it's checks for IPsec. Traceback below
The text was updated successfully, but these errors were encountered: