summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lewkowski <michael@lewkowski.de>2016-06-01 09:06:07 +0200
committerMichael Lewkowski <michael@lewkowski.de>2016-06-01 09:06:07 +0200
commit72d8ed73758e676f3c7930f69b856ef7d9b3d10c (patch)
tree426dfd2138381860f63b33eb70ce42eb0b48eaa9
parentc88f6adeb932998772b12545b7ace69578275150 (diff)
downloadmunin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.tar.gz
munin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.tar.bz2
munin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.tar.xz
munin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.zip
documented smtp_message parameter
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c01c366..5e58f03 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ docker run -d \
-e SMTP_PASSWORD=smtp-password \
-e SMTP_USE_TLS=false \
-e SMTP_ALWAYS_SEND=true \
+ -e SMTP_MESSAGE='[${var:group};${var:host}] -> ${var:graph_title} -> warnings: ${loop<,>:wfields ${var:label}=${var:value}} / criticals: ${loop<,>:cfields ${var:label}=${var:value}}' \
-e ALERT_RECIPIENT=monitoring@example.com \
-e ALERT_SENDER=alerts@example.com \
-e NODES="server1:10.0.0.1 server2:10.0.0.2" \