Check if lldpctl present, and log debug if no lldpctl output.

This commit is contained in:
Cyril Levis 2020-10-01 13:27:34 +02:00 committed by Your Name
commit d212920d85
No known key found for this signature in database
GPG key ID: 8538D68543979A20

View file

@ -1,5 +1,7 @@
import logging import logging
import subprocess import subprocess
import logging
from netbox_agent.misc import is_tool
from netbox_agent.misc import is_tool from netbox_agent.misc import is_tool