mirror of
https://github.com/moudsen/mailGraph
synced 2025-01-30 20:01: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 ##
|
## Installation ##
|
||||||
Please refer to the Wiki how to get mailGraph installed and configured on your system.
|
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 ##
|
## mailGraph v2.12 release ##
|
||||||
_(2023/07/02)_
|
_(2023/07/02)_
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// mailGraph v2.12
|
// mailGraph v2.13
|
||||||
try {
|
try {
|
||||||
// Pickup parameters
|
// Pickup parameters
|
||||||
params = JSON.parse(value),
|
params = JSON.parse(value),
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
<value>https://myzabbix.example.com/mailGraph.php</value>
|
<value>https://myzabbix.example.com/mailGraph.php</value>
|
||||||
</parameter>
|
</parameter>
|
||||||
</parameters>
|
</parameters>
|
||||||
<script>// mailGraph v2.12
|
<script>// mailGraph v2.13
|
||||||
try {
|
try {
|
||||||
// Pickup parameters
|
// Pickup parameters
|
||||||
params = JSON.parse(value),
|
params = JSON.parse(value),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user