public function storeAction()
 {
     $config = IcingaConfig::generate($this->db());
     $this->redirectNow(Url::fromPath('director/config/show', array('checksum' => $config->getHexChecksum())));
 }