{"id":18676885,"url":"https://github.com/chusiang/zabbix.dockerize","last_synced_at":"2025-04-12T02:23:42.496Z","repository":{"id":142952133,"uuid":"132790059","full_name":"chusiang/zabbix.dockerize","owner":"chusiang","description":"Setup Zabbix server of dockerize.","archived":false,"fork":false,"pushed_at":"2020-03-23T07:41:15.000Z","size":13,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T02:23:35.373Z","etag":null,"topics":["docker","docker-compose","zabbix"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chusiang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-09T17:18:23.000Z","updated_at":"2024-04-01T09:24:56.000Z","dependencies_parsed_at":"2023-07-24T04:01:48.732Z","dependency_job_id":null,"html_url":"https://github.com/chusiang/zabbix.dockerize","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chusiang%2Fzabbix.dockerize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chusiang%2Fzabbix.dockerize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chusiang%2Fzabbix.dockerize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chusiang%2Fzabbix.dockerize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chusiang","download_url":"https://codeload.github.com/chusiang/zabbix.dockerize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506156,"owners_count":21115388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","zabbix"],"created_at":"2024-11-07T09:31:33.860Z","updated_at":"2025-04-12T02:23:42.488Z","avatar_url":"https://github.com/chusiang.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerize: Zabbix Server\n\n[![OS](https://img.shields.io/badge/os-centos-blue.svg)](https://hub.docker.com/_/centos/) [![Dockerize](https://img.shields.io/badge/dockerize-zabbix-blue.svg)](https://github.com/chusiang/zabbix.dockerize)\n\nSetup the [Zabbix][zabbix_official] Server with Docker.\n\n\u003e Thanks the [Monitoring Artist](https://monitoringartist.com) for maintain so many dockerize images of Zabbix.\n\n[zabbix_official]: https://www.zabbix.com\n\n## Supported version and respective `docker-compose.yml` links\n\n- `3.0.4` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.0.4/docker-compose.yml)\n- `3.2.6` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.2.6/docker-compose.yml)\n- `3.4.7` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.4.7/docker-compose.yml)\n- `3.4.9` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.4.9/docker-compose.yml)\n- `4.0.5` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v4.0.5/docker-compose.yml)\n\n## Usage\n\n### Get this project\n\n1. Git.\n\n    ```\n    $ git clone https://github.com/chusiang/zabbix.dockerize.git\n    $ cd zabbix.dockerize\n    ```\n\n1. Download ZIP.\n\n    ```\n    $ wget https://github.com/chusiang/zabbix.dockerize/archive/master.zip\n    $ unzip master.zip \u0026\u0026 cd zabbix.dockerize-master/\n    ```\n\n### Run container\n\n![Operate on Console](https://user-images.githubusercontent.com/219066/40526310-4bffadd6-6018-11e8-95dc-75c959b37d7e.gif)\n\n1. Choose one version like `3.4.9`.\n\n    ```\n    $ cd v3.4.9\n    ```\n\n1. Run the containers.\n\n    ```\n    $ docker-compose up -d\n    ```\n\n1. Check containers process.\n\n    ```\n    $ docker-compose ps\n    ```\n\n1. Remove the containers.\n\n    ```\n    $ docker-compose stop\n    $ docker-compose rm -f\n    ```\n\n### Go to website\n\nThis default username/password is `Admin` and `zabbix`.\n\n![Operate on Browser](https://user-images.githubusercontent.com/219066/40526343-809745d6-6018-11e8-8a82-d1643596c97e.gif)\n\n```\n# GNU/Linux.\n$ firefox http://localhost:8080\n\n# macOS.\n$ open http://localhost:8080\n```\n\n\u003e If you like the **Foxmosa**, you can get this add-on at https://addons.mozilla.org/zh-TW/firefox/addon/foxmosa-with-you/ .\n\nEnjoy it !\n\n## History\n\n### 2020\n\n* 03/23: Add `v4.0.5` version, and integrate the Grafana.\n\n### 2018\n\n* 08/15: Add `v3.2.6` version.\n* 05/25: Add `v3.4.9` version.\n\n## Reference\n\n* [monitoringartist | Docker Hub](https://hub.docker.com/u/monitoringartist/)\n\n## License\n\nMIT license from 2018.\n\n## Author Information\n\n1. [Chu-Siang Lai](https://github.com/chusiang/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchusiang%2Fzabbix.dockerize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchusiang%2Fzabbix.dockerize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchusiang%2Fzabbix.dockerize/lists"}