Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion qemu_kvm/checks/qemu
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#
# updated by
# Christian Burmeister 05/2015
#
# updated by
# Andreas Felme 07/2022

# Example output from agent:
# <<<qemu>>>
Expand All @@ -20,7 +23,7 @@


# inventory
def inventory_qemu(checkname, info):
def inventory_qemu(info):
inventory = []
for line in info:
if line[2] == "running": # only VM's running while inventory are monitored !
Expand Down