setNagiosHost($tempSource); break; case 'service': $dependency->setNagiosService($tempSource); break; case 'hostgroup': $dependency->setNagiosHostgroup($tempSource); break; } $dependency->setName($_POST['name']); $dependency->save(); header("Location: dependency.php?id= " . $dependency->getId()); exit(); } } } if($type == "service") { $textTitle = $tempSource->getOwnerDescription() . " : " . $tempSource->getDescription(); } else { $textTitle = $tempSource->getName(); } print_header("Add Dependency To " . $title . " " . $textTitle); print_window_header("Add Dependency To " . $title . " " . $textTitle, "100%"); ?> Provide A Name for this Dependency



Cancel And Return To