PHAROS
Navigate uptime with confidence

Mail stack diagnosis

down
Back

Latest evaluation

Interval
15s
Entry node
smtp
Up node
smtp
Diagnosis
SMTP DOWN, server UP — restart Exim/Postfix; check mail queue

Evaluation path

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

Graph definition

{
  "nodes": {
    "ping": {
      "id": "ping",
      "check": {
        "id": "f2-ping",
        "name": "",
        "type": "icmp",
        "target": "localhost",
        "interval": 0,
        "enabled": false,
        "public": false
      }
    },
    "smtp": {
      "id": "smtp",
      "check": {
        "id": "f2-smtp",
        "name": "",
        "type": "tcp",
        "target": "localhost:587",
        "interval": 0,
        "enabled": false,
        "public": false
      }
    }
  },
  "edges": [
    {
      "from": "smtp",
      "when": "DOWN",
      "to": "ping"
    },
    {
      "from": "ping",
      "when": "UP",
      "alert": "SMTP DOWN, server UP — restart Exim/Postfix; check mail queue"
    },
    {
      "from": "ping",
      "when": "DOWN",
      "alert": "Server OFFLINE — mail outage is a host/network issue"
    }
  ]
}