Check via SSH service

Hi all,

I was configuring a new check, but it seems that is when activating it, its returning an error:
Error creating configuration: cannot concatenate ‘str’ and ‘list’ objects

Does anyone had this issue in the past? How did you solve it?

Thanks

Sometimes it helps to do

cmk -vvII --debug $hostname

on the command line. Or

cmk -vvII --debug --checks $new_check $hostname

If you’re lucky, it will show an exception together with a backtrace of where it happened.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.