{
  "version": "1.0",
  "dirextx_check": [
    {
      "name": "tdr",
      "interval": 0, // 0 disable
      "threshold": null
    },
    {
      "name": "hang",
      "interval": 500, // 0 disable ms
      "threshold": 2500
    },
    {
      "name": "output_device",
      "interval": 0, // 0 disable
      "threshold": 55
    }
  ],
  "network_check": [
    {
      "name": "dns",
      "interval": 0, // 0 disable
      "threshold": null,
      "addr_list": [
        {
          "url": "start.qq.com",
          "port": 443
        },
        {
          "url": "xxxx_start.qq.com",
          "port": 443
        }
      ]
    },
    {
      "name": "time_out",
      "interval": 0, // 0 disable
      "threshold": 1000,
      "addr_list": [
        {
          "url": "start.qq.com",
          "port": 443
        }
      ]
    }
  ],
  "system_check": [
    {
      "name": "console_session",
      "interval": 20 // 0 disable
    },
    {
      "name": "boot_time",
      "interval": 0, // 0 disable
      "threshold": null
    }
  ]
}