Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "status": "degraded",
  "statusIcon": "⚠️🟠",
  "results": [
    {
      "name": "Disk Space",
      "status": "healthy",
      "statusIcon": "✅",
      "description": "Disk space OK",
      "tags": [
        "system"
      ],
      "data": {
        "required": 100,
        "available": 614183
      }
    },
    .......
    {
      "name": "Timestamp Service Connection",
      "status": "degraded",
      "statusIcon": "🟠",
      "description": "A timeout occurred while running check.",
      "tags": [
        "timestamp"
      ]
    }
  ]
}

...