This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
forked from Zuhkov/docker-containers
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,27 @@ | ||
Observium | ||
==== | ||
|
||
Dockerfile for Observium with embedded MariaDB (MySQL) Database | ||
|
||
Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems | ||
|
||
--- | ||
###Forked from | ||
###Originally forked from | ||
|
||
Zuhkov <[email protected]> | ||
|
||
--- | ||
Usage example | ||
=== | ||
###Needed directories on host: | ||
- config | ||
- logs | ||
- rrd | ||
- data | ||
|
||
``` | ||
docker run -d \ | ||
-v /hostDir/config:/config \ | ||
-v /hostDir/logs:/opt/observium/logs \ | ||
-v /hostDir/rrd:/opt/observium/rrd \ | ||
-p 80:80 \ | ||
-e POLLER=24 \ | ||
--name observium \ | ||
seti/observium | ||
``` | ||
###with custom timezone | ||
``` | ||
docker run -d \ | ||
-v /hostDir/config:/config \ | ||
-v /hostDir/logs:/opt/observium/logs \ | ||
-v /hostDir/rrd:/opt/observium/rrd \ | ||
-p 80:80 \ | ||
-e TZ="America/Chicago" \ | ||
-e TZ="Europe/Austria" \ | ||
--link observium-db:mysql \ | ||
-e POLLER=24 \ | ||
--name observium \ | ||
seti/observium | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters