We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46306a8 commit 6cb6041Copy full SHA for 6cb6041
README.md
@@ -51,7 +51,7 @@ docker run -d -p 10050:10050 -c 1024 -m 64M --memory-swap=-1 \
51
--restart=always \
52
--env ZBX_SERVER_HOST="<ZBX_SERVER_HOST>" \
53
--env ZBX_METADATA="<ZBX_METADATA>" \
54
- --name zabbix-coreos rossipan/docker-zabbix-coreos/3.0.17
+ --name zabbix-coreos rossipan/kube-zabbix-exporter
55
```
56
57
for example:
@@ -65,7 +65,7 @@ docker run -d -p 10050:10050 -c 1024 -m 64M --memory-swap=-1 \
65
66
--env ZBX_SERVER_HOST="10.0.0.100" \
67
--env ZBX_METADATA="prod-etcd" \
68
69
70
71
deploy the zabbix agent with daemonset:
0 commit comments