public function acknowledgeAction()
 {
     $this->assertHttpMethod('POST');
     $this->getResponse()->setHeader('X-Icinga-Container', 'ignore', true);
     $form = new AcknowledgeAnnouncementForm();
     $form->handleRequest();
 }