observium
Observium CE 24.12.13800 with embedded MariaDB (MySQL) Database
1M+
Docker image for Observium with embedded MariaDB (MySQL) Database.
Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.
Image includes:
Version 12.0.0 - April 18th 2026
Version 11.0.0 - July 6th 2025
Version 10.0.0 - January 18th 2025
Version 9.0.0 - April 29th 2024
Version 8.0.2 - February 7th 2024
Version 8.0.1 - October 25th 2023
Version 8.0.0 - October 23th 2023
Version 7.0.1 - March 28th 2023
Version 7.0.0 - March 26th 2023
Version 6.0.0 - January 5th 2023
Version 5.0.0 - July 17th 2022
Version 4.2.0 - May 20th 2022
Version 4.1.0 - November 9th 2021
Version 4.0.0 - October 20th 2021
Version 3.1.2 - September 22nd 2021
Version 3.1.1 - July 30th 2021
phpenmod mcryptVersion 3.1.0 - May 11th 2021
Version 3.0.3 - May 10th 2021
Version 3.0.2 - January 16th 2021
Version 3.0.1 - October 11th 2020
Version 3.0.0 - October 1st 2020
Version 2.1.1 - July 27th 2020
mysql_upgrade during startupVersion 2.1.0 - July 25th 2020
Version 2.0.2 - April 18th 2020
Version 2.0.1 - January 12th 2020
Version 2.0.0 - December 10th 2019
Version 1.4 - June 5th 2019
Version 1.3 - April 29th 2019
Version 1.2 - February 16th 2019
Version 1.1 - November 24th 2018
Version 1.0 - October 21st 2018
Build from docker file:
git clone [email protected]:charlescng/docker-containers.git cd observium docker build -t uberchuckie/observium .
You can also obtain it via:
docker pull uberchuckie/observium
The container will run as user:group 99:100. Make sure the user exists.
Create your Observium config directory (which will contain both the properties file and the database) and then directories for the logs and RRDs and then launch with the following:
docker run -d -v /your-config-location:/config -v /path-to-logs:/opt/observium/logs -v /path-to-rrds:/opt/observium/rrd -p 8668:8668 uberchuckie/observium
To set the timezone for Observium, pass in a valid value as an environment variable:
docker run -d -v /your-config-location:/config -v /path-to-logs:/opt/observium/logs -v /path-to-rrds:/opt/observium/rrd -e TZ="America/Chicago" -p 8668:8668 uberchuckie/observium
If you do not specify a timezone, the timezone will be set to UTC.
Browse to http://your-host-ip:8668 and login with user and password observium
Observium Community is an open source project and is copyright Observium Limited
This docker image is built upon the baseimage made by phusion
Based on the original zuhkov/observium repository that is no longer maintained.
Content type
Image
Digest
sha256:42ec671b1…
Size
561.4 MB
Last updated
3 months ago
docker pull uberchuckie/observium:12.0.0