Skip to content

Commit 6cb6041

Browse files
authored
fix typo error
1 parent 46306a8 commit 6cb6041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docker run -d -p 10050:10050 -c 1024 -m 64M --memory-swap=-1 \
5151
--restart=always \
5252
--env ZBX_SERVER_HOST="<ZBX_SERVER_HOST>" \
5353
--env ZBX_METADATA="<ZBX_METADATA>" \
54-
--name zabbix-coreos rossipan/docker-zabbix-coreos/3.0.17
54+
--name zabbix-coreos rossipan/kube-zabbix-exporter
5555
```
5656

5757
for example:
@@ -65,7 +65,7 @@ docker run -d -p 10050:10050 -c 1024 -m 64M --memory-swap=-1 \
6565
--restart=always \
6666
--env ZBX_SERVER_HOST="10.0.0.100" \
6767
--env ZBX_METADATA="prod-etcd" \
68-
--name zabbix-coreos rossipan/docker-zabbix-coreos/3.0.17
68+
--name zabbix-coreos rossipan/kube-zabbix-exporter
6969
```
7070

7171
deploy the zabbix agent with daemonset:

0 commit comments

Comments
 (0)