Added snmptraps README file and fixed mistypo in Java Gateway README

This commit is contained in:
dotneft
2016-08-03 22:53:22 -07:00
parent ab60301da6
commit bcfb022c64
4 changed files with 92 additions and 5 deletions

View File

@ -26,7 +26,7 @@ Images are updated when new releases are published. The image with ``latest`` ta
## Start `zabbix-java-gateway`
Start a Zabbix web-interface container as follows:
Start a Zabbix Java Gateway container as follows:
docker run --name some-zabbix-java-gateway -d zabbix/zabbix-java-gateway:tag
@ -34,7 +34,7 @@ Where `some-zabbix-java-gateway` is the name you want to assign to your containe
## Linking the container to Zabbix server or Zabbix proxy
docker run --name some-zabbix-java-gateway --link some-zabbix-server:zabbix-server -d zabbix/zabbix-java-gateway:tag
docker run --name some-zabbix-java-gateway --link some-zabbix-server:zabbix-server -d zabbix/zabbix-java-gateway:tag
## Container shell access and viewing Zabbix Java Gateway logs