瀏覽代碼

Update 'plugins/edirectory_monitor/libexec/agent_edirectory_monitor'

Michael Honkoop 3 月之前
父節點
當前提交
5919217eb1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/edirectory_monitor/libexec/agent_edirectory_monitor

+ 1 - 1
plugins/edirectory_monitor/libexec/agent_edirectory_monitor

@@ -20,7 +20,7 @@ def clean_key(key):
 
 def clean_value(value):
     """Clean and format the values by removing unwanted parts."""
-    cleaned_value = re.sub(' Bytes| KB| ms', '', value)
+    cleaned_value = re.sub(' Bytes| KB| MB| ms', '', value)
     return cleaned_value
 
 def print_sections(raw_result):