github.com/whamcloud/lemur@v0.0.0-20190827193804-4655df8a52af/cmd/lhsmd/agent/test-fixtures/merge-config (about)

     1  mount_root = "/mnt/lhsmd"
     2  agent_mountpoint = "/mnt/lhsmd/agent"
     3  client_device = "10.211.55.37@tcp:/testFs"
     4  client_mount_options = ["user_xattr"]
     5  plugin_dir = "/go/bin"
     6  
     7  handler_count = 2
     8  
     9  influxdb {
    10          url = "http://172.17.0.4:8086"
    11          db = "lhsmd"
    12  }
    13  
    14  snapshots {
    15  	enabled = false
    16  }
    17  
    18  enabled_plugins = ["lhsm-plugin-posix"]
    19  
    20  transport {
    21  	type = "grpc"
    22  	port = 9000
    23  }