github moudsen/mailGraph v2.14
v2.14 - New functions and bug fixes

latest releases: v2.16, v2.15
16 months ago

Release notes

  • Adding the ability to define FROM details for the emails generated by mailGraph
    • smtp_from_address to set the from mail address (if not set uses mailing system default). Note: obsolete mail_from but retained for backwards compatibility.
    • smtp_from_name to set the name that goes with the mail address (if not set uses "mailGraph").
  • Adding the ability to define REPLY_TO details for the emails generated by mailGraph
    • smtp_reply_address to set the reply-to mail address (if not set, no reply-to will be added to the message).
    • smtp_reply_name to set the reply-to name of the mailbox (if not set defaults to "mailGraph feedback").
  • Adding a new URL for use in the template:
    • ACK_URL points to the function in Zabbix for editing and submitting an Acknowledge statement.
  • Fixed bug while reading an item that is web url monitoring related.

Installation notes

  • This release contains updates to
    • config.json (relates to removal of itemId while adding and normalizing SMTP variables)
    • mailGraph.php
    • mailGraph.xml (it is possible to only replace the javascript and leave the mailGraph media type in place; remove {ITEM.ID} from the media type as this is no longer used in the logic anymore due to changes from Zabbix 5.4 onwards)
    • html.template (relates to new ACK_URL field)

Don't miss a new mailGraph release

NewReleases is sending notifications on new releases.