docs: Added memory alert template (#8176)

basic memory alert template.
This commit is contained in:
Kevin Krumm
2018-01-31 15:55:17 -06:00
committed by Neil Lathwood
parent 5384d1ca15
commit 8a917683ca

View File

@ -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