Hi,
You are absolutely right. Here's my example:
alert_text_type: alert_text_only
alert_text: \"Host from AS family detected\n\n\n Host: {}\n\n Application name: {}\n\n Application group: {}\n\n Application status: {}\n\n"
alert_text_args:
- host
- app_name
- app_group
- app_status
Result:
Just remember that first {}
in alert_text
corresponds with first object from alerts_text_args
list.