Hi, I am trying to get working graphs in my html email alerts. I used new alert template for CPU
> Severity: %severity <br>
> {if %state == 0}Time elapsed: %elapsed{/if}
> Timestamp: %timestamp <br>
> Alert-ID: %id <br>
> Rule: {if %name}%name{else}%rule{/if} <br>
> {if %faults}Faults:
> {foreach %faults}
> #%key: %value.string <br>
> {/foreach}
> {if %faults}<b>Faults:</b><br>
> {foreach %faults}<img src="http://librenms/graph.php?device=%value.device_id&type=device_processor&width=459&height=213&lazy_w=552&from=end-1h<br>
> http://librenms/graphs/id=%value.device_id/type=device_processor/device=%value.device_id/<br>
> {/foreach}
> Template: CPU alert <br>
> {/if}
> {/if}
But its not work for me. In emails I just getting this
I am getting correct image for graph
And of course i have this config in my config.php
$config[‘allow_unauth_graphs’] = true;
What i doing wrong ? Why I cant get graphs in my email alerts ? Is needed to be with my librenms on public IP address or ?
Thank you for your help