httpPingUp() public method

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