DeweySasser.com
Published on DeweySasser.com (http://deweysasser.com)

Home > Introducing docker-xymon

Introducing docker-xymon

Submitted by dewey on Wed, 10/29/2014 - 11:09

In short: build and deploy this for instant monitoring.

Seeing no viable containerization of the Xymon monitoring system (and the 'net is large -- I could have missed it), I have created some.

Eventually I will be maintaining images on the Docker Hub as well as the source.

For now, get it from https://github.com/deweysasser/docker-xymon

Here's the README

docker-xymon

Dockerization of the Xymon monitoring system on an Ubuntu base

Example

docker build -t xymon docker-xymon
docker run -d -p 80:80 -p 1984:1984 -v /etc/xymon:/etc/xymon --name xymon xymon

Interface

Ports

  • 80 -- Web server
  • 1984 -- Xymon/bb client reporting port

Volumes

  • /etc/xymon -- all xymon configuration data
  • /var/lib/xymon -- xymon data (monitoring state)

Known Issues

  • Password protection on cgi directories is currently disabled
  • There is no way for Xymon to send email

Maintainer

Please submit all issues/suggestions/bugs via https://github.com/deweysasser/docker-xymon

Tags:

  • Software [1]
  • docker [2]
  • docker-xymon [3]
Ready for Validation
Powered by Drupal

Source URL: http://deweysasser.com/content/introducing-docker-xymon

Links:
[1] http://deweysasser.com/tags/software
[2] http://deweysasser.com/tags/docker
[3] http://deweysasser.com/tags/docker-xymon