From ee4a2608830b370c5f0c1218923c73d80139b205 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Fri, 3 May 2024 17:50:55 -0400 Subject: [PATCH] Add docker config example --- netbox-scanner.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/netbox-scanner.conf b/netbox-scanner.conf index e36825f..bf74691 100644 --- a/netbox-scanner.conf +++ b/netbox-scanner.conf @@ -27,3 +27,13 @@ password = unknown = autodiscovered:netbox-scanner tag = prime cleanup = yes + +[Docker:firstSource] +host = unix:///var/run/docker.sock +device=MyNetboxDevice + +[Docker:secondSource] +# using something like docker-socket-proxy +# With NETWORK=1 CONTAINERS=1 POST=0 +host = tcp://192.168.1.1:2375 +device=MyOtherNetboxDevice \ No newline at end of file