Adding device SN in alert template

Hello Everyone !

I am trying to get the device serial number in the email alerts received from librenms.
according to the documentation the variable for the serial number is $alert->seria.
I have added the following in my html template, but it return empty.
Serial Number: {{ $alert->serial }}

I have checked on the devices and their serial numbers are showing just fine .

Can anyone assist me with that matter ? any help or suggestion is much appreciated !

Thank you in advance

Jean

Hi Jean
You are right, this seems to be a bug. Currently, $alert->serial exists and is empty. Will have a look at it.
Thanx for reporting

Fix is posted here :

And fix is commited into master (and will be available in next month release if you are using stable).

@PipoCanaja thank you for the reply ! yes i am using stable release.
This should be working by next month as specified thank you ^^

Hello @PipoCanaja i can confirm that the fixe did solve my issue .

Thank you again !

1 Like

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