Everything you love about worldPing is now available with the new synthetic monitoring feature in Grafana Cloud, plus you’ll get reduced complexity and all the benefits of Grafana Cloud.
Take the first step to get started with synthetic monitoring by signing up for a Grafana Cloud account. Get started for free.
based on raintank website
Prerequisites for new setups:
- Run
npm install
- Make sure Hugo is installed. You can verify Hugo is installed by typing
which hugo
from the command line. If hugo is not found, please install: https://gohugo.io/overview/installing/
Quick build instructions:
- Run
grunt connect
to start the server - In a separate terminal, run
grunt watch dev
to compile into `build/dev/' - Open http://127.0.0.1:1342/ in a browser (or whatever the port specified in gruntfile.js)
- Shake vigorously. Pour. Enjoy.
Pushing to dev worldping-staging.raintank.io
- ssh into the box
- pull the latest commits from github:
cd /var/local/worldping-staging && git pull
- reprocess the assets, placing them in build/dist:
grunt
- restart application:
service worldping-staging restart
Pushing to production worldping.raintank.io
- ssh into the box
- pull the latest commits from github:
cd /var/local/worldping-website && git pull
- reprocess the assets, placing them in build/dist:
grunt
- restart application:
service worldping restart