Alert Template not showing $value

Hi All,

so for some reason my $value section does not pull the data from the DB

Below is one of my templates for Radius Alerting and this is how I usually pulled the total requests from the DB onto my alert.

@foreach ($alert->faults as $key => $value)
Requests: {{ $value[‘requests’] }}

Total Requests: {{ $value[‘value’] }}

@endforeach

When the Alert is triggered I get this in my Mail

Requests:
Total Requests:

if any one can point me in the right direction or show me what the issue is would really appreciate it!!

any help??

anyone know what I might be doing wrong with my templates?

This topic was automatically closed 730 days after the last reply. New replies are no longer allowed.