summaryrefslogtreecommitdiff
path: root/src/bin/agent/tests/testdata/get_config.json
blob: 5b14d26005effb59d41f45cb4df6ff3535292ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "Control-agent": {
        "control-sockets": {
            "d2": {
                "socket-name": "/path/to/the/unix/socket-d2",
                "socket-type": "unix",
                "user-context": {
                    "in-use": false
                }
            },
            "dhcp4": {
                "comment": "socket to DHCP4 server",
                "socket-name": "/path/to/the/unix/socket-v4",
                "socket-type": "unix"
            },
            "dhcp6": {
                "socket-name": "/path/to/the/unix/socket-v6",
                "socket-type": "unix"
            }
        },
        "hooks-libraries": [
            {
                "library": "/opt/local/control-agent-commands.so",
                "parameters": {
                    "param1": "foo"
                }
            }
        ],
        "http-host": "127.0.0.1",
        "http-port": 8000
    }
}