Beta storage image for Zabbix 3 XXL with 200+ community templates from GitHub Zabbix community repos
10K+
Beta Docker storage image for Zabbix 3.0 XXL with 200+ community templates from GitHub Zabbix community repos, which are autoimported into your Zabbix.
If you like or use this project, please provide feedback to author - Star it ★.
Overview of Monitoring Artist (dockerized) monitoring ecosystem:
Mount volumes from storage container and set XXL_api* env variables. For example:
docker run \
-d \
--name zabbix-ext-all-templates \
monitoringartist/zabbix-ext-all-templates:latest
docker run \
-d \
--name zabbix-db \
--env="MARIADB_USER=zabbix" \
--env="MARIADB_PASS=my_password" \
monitoringartist/zabbix-db-mariadb:latest
docker run \
-d \
--name zabbix \
-p 80:80 \
-p 10051:10051 \
-v /etc/localtime:/etc/localtime:ro \
--volumes-from zabbix-ext-all-templates \
--link zabbix-db:zabbix.db \
--env="ZS_DBHost=zabbix.db" \
--env="ZS_DBUser=zabbix" \
--env="ZS_DBPassword=my_password" \
--env="XXL_zapix=true" \
--env="XXL_grapher=true" \
--env="XXL_apiuser=Admin" \
--env="XXL_apipass=zabbix" \
monitoringartist/zabbix-3.0-xxl:latest
Please donate to author, so he can continue to publish other awesome projects for free:
Only projects/templates, which are parseable by our dumb build script + they must pass CI testing - template import via API. Run Docker command for full list:
docker run --rm -ti \
monitoringartist/zabbix-ext-all-templates \
find /etc/zabbix/api/zabbix-xxl-all-community-templates/ -name "*.xml"
Check Docker logs of Zabbix server - all API calls are logged. If you have any problem with template, please contact original author / open issue in original project (https://github.com/monitoringartist/zabbix-community-repos)
Devops Monitoring Expert, who loves monitoring systems, which start with letter Z. Those are Zabbix and Zenoss.
Professional devops / monitoring services:
Content type
Image
Digest
Size
1.4 MB
Last updated
about 10 years ago
docker pull monitoringartist/zabbix-ext-all-templates