Skip to content

safelink-internet/zabbix-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Zabbix proxy on Ubuntu

Total size of this image is:

Running

Use this command to start the container. Zabbix proxy will listen on port 10051.

docker run \
	--name zabbix-proxy \
	-d \
	-p 10051:10051 \
	safelinkinternet/zabbix-proxy \
  -z <zabbix server ip> \
  -s <proxy hostname>

Configuration

Parameters REQUIRED: -s, --host Zabbix hostname to use for Zabbix proxy (Hostname= in conf). -z, --zabbix-server Zabbix server IP or DNS name (Server= in zabbix_proxy.conf). OPTIONAL: -m, --monit Command to pass to Monit {start|stop|restart|shell|status|summary}. Default: run -p, --port Zabbix server port to send to (ServerPort= in zabbix_proxy.conf). Default: 10051

Explore running container

`docker exec -it zabbix-proxy bash`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages