Skip to content
  • Robert Ricci's avatar
    node_status: Updates the 'status' column of the 'nodes' table of the database · 5a9e29e8
    Robert Ricci authored
    Possible statuses are: "up","possbily down","down","unpingable"
    
    "possibly down" indicates that a node has looked down for 1 run of node_status -
    next time node_status is run, it will be set to 'down' if it still doesn't
    respond.
    
    "unpingable" indicates that a node is beleived to be running an OS that does
    not reply to pings, so we can't tell if it's up or down
    5a9e29e8