Update README.md

This commit is contained in:
moudsen 2021-03-10 19:34:15 +01:00 committed by GitHub
parent 162bf1b932
commit 7f6d5ccd03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ This code has been tested with the following software versions:
**"period_header"** is the header displayed above the graph. For example "Last 48 hours". Defaults to 'period' when not specified.
**"graph_match"** is the matching method while searching for graphs ('exact','none').
**"graph_match"** is the matching method while searching for graphs ('Exact','Other').
**"smtp_server"** and **"smtp_port"** to define the SMTP server and port to be used.
@ -183,9 +183,9 @@ Values available:
{{ GRAPH_NAME }} - name of this graph
{{ GRAPH_URL }} - URL to this graph (assuming script produces to an accessible location)
{{ GRAPH_URLx }} - URL to the graph(s) (assuming script produces to an accessible location for plain mails). "x" can be 1-4.
{{ GRAPH_CID }} - IMG embed string (<img src="{{ GRAPH_CID }}" />)
{{ GRAPH_CIDx }} - IMG embed string (<img src="{{ GRAPH_CID1 }}" />). "x" can be 1-4.
{{ GRAPH_MATCH }} - Whether the located graph directly relates to the main trigger item or not ('Exact','Other')