Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 29722438 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent fb134300
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,6 @@ def parse_checkpoint_threat_emulation(string_table: List[StringTable]) -> Option
teStatusLongDesc = testatus[0]
except(IndexError, ValueError):
return
scanned_files, malicious_files_detected, files_scanned_by_threat_cloud, malicious_files_detected_by_threat_cloud, \
average_process_time, average_emulated_file_size, average_queue_size, peak_queue_size, = tecounter[0]
......@@ -111,7 +110,7 @@ def parse_checkpoint_threat_emulation(string_table: List[StringTable]) -> Option
teUpdateStatus=teUpdateStatus,
teUpdateDesc=teUpdateDesc,
teSubscriptionExpDate=int(teSubscriptionExpDate),
teSubscriptionExpDateStr=time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(teSubscriptionExpDate)),
teSubscriptionExpDateStr=time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(int(teSubscriptionExpDate))),
quota_on_cloud=int(quota_on_cloud),
remaining_quota_on_cloud=int(remaining_quota_on_cloud),
teSubscriptionStatus=teSubscriptionStatus,
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment