December 2018
Beginner
826 pages
22h 54m
English
For this section, the Vagrantfile from the first section will suffice. We will be using all four of our VMs.
We'll run through the Nagios setup first, then move on to Icinga2 afterward.
Connect to each of your boxes, or start with centos1 and debian1, before moving on to centos2 and debian2 later.
When connecting to centos1 for the Nagios installation, you will want to use the following port forward:
$ vagrant ssh centos1 -- -L 127.0.0.1:8080:127.0.0.1:80
Read now
Unlock full access