PHAROS
Navigate uptime with confidence

Web service-vs-server diagnosis

down
Back

Latest evaluation

Interval
15s
Entry node
web
Up node
web
Diagnosis
Service DOWN, server UP — check Apache/Engintron/LiteSpeed

Evaluation path

#NodeStatusMessage
0 web down dial tcp [::1]:9: connect: connection refused
1 ping up rtt 0.0ms

Graph definition

{
  "nodes": {
    "ping": {
      "id": "ping",
      "check": {
        "id": "f1-ping",
        "name": "",
        "type": "icmp",
        "target": "localhost",
        "interval": 0,
        "enabled": false,
        "public": false
      }
    },
    "web": {
      "id": "web",
      "check": {
        "id": "f1-web",
        "name": "",
        "type": "tcp",
        "target": "localhost:9",
        "interval": 0,
        "enabled": false,
        "public": false
      }
    }
  },
  "edges": [
    {
      "from": "web",
      "when": "DOWN",
      "to": "ping"
    },
    {
      "from": "ping",
      "when": "UP",
      "alert": "Service DOWN, server UP — check Apache/Engintron/LiteSpeed"
    },
    {
      "from": "ping",
      "when": "DOWN",
      "alert": "Server OFFLINE — datacenter/network issue"
    }
  ]
}