Plugin (extension package MKP) for nvidia GPU nodes

I installed mkp from smraju too but when i run check_mk --debug -vvll it show error.

OMD[monitor]:~$ check_mk --debug -vvll gb-01
Legacy check plugin still exists for check plugin nvidia_smi.power. Please remove legacy plugin.
Traceback (most recent call last):
  File "/omd/sites/monitor/lib/python3/cmk/base/config.py", line 2314, in _extract_check_plugins
    raise ValueError(
ValueError: Legacy check plugin still exists for check plugin nvidia_smi.power. Please remove legacy plugin.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/omd/sites/monitor/bin/check_mk", line 97, in <module>
    errors = config.load_all_agent_based_plugins(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/base/config.py", line 1681, in load_all_agent_based_plugins
    errors.extend(load_checks(get_check_api_context, filelist))
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/base/config.py", line 1824, in load_checks
    ) + _extract_check_plugins(validate_creation_kwargs=did_compile)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/monitor/lib/python3/cmk/base/config.py", line 2332, in _extract_check_plugins
    raise MKGeneralException(exc) from exc
cmk.utils.exceptions.MKGeneralException: Legacy check plugin still exists for check plugin nvidia_smi.power. Please remove legacy plugin.
OMD[monitor]:~$

Please recommend.

1 Like