def message_template
    return config[:template] if config[:template]
    return @event['check']['template'] if @event['check']['template']
    return json_config_settings['template'] if json_config_settings['template']
    nil