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",