PHAROS
Navigate uptime with confidence
Dashboard
Monitors
Import
Logic-flows
Status page
New logic-flow
Name
Interval
e.g. 30s
Graph
JSON: nodes (probes) + edges (UP/DOWN branches). entry & up_node name nodes.
{ "entry": "web", "up_node": "web", "nodes": { "web": { "id": "web", "check": { "id": "web", "type": "tcp", "target": "localhost:9" } }, "ping": { "id": "ping", "check": { "id": "ping", "type": "icmp", "target": "localhost" } } }, "edges": [ { "from": "web", "when": "DOWN", "to": "ping" }, { "from": "ping", "when": "UP", "alert": "Service DOWN, server UP — check the web daemon" }, { "from": "ping", "when": "DOWN", "alert": "Server OFFLINE — network/datacenter issue" } ] }
Create logic-flow
Cancel