OP5 Monitor is a software product for server, Network monitoring and management based on the Open Source project Nagios. This repository contains the OP5 Monitor software, in docker.
This image is not a OP5 official release and therefore does not adhere to your support agreement you may have with OP5.
- Latest version of OP5 monitor to date (currently v7.3.18) on CentOS 7.4
- Pre-bundled with a trial license
Clone this repo to your docker server and run the build script that comes with it:
$ git clone https://github.com/misiupajor/op5-monitor-centos7-docker.git
$ cd op5-monitor-centos7-docker
$ ./build.sh
Now follow instructions under the usage
section to run the container.
Run the docker container:
$ docker run -tid --cap-add SYS_ADMIN -p 443:443 -p 22222:22 op5com/op5-monitor-centos7
Now you can reach OP5 Monitor on:
https://<docker server>
:443
And over SSH on port 22222
with credentials:
username: root
password: monitor
Thanks goes to these wonderful people:
- Oskar Rittsel (@OP5)
Misiu Pajor