v2.13 - Bugfixes speciifally on links into Zabbix (missing context or info)

This commit is contained in:
Mark Oudsen 2023-07-03 21:54:27 +02:00
parent a597ce6ab3
commit 3ef16ae597
3 changed files with 13 additions and 2 deletions

View File

@ -20,6 +20,17 @@ More information can be found in the Wiki.
## Installation ##
Please refer to the Wiki how to get mailGraph installed and configured on your system.
## mailGraph v2.13 release ##
_(2023/07/03)_
_This version has been verified with Zabbix 5.4 and 6.0 LTS and is expected to work with 6.4 and later (based on v2.10 testing)_
Release notes
- Fixed references into Zabbix
- Trigger was missing "context" parameter
- Item was missing "context" parameter
- Problems reference to this host was not generated at all
## mailGraph v2.12 release ##
_(2023/07/02)_

View File

@ -1,4 +1,4 @@
// mailGraph v2.12
// mailGraph v2.13
try {
// Pickup parameters
params = JSON.parse(value),

View File

@ -64,7 +64,7 @@
<value>https://myzabbix.example.com/mailGraph.php</value>
</parameter>
</parameters>
<script>// mailGraph v2.12
<script>// mailGraph v2.13
try {
// Pickup parameters
params = JSON.parse(value),