Skip to content

Commit 5f89ed1

Browse files
rboucher-meclaude
andcommitted
Add netbox-discovery implementation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 064672a commit 5f89ed1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

netbox-discovery/agent.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
orb:
2+
config_manager:
3+
active: local
4+
backends:
5+
network_discovery:
6+
common:
7+
diode:
8+
target: grpc://localhost:80/diode
9+
client_id: ${DIODE_CLIENT_ID}
10+
client_secret: ${DIODE_CLIENT_SECRET}
11+
agent_name: test_agent
12+
policies:
13+
network_discovery:
14+
loopback_policy:
15+
config:
16+
scope:
17+
targets:
18+
- 127.0.0.1

0 commit comments

Comments
 (0)