[
  {
    "name": "cpu_cores_temp",
    "fields": {
      "temp": "float"
    },
    "tags": [
      "host",
      "instance"
    ]
  },
  {
    "name": "cpu_cpus_load",
    "fields": {
      "load": "float",
      "load_irq": "float",
      "load_nice": "float",
      "load_system": "float",
      "load_user": "float"
    },
    "tags": [
      "host",
      "instance"
    ]
  },
  {
    "name": "cpu_load",
    "fields": {
      "load": "float",
      "load_irq": "float",
      "load_nice": "float",
      "load_system": "float",
      "load_user": "float"
    },
    "tags": [
      "host"
    ]
  },
  {
    "name": "cpu_speed",
    "fields": {
      "avg": "float",
      "max": "float",
      "min": "float"
    },
    "tags": [
      "host"
    ]
  },
  {
    "name": "cpu_temp",
    "fields": {
      "main": "float",
      "max": "float"
    },
    "tags": [
      "host"
    ]
  },
  {
    "name": "disk_io",
    "fields": {
      "ms": "float",
      "rIO": "float",
      "rIO_sec": "float",
      "tIO": "float",
      "tIO_sec": "float",
      "wIO": "float",
      "wIO_sec": "float"
    },
    "tags": [
      "host"
    ]
  },
  {
    "name": "fs_size",
    "fields": {
      "size": "float",
      "use": "float",
      "used": "float"
    },
    "tags": [
      "host",
      "instance"
    ]
  },
  {
    "name": "fs_stats",
    "fields": {
      "ms": "float",
      "rx": "float",
      "rx_sec": "float",
      "tx": "float",
      "tx_sec": "float",
      "wx": "float",
      "wx_sec": "float"
    },
    "tags": [
      "host"
    ]
  },
  {
    "name": "memory",
    "fields": {
      "active": "float",
      "available": "float",
      "buffcache": "float",
      "free": "float",
      "swapfree": "float",
      "swaptotal": "float",
      "swapused": "float",
      "total": "float",
      "used": "float"
    },
    "tags": [
      "host"
    ]
  },
  {
    "name": "network_stats",
    "fields": {
      "ms": "float",
      "rx": "float",
      "rx_sec": "float",
      "tx": "float",
      "tx_sec": "float"
    },
    "tags": [
      "host",
      "instance"
    ]
  },
  {
    "name": "system",
    "fields": {
      "uptime": "float"
    },
    "tags": [
      "host"
    ]
  }
]
