From 51fa1887f90b921a120fdb9eee038ac734efc8ab Mon Sep 17 00:00:00 2001 From: Justin Lentz Date: Thu, 25 Apr 2024 15:32:19 -0500 Subject: [PATCH] remove poller_name (#15979) --- doc/Alerting/Templates.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/Alerting/Templates.md b/doc/Alerting/Templates.md index 02c7de2f94..8831b14c78 100644 --- a/doc/Alerting/Templates.md +++ b/doc/Alerting/Templates.md @@ -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`