Skip to content

Commit

Permalink
file name is updated as perf_data for attachment (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlemmcokuk authored Mar 5, 2024
1 parent 31d2804 commit 5207b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Icinga2/scripts/actionExecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion release/oec-builder/oecScriptsVersion.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5207b3a

Please sign in to comment.