A real use case we have today. We have groupname which helps to route emails to different teams within our organization Hover we also find we need a second group of tags for sub teams.
Can enhance the subject line to also allow it to take in tag fields into the subject line. Currently tags can be seen in the subkject line of emails but there is no way to ingest those into the subject line for email notifications.
e.g we have a department dba but it has multiple subdeparments Postgres mysql mssql
we would like the email notification to include a value from either the monitor tags or a custom field that can be applied to all or any monitors.
we were thinking add a tag called component and read this value into he subject line using something like comp=$tag_comp.value or comp=$custom_comp_field (Postgres sub team)
app=dba comp=pos would be the format we would like to add
app=$GROUPNAME alert=[[true]] status=$STATUS source=site24x7 monitor-type=[[$MONITORTYPE]] monitor-name=[[$MONITORNAME]] smry=[[$DOWNREASON]]
enhanced with
app=$GROUPNAME comp=open_to_workable_suggestions. alert=[[true]] status=$STATUS source=site24x7 monitor-type=[[$MONITORTYPE]] monitor-name=[[$MONITORNAME]] smry=[[$DOWNREASON]]