You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by ha...@apache.org on 2016/03/15 21:15:53 UTC

incubator-sentry git commit: SENTRY-1136: Remove /Ping and /HealthCheck from Sentry Service Webpage (Li Li, Reviewed by: Hao Hao)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master e3b77f06e -> c330a21c4


SENTRY-1136: Remove /Ping and /HealthCheck from Sentry Service Webpage (Li Li, Reviewed by: Hao Hao)

Change-Id: Id6da1aaa1b117048f11a92c60378e0d0e7a5997a


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/c330a21c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/c330a21c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/c330a21c

Branch: refs/heads/master
Commit: c330a21c4488a15b12fa3f82b451ee370ab05f25
Parents: e3b77f0
Author: hahao <ha...@cloudera.com>
Authored: Tue Mar 15 13:15:02 2016 -0700
Committer: hahao <ha...@cloudera.com>
Committed: Tue Mar 15 13:15:02 2016 -0700

----------------------------------------------------------------------
 .../sentry-provider-db/src/main/webapp/SentryService.html        | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/c330a21c/sentry-provider/sentry-provider-db/src/main/webapp/SentryService.html
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-db/src/main/webapp/SentryService.html b/sentry-provider/sentry-provider-db/src/main/webapp/SentryService.html
index cd19dd8..ee112ce 100644
--- a/sentry-provider/sentry-provider-db/src/main/webapp/SentryService.html
+++ b/sentry-provider/sentry-provider-db/src/main/webapp/SentryService.html
@@ -36,9 +36,7 @@ limitations under the License.
           <ul class="nav navbar-nav">
             <li class="active"><a href="#">Home</a></li>
             <li><a href="/metrics?pretty=true">Metrics</a></li>
-            <li><a href="/ping">Ping</a></li>
             <li><a href="/threads">Threads</a></li>
-            <li><a href="/healthcheck">Healthcheck</a></li>
             <li><a href="/conf">Configuration</a></li>
           </ul>
         </div>
@@ -48,9 +46,7 @@ limitations under the License.
     <div class="container">
       <ul>
         <li><a href="/metrics?pretty=true">Metrics</a></li>
-        <li><a href="/ping">Ping</a></li>
         <li><a href="/threads">Threads</a></li>
-        <li><a href="/healthcheck">Healthcheck</a></li>
         <li><a href="/conf">Configuration</a></li>
       </ul>
     </div>