May 2019
Intermediate to advanced
442 pages
11h 36m
English
To create a new instance of Prometheus, move into the correct repository path:
cd chapter08/
Ensure that no other test environments are running and spin up this chapter's environment:
vagrant global-statusvagrant up
You can validate the successful deployment of the test environment using the following:
vagrant status
This should output the following:
Current machine states:prometheus running (virtualbox)The VM is running. To stop this VM, you can run `vagrant halt` to shut it down forcefully, or you can run `vagrant suspend` to simply suspend the virtual machine. In either case, to restart it again, simply run `vagrant up`.
The new instance will be available for inspection and the Prometheus web interface is accessible at http://192.168.42.10:9090 ...
Read now
Unlock full access