Add distributed poller server / group to alert message

Would it be possible for LibreNMS to output the poller reporting an issue with a device / server?

I.e. in a distributed poller environment, 3x servers could be polling a device for uptime. Would be advantageous to know which server polled the device that then flags an alert… in a similar fashion to the predefined variables used when building alert templates:

Eg.

{{ $alert->hostname }} ;
{{ $alert->device_id }} ;

Followed by:
{{ $alert->poller_server }}