diff options
author | Michael Lewkowski <michael@lewkowski.de> | 2016-06-01 09:06:07 +0200 |
---|---|---|
committer | Michael Lewkowski <michael@lewkowski.de> | 2016-06-01 09:06:07 +0200 |
commit | 72d8ed73758e676f3c7930f69b856ef7d9b3d10c (patch) | |
tree | 426dfd2138381860f63b33eb70ce42eb0b48eaa9 | |
parent | c88f6adeb932998772b12545b7ace69578275150 (diff) | |
download | munin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.tar.gz munin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.tar.bz2 munin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.tar.xz munin-72d8ed73758e676f3c7930f69b856ef7d9b3d10c.zip |
documented smtp_message parameter
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" \ |