I’m currently running the Raw Edition 2.3.0p11 and I’m trying to integrate a QNAP NAS.
At the QNAP SNMPv3 is configured, as well as Security name, Authentication password and Privacy pass phrase. As authentication protocol I can only choose HMAC-MD5 or HMAC-SHA.
My problem is, whatever I set, the system is not able to readout anything at the connection test.
When I change the NAS to not use authentication and privacy and set the same at the system, it’s working.
Maybe someone could point me in the right direction and tell me what I’m doing wrong.
please find attached the settings of the QNAP and CheckMK.
When I disable authentication and privacy on both sides, it’s working.
The Password(s) are not to complex. Even if I put something simple like Start123! it’s not working.
All auth. protocols have been tested. None is working.
Can you please check your password config.
Not that it is a problem like this here.
As alternative you can also check on command line as site user.
cmk --debug -vvI hostname
Here you get a complete SNMPv3 command line with all the options set.
Please check this manually and compare the passwords against your configured ones.
I tried all SHA versions without any change of my problem.
When I run the comman cmk --debug -vvI xxxxxxxx this is my result:
> Trying to acquire lock on /omd/sites/xxxxx/var/check_mk/crashes/base/a40dc40c-c90e-11ef-af1a-005056af84e8/crash.info
Got lock on /omd/sites/xxxxx/var/check_mk/crashes/base/a40dc40c-c90e-11ef-af1a-005056af84e8/crash.info
Releasing lock on /omd/sites/xxxxx/var/check_mk/crashes/base/a40dc40c-c90e-11ef-af1a-005056af84e8/crash.info
Released lock on /omd/sites/xxxxx/var/check_mk/crashes/base/a40dc40c-c90e-11ef-af1a-005056af84e8/crash.info
Traceback (most recent call last):
File "/omd/sites/xxxxx/bin/cmk", line 97, in <module>
errors = config.load_all_plugins(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/omd/sites/xxxxx/lib/python3/cmk/base/config.py", line 1400, in load_all_plugins
errors.extend(load_checks(get_check_api_context, filelist))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/omd/sites/xxxxx/lib/python3/cmk/base/config.py", line 1449, in load_checks
did_compile |= load_precompiled_plugin(f, check_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/omd/sites/xxxxx/lib/python3/cmk/base/config.py", line 1559, in load_precompiled_plugin
exec(
File "/omd/sites/xxxxx/local/share/check_mk/checks/woehrle_battery_installdate.py", line 38, in <module>
register.check_plugin(
File "/omd/sites/xxxxx/lib/python3/cmk/base/api/agent_based/register/export.py", line 372, in check_plugin
get_validated_plugin_location(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/omd/sites/xxxxx/lib/python3/cmk/base/api/agent_based/register/utils.py", line 34, in get_validated_plugin_location
full_module_name = str(sys._getframe(2).f_globals["__name__"])
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: '__name__'
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.