Upgrade 2.1.0p25.cee to 2.2.0.cee breaks

Hello @andreas-doehler and thanks for your answer.

I can’t find the new format for ‘custom_checks’ in the Werk 7352.

I’ve tried this, but it ends with an “invalid syntax” error :

custom_checks += [
{
  'condition': { 'host_name': 'xxx.test.net'}
  'value': 'all',
  'options':
  {
        'service_description': 'Statut Demo xxx',
        'command_line': 'check_http -S -H xxx.jaliosworkplace.com -u https://xxx.jaliosworkplace.com/plugins/SiteSettingsPlugin/front/loginRight.jsp',
        'has_perfdata': True
 }
},
]