-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename Nagios-Container.txt to README.md
- Loading branch information
1 parent
7dce67f
commit 600402c
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
Nagios XI Container v5.4 | ||
## Nagios XI Container v5.5.6 | ||
``` | ||
docker pull lerndevops/nagios:xi5.5.6 | ||
``` | ||
``` | ||
docker run -d -p 80:80 --name nagiosxi lerndevops/nagios:xi5.5.6 | ||
``` | ||
|
||
## Nagios XI Container v5.4 | ||
|
||
``` | ||
docker pull lerndevops/nagios:xi5.4 | ||
``` | ||
``` | ||
docker run -d -p 80:80 -p 5666:5666 -p 5667:5667 --name nagiosxi lerndevops/nagios:xi5.4 | ||
|
||
|
||
``` | ||
``` | ||
80 : apache | ||
5666 : NRPE | ||
5667 : NSCA | ||
|
||
======================================================= | ||
|
||
Nagios XI Container v5.5.6 | ||
|
||
docker pull lerndevops/nagios:xi5.5.6 | ||
docker run -d -p 80:80 --name nagiosxi lerndevops/nagios:xi5.5.6 | ||
``` |