Add server_address to initializer, allow for unix path (starts with /) or hostname:port address
This commit is contained in:
@ -29,8 +29,6 @@ def setup_logging(debug=False):
|
||||
logger.addHandler(ch)
|
||||
|
||||
|
||||
SOCKET_PATH = "/var/agentx/master"
|
||||
|
||||
AGENTX_EMPTY_PDU = 1
|
||||
AGENTX_OPEN_PDU = 1
|
||||
AGENTX_CLOSE_PDU = 2
|
||||
|
Reference in New Issue
Block a user