mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
committed by
Neil Lathwood
parent
5384d1ca15
commit
8a917683ca
@ -162,6 +162,24 @@ Limit: %value.sensor_limit
|
||||
{/if}
|
||||
```
|
||||
|
||||
Memory Alert:
|
||||
```text
|
||||
%title
|
||||
|
||||
Device Name: %hostname
|
||||
Severity: %severity
|
||||
Uptime: %uptime_short
|
||||
{if %state == 0}Time elapsed: %elapsed{/if}
|
||||
Timestamp: %timestamp
|
||||
Location: %location
|
||||
Description: %description
|
||||
Notes: %notes
|
||||
|
||||
Server: %hostname {foreach %faults}
|
||||
Memory Description: %value.mempool_descr
|
||||
Percent Utilized: %value.mempool_perc{/foreach}
|
||||
```
|
||||
|
||||
|
||||
Conditional formatting example, will display a link to the host in email or just the hostname in any other transport:
|
||||
```text
|
||||
|
Reference in New Issue
Block a user