diff --git a/library/Eagle/Common/ServiceLinks.php b/library/Eagle/Common/ServiceLinks.php index 061f28af..48fd2e94 100644 --- a/library/Eagle/Common/ServiceLinks.php +++ b/library/Eagle/Common/ServiceLinks.php @@ -43,6 +43,13 @@ abstract class ServiceLinks ); } + public static function history(Service $service, Host $host) + { + return Url::fromPath( + 'eagle/service/history', ['name' => $service->name, 'host.name' => $host->name] + ); + } + public static function removeAcknowledgement(Service $service, Host $host) { return Url::fromPath(