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 7dc46ea2 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 161bd4ab
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -51,7 +51,7 @@ def parse_inv_ipv4_addresses(string_table: List[StringTable]) -> List[Ipv4Info]:
ipv4_infos = []
for ipv4_address, if_index, ipv4_netmask, ipv4_bcast, max_re_assemble in ipv4_info:
if ipv4_address.startwith('127.'): # Drop localhost
if ipv4_address.startswith('127.'): # Drop localhost
continue
ipv4 = ipaddress.IPv4Network(address=f'{ipv4_address}/{ipv4_netmask}', strict=False)
......
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