[Check_mk (english)] not all arguments converted during string formatting

Hello everybody,

I am now testing check_mk a lot and I would like to ask you for an advise.

I had my check_mk up and running on my local virtual server. Now I want to test distributed monitoring and I moved my site to a new virtual computer in azure cloud.

That should be my new monitoring master. On the old server I created a new site and connected both sites via livestatus. The connection seems to work good but when I try synchronize the configuration

I receive following error message:

State: Failed. Started at: 10:52:50. Finished at: 10:52:52.
Failed: Got invalid data:

Internal automation error: Error running automation call restart (exit code 1), error:

not all arguments converted during string formatting

Traceback (most recent call last):

File “/omd/sites/cosmotel_h/lib/python/cmk/gui/wato/pages/automation.py”, line 186, in _execute_automation_command

html.write(repr(automation.execute(automation.get_request())))

File “/omd/sites/cosmotel_h/lib/python/cmk/gui/wato/pages/activate_changes.py”, line 519, in execute

return cmk.gui.watolib.activate_changes.execute_activate_changes(request.domains)

File “/omd/sites/cosmotel_h/lib/python/cmk/gui/watolib/activate_changes.py”, line 1172, in execute_activate_changes

warnings = domain_class().activate()

File “/omd/sites/cosmotel_h/lib/python/cmk/gui/watolib/config_domains.py”, line 69, in activate

return check_mk_local_automation(config.wato_activation_method)

File “/omd/sites/cosmotel_h/lib/python/cmk/gui/watolib/automations.py”, line 126, in check_mk_local_automation

err=errdata)

MKGeneralException: Error running automation call restart (exit code 1), error:

not all arguments converted during string formatting

Where should I look now for a solution? Thank you.

Best regards,

Jiri

1 Like