May 2019
Intermediate to advanced
442 pages
11h 36m
English
Let's begin by creating a new instance of Prometheus and deploying it to the server:
cd chapter09/
vagrant global-statusvagrant up
vagrant status
This will output the following:
Current machine states:prometheus running (virtualbox)The VM is running. To stop this VM, you can run `vagrant halt` toshut it down forcefully, or you can run `vagrant suspend` to simplysuspend the virtual machine. In either case, to restart it again,simply run `vagrant up`.
The new instance will ...
Read now
Unlock full access