Error message

  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/dewey/drupal/includes/common.inc).
  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2404 of /home1/dewey/drupal/includes/menu.inc).

Introducing docker-xymon

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

Ready for Validation

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.