mirror of
https://github.com/moudsen/mailGraph
synced 2025-10-29 16:47:39 +01:00
Initial release version (v1.01)
This commit is contained in:
29
templates/plain.template
Normal file
29
templates/plain.template
Normal file
@@ -0,0 +1,29 @@
|
||||
EVENT INFORMATION #{{ EVENT_ID }}
|
||||
|
||||
Severity: {{ EVENT_SEVERITY }}
|
||||
Description: {{ EVENT_NAME }}
|
||||
|
||||
{% if GRAPH_CID|length > 0 %}
|
||||
GRAPH #{{ GRAPH_ID }}
|
||||
{{ GRAPH_URL }}
|
||||
This graph will remain available for approx. the next 2 weeks only; use HTML reader after this period to view the graph.
|
||||
{% endif %}
|
||||
|
||||
TRIGGER #{{ TRIGGER_ID }}
|
||||
|
||||
Operational data: {{ EVENT_OPDATA }}
|
||||
Status: {{ EVENT_STATUS }}
|
||||
Description: {{ TRIGGER_DESCRIPTION }}
|
||||
|
||||
ITEM #{{ ITEM_ID }}
|
||||
|
||||
Name: {{ ITEM_NAME }}
|
||||
Key: {{ ITEM_KEY }}
|
||||
Value: {{ ITEM_LASTVALUE }}
|
||||
|
||||
HOST
|
||||
|
||||
Name: {{ HOST_NAME }}
|
||||
|
||||
EVENT DETAILS
|
||||
{{ baseURL }}/tr_events.php?triggerid={TRIGGER_ID}&eventid={EVENT_ID}
|
||||
Reference in New Issue
Block a user