Index: appengine/chrome_infra_mon_proxy/templates/main.html |
diff --git a/appengine/chrome_infra_mon_proxy/templates/main.html b/appengine/chrome_infra_mon_proxy/templates/main.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a9fa8ee6290e03e517fed91b28f3dfb1d64cd250 |
--- /dev/null |
+++ b/appengine/chrome_infra_mon_proxy/templates/main.html |
@@ -0,0 +1,29 @@ |
+{% extends "base.html" %} |
+{% block content %} |
+ <div class="container-fluid"> |
+ <div class="row-fluid"> |
+ <p> |
+ <div class="col-md-10"> |
+<h1>Chrome Infra Monitoring Proxy</h1> |
+ |
+ |
+<p>Welcome to the Chrome Infrastructure Monitoring Proxy for time series data. |
+ |
+<ul> |
+ <li><a href="/admin/">Configuration</a> (requires admin priviledges) |
+</ul> |
+ |
+<p>Send your protobufs to the /monacq endpoint (POST only) using the |
+<a href="https://chromium.googlesource.com/infra/infra/+/master/infra/libs/ts_mon/" |
+ target="_blank">infra/libs/ts_mon</a> library, or the |
+<a href="https://chromium.googlesource.com/infra/infra/+/master/infra/services/sysmon/" |
+ target="_blank">infra/services/sysmon</a> service. |
+ |
+The end point requires authentication as a member of the |
+<a href="https://chrome-infra-auth.appspot.com/auth/groups#service-account-monitoring-proxy" |
+ target="_blank">service-account-monitoring-proxy</a> group. |
+ |
+ </div> |
+ </div> |
+ </div> |
+{% endblock %} |