thrs = {
    count = 32
    event_buf_size = 1K
    timeout_prec = 010
}

nfsense_server = {
    port = 8882
    listen_backlog = 1K
    ibuf_size = 16K
    netdb_name = "/var/lib/matilda/netdb.txt"
    netdb_check_period = 10s
    queue_period = 30s
    timeout = 10s
    clickhouse = {
        ch_server_conf = "/etc/matilda/clickhouse"
        table_nfsense = "tacct_nfsense_nat"
        table_agent = "tacct_agent_nat"
        timeout = 60s
    }
}

stat_server = {
    counters = 3
    port = 8892
}

logger = {
    filename = "/var/log/matilda/nfsense-nat.log"
    level = info
}
