From 5207b3a0131e046eb0e4795a0fe602001f448759 Mon Sep 17 00:00:00 2001 From: ozlemmcokuk <106143372+ozlemmcokuk@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:54:07 +0100 Subject: [PATCH] file name is updated as perf_data for attachment (#103) --- Icinga2/scripts/actionExecutor.py | 2 +- release/oec-builder/oecScriptsVersion.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Icinga2/scripts/actionExecutor.py b/Icinga2/scripts/actionExecutor.py index 4f9ab20..c8b66bf 100755 --- a/Icinga2/scripts/actionExecutor.py +++ b/Icinga2/scripts/actionExecutor.py @@ -127,7 +127,7 @@ def attach(is_service_alert): zip_file = zipfile.ZipFile(full_path_of_zip, 'w') zip_file.writestr('index.html', html_text) if perf_data: - zip_file.writestr('perfData.png', perf_data) + zip_file.writestr('perf_data.png', perf_data) zip_file.close() zip_obj = open(full_path_of_zip, 'rb') diff --git a/release/oec-builder/oecScriptsVersion.json b/release/oec-builder/oecScriptsVersion.json index bf34674..02a8753 100644 --- a/release/oec-builder/oecScriptsVersion.json +++ b/release/oec-builder/oecScriptsVersion.json @@ -6,7 +6,7 @@ "Cherwell": "1.1.4", "DynatraceAppMon": "1.1.3", "Icinga": "1.1.5", - "Icinga2": "1.1.6", + "Icinga2": "1.1.7", "Jira": "1.1.3", "JiraServiceDesk": "1.1.4", "LibreNMS": "1.1.3",