mirror of
https://github.com/moudsen/mailGraph
synced 2025-01-30 11:51:38 +01:00
v2.13 - Bugfixes speciifally on links into Zabbix (missing context or info)
This commit is contained in:
parent
a597ce6ab3
commit
3ef16ae597
11
README.md
11
README.md
@ -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)_
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// mailGraph v2.12
|
||||
// mailGraph v2.13
|
||||
try {
|
||||
// Pickup parameters
|
||||
params = JSON.parse(value),
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user