8000 GitHub - chusiang/zabbix.dockerize: Setup Zabbix server of dockerize.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chusiang/zabbix.dockerize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize: Zabbix Server

OS Dockerize

Setup the Zabbix Server with Docker.

Thanks the Monitoring Artist for maintain so many dockerize images of Zabbix.

Supported version and respective docker-compose.yml links

Usage

Get this project

  1. Git.

    $ git clone https://github.com/chusiang/zabbix.dockerize.git
    $ cd zabbix.dockerize
    
  2. Download ZIP.

    $ wget https://github.com/chusiang/zabbix.dockerize/archive/master.zip
    $ unzip master.zip && cd zabbix.dockerize-master/
    

Run container

Operate on Console

  1. Choose one version like 3.4.9.

    $ cd v3.4.9
    
  2. Run the containers.

    $ docker-compose up -d
    
  3. Check containers process.

    $ docker-compose ps
    
  4. Remove the containers.

    $ docker-compose stop
    $ docker-compose rm -f
    

Go to website

This default username/password is Admin and zabbix.

Operate on Browser

# GNU/Linux.
$ firefox http://localhost:8080

# macOS.
$ open http://localhost:8080

If you like the Foxmosa, you can get this add-on at https://addons.mozilla.org/zh-TW/firefox/addon/foxmosa-with-you/ .

Enjoy it !

History

2020

  • 03/23: Add v4.0.5 version, and integrate the Grafana.

2018

  • 08/15: Add v3.2.6 version.
  • 05/25: Add v3.4.9 version.

Reference

License

MIT license from 2018.

Author Information

  1. Chu-Siang Lai

About

Setup Zabbix server of dockerize.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0