Skip to content
Christopher Martin edited this page Jun 9, 2018 · 6 revisions

How to make your own monitor

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
Clone this wiki locally