8 lines
167 B
Python
8 lines
167 B
Python
#!/usr/bin/env python3
|
|
|
|
|
|
def agent_triton_wedge(params, hostname, ipaddress):
|
|
return [params["instance"]]
|
|
|
|
special_agent_info["triton_wedge"] = agent_triton_wedge
|