mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
parent
559a4fef67
commit
31451a2b15
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ for root, dirs, files in os.walk(inventory_dir):
|
|||
inventory[inventory_info["identity"]]["seen"] = inventory_info["params"]["seen"]
|
||||
inventory[inventory_info["identity"]]["hosts"] = {}
|
||||
|
||||
if not "hosts" in host_info in inventory_info["params"]:
|
||||
if not "hosts" in inventory_info["params"]:
|
||||
continue
|
||||
|
||||
for host, host_info in inventory_info["params"]["hosts"].items():
|
||||
|
|
|
|||
Loading…
Reference in a new issue