remove poller_name (#15979)

This commit is contained in:
Justin Lentz
2024-04-25 15:32:19 -05:00
committed by GitHub
parent ac98abbafb
commit 51fa1887f9
-1
View File
@@ -65,7 +65,6 @@ been up for 30344 seconds`.
- ping max (if icmp enabled): `$alert->ping_max`
- ping avg (if icmp enabled): `$alert->ping_avg`
- debug (array)
- poller_name - name of poller (for distributed setups)
- Title for the Alert: `$alert->title`
- Time Elapsed, Only available on recovery (`$alert->state == 0`): `$alert->elapsed`
- Rule Builder (the actual rule) (use `{!! $alert->builder !!}`): `$alert->builder`