None of my agents will run

Ok I’m doing sumit right daft.

Had an agent sending to pushover last week pulled the code and went back today can’t get any joy not event a log msg. Imp is NOT sleeping, done hard reboots
`//Agent
server.log(“agent: start”);

function sendIT(){
local body = http.urlencode({from=“me”, to=“you”, subject=“music”, text=“with love”});
local req = http.post(“http://requestb.in/1347z3t1”,{}, body);
local res = req.sendsync();
server.log("agent: ",res.statuscode);
}
sendIT(); `

Thanks as always

I believe this was the agent outage this morning…