CentOS 6.6 based Nagios with Adagios UI - 757.6 MB
50K+
Nagios/Adagios Container Build
Built from appcontainers/centos66
Build container using default values.
docker build -t appcontainers/nagios .
Running the container
The container is built to allow several configurable variables to be passed in at runtime. The values are as follows:
Run the container using default values
docker run -d -it --name nagios -h nagios -p 80:80 appcontainers/nagios
This will assume the following
Run the container substituting the $varables with your own custom values
docker run -d -it \
--name nagios \
-h nagios \
-p 80:80 \
-e APP_NAME='testapp.com' \
-e APP_USER='admin' \
-e APP_PASS='P@ssw0rd' \
appcontainers/nagios
Container does not require persistent storage as long as nagios configs are stored in git
configs stored in /etc/nagios/
git init already set, Add remote, and commit configs
Navigate to the IP address of the server on the port specified (80 default) to access the nagios instance. (http://123.45.67.89/adagios)
Manually add user via:
htpasswd -c -b /etc/nagios/passwd username password
Content type
Image
Digest
sha256:0f0fb69fa…
Size
277 MB
Last updated
almost 11 years ago
docker pull appcontainers/nagios