{"id":25437205,"url":"https://github.com/starbops/yadzbxs","last_synced_at":"2025-05-15T04:11:21.392Z","repository":{"id":35674305,"uuid":"39949784","full_name":"starbops/yadzbxs","owner":"starbops","description":"Yet Another Docker Image with Zabbix Server","archived":false,"fork":false,"pushed_at":"2015-08-20T10:52:45.000Z","size":29212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T11:13:06.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/starbops.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}},"created_at":"2015-07-30T12:38:45.000Z","updated_at":"2015-07-30T12:56:53.000Z","dependencies_parsed_at":"2022-09-11T05:30:19.929Z","dependency_job_id":null,"html_url":"https://github.com/starbops/yadzbxs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starbops%2Fyadzbxs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starbops%2Fyadzbxs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starbops%2Fyadzbxs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starbops%2Fyadzbxs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starbops","download_url":"https://codeload.github.com/starbops/yadzbxs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270654,"owners_count":22042860,"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":[],"created_at":"2025-02-17T08:32:56.644Z","updated_at":"2025-05-15T04:11:16.378Z","avatar_url":"https://github.com/starbops.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yet Another Docker Image with Zabbix Server\n\n## Prerequisites\n\nChoose one of the database as backend of Zabbix server.\n\n## MariaDB\n\n```\n$ docker run -d --name zabbix-db \\\n    -e MARIADB_USER=\u003cusername\u003e \\\n    -e MARIADB_PASS=\u003cpassword\u003e \\\n    million12/mariadb\n```\n\n## MySQL\n\n```\n$ docker run -d --name zabbix-db \\\n    -e MYSQL_ROOT_PASSWORD=\u003cpassword\u003e \\\n    orchardup/mysql\n```\n\n## Build the Image\n\n```\n$ docker build -t yadzbxs .\n```\n\n## Run Zabbix Server\n\nCurrently the Zabbix server will connect to its backend database through\nhardcoded \"mysql\" link name. That is, the name of the database container is of\nyour choice, but the name of the link must be \"mysql\". Otherwise the Zabbix\nserver container will fail.\n\n```\n$ docker run -d \\\n    -h \u003chostname\u003e \\\n    --name zabbix \\\n    --link zabbix-db:mysql \\\n    -e DB_USER=\u003cusername\u003e \\\n    -e DB_PASS=\u003cpassword\u003e \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -p 8080:80 \\\n    -p 10051:10051 \\\n    yadzbxs /sbin/my_init\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarbops%2Fyadzbxs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarbops%2Fyadzbxs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarbops%2Fyadzbxs/lists"}