{t("Define on-call rotations and escalation policies for alert notifications.")}
{t("Create an escalation policy to define how alerts are escalated to on-call users.")}
| {t("Name")} | {t("Rules")} | {t("Repeat Count")} |
|---|---|---|
| {policy.name} | — | {policy.repeat_count} |
{t("Create an on-call schedule to define rotation coverage.")}
| {t("Name")} | {t("Timezone")} | {t("Currently On-Call")} |
|---|---|---|
| {schedule.name} | {schedule.timezone} | <%= if schedule.current_on_call do %> {schedule.current_on_call_name} <% else %> {t("No one")} <% end %> |