Zabbix server on Centos 6 managed by Monit
10K+
The container provides the following Zabbix Services, please refer to the Zabbix documentation for additional info.
admin, password: zabbix).zabbix and password is zabbix.You can run Zabbix as a service executing the following command.
docker run -d \
-p 10051:10051 \
-p 80:80 \
-p 2812:2812 \
dentavita/zabbix
The above command will expose the Zabbix Server through port 10051 and the Web UI through port 80 on the host instance, among others.
Be patient, it takes a minute or two to configure the MySQL instance and start the proper services. You can tail the logs using docker logs -f $container_id.
Content type
Image
Digest
sha256:af6af2d33…
Size
378.6 MB
Last updated
almost 11 years ago
docker pull dentavita/zabbix