httpPingDown() public method

public httpPingDown ( HttpPingMonitor $httpPingMonitor )
$httpPingMonitor EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor
 /**
  * @param \EricMakesStuff\ServerMonitor\Events\HttpPingDown $event
  */
 public function whenHttpPingDown(HttpPingDown $event)
 {
     $this->notifier->httpPingDown($event->httpPingMonitor);
 }