Checkmk upgrade issues

Hi,

I am upgrading from checkmk 1.6 to 2.0 version.

I am using customized plugins.

After upgrade, i could see some issues in services tab with summary as “check plugin not implemented” for each host which are under monitoring.

Is this issue causing because of agent plugin or checkmk plugin

Please help how to resolve this.

Thanks in Advance.

Often you can identify the problem if you just issue cmk -l at the commandline (as site user).

If that doesn’t help, try cmk -v --debug HOSTNAME for any of the hosts that show the message about unimplemented plugins.

Hi.

You need to check if the checks use include statement. In 2.0 the includes was substituted in Python classes tha need to be imported. Now “from cmk.base.check_legacy_includes import …” is used.

RG, Christian

Hi,

@sai_r did you have a look at this article as well?