-
Notifications
You must be signed in to change notification settings - Fork 38
mvp monitor
Christopher Martin edited this page Jun 9, 2018
·
6 revisions
If you'd like to make your own monitor page then we can provide you with a bare bones page. The page has no styling and just polls nevergreen.io
. You can run it just by opening the file. You don't need anything else, get started with the mvp monitor
The following commands allow you to run it over http:
curl https://gist.githubusercontent.com/GentlemanHal/f10519c100f576c7169a/raw --output mvp-monitor.html
python -m SimpleHTTPServer
open http://localhost:8000/mvp-monitor.html