github.com/whamcloud/lemur@v0.0.0-20190827193804-4655df8a52af/cmd/lhsmd/agent/test-fixtures/good-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  influxdb {
     8          url = "http://172.17.0.4:8086"
     9          db = "lhsmd"
    10  }
    11  
    12  snapshots {
    13  	enabled = false
    14  }
    15  
    16  transport  {
    17          socket_dir = "/tmp"
    18  }
    19  
    20  enabled_plugins = ["lhsm-plugin-posix"]