Email alerts does not show real data

Hello Libre community,
I would like to ask for your help with an issue I experience lately.

Because of some unknown reason all of my email alerts text got messed up.
For example, this is what I get for Device up/down alert:

=========================================

%title
Severity: %severity
{if %state == 0}Time elapsed: %elapsed
{/if}Timestamp: %timestamp
Unique-ID: %uid
Rule: {if %name}%name{else}%rule{/if}
{if %faults}Faults:
{foreach %faults} #%key: %value.string
{/foreach}{/if}Alert sent to: {foreach %contacts}%value <%key> {/foreach}

====================================================

Any kind of help will be very helpful.

Thanks.

Same issue here - it started after the daily.sh update at midnight of the 26th.

But in addition to the variables not resolving, I have 2 or 3 errors that show in the web UI about failed daily.sh, and then it completely fails out when I try to run it manually on the server.

As soon as I get some time, I’ll post more info. Got too many fires to put out at the moment … at least the LibreNMS system is still recording data and sending notices (or at least trying to) for the time.

Same here, here’s what I see.

Alert for device Server123 - Devices up/down

Inbox x

|### [email protected] <[email protected]>|27 Feb 2019, 22:53 (9 hours ago)||

|
| — | — | — |
|to me

|

%title Severity: %severity {if %state == 0}Time elapsed: %elapsed {/if}Timestamp: %timestamp Unique-ID: %uid Rule: {if %name}%name{else}%rule{/if} {if %faults}Faults: {foreach %faults} #%key: %value.string {/foreach}{/if}Alert sent to: {foreach %contacts}%value <%key> {/foreach}

I am having the same issue… Is there any fix for this? I am receiving email notifications like below…

%title
Severity: %severity
{if %state == 0}Time elapsed: %elapsed
{/if}Timestamp: %timestamp
Unique-ID: %uid
Rule: {if %name}%name{else}%rule{/if}
{if %faults}Faults:
{foreach %faults} #%key: %value.string
{/foreach}{/if}Alert sent to: {foreach %contacts}%value <%key> {/foreach}

Please read the post marked as solution.