This page (revision-6) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 23-Apr-2022 17:05 1 KB Harry Metske to previous added restart always
5 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
4 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
3 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 972 bytes Harry Metske to previous | to last
1 23-Apr-2022 17:05 957 bytes unknown to last

Page References

Incoming links Outgoing links
Zabbix-3.0...nobody

Version management

Difference between version and

At line 36 added 19 lines
!! API usage
See my [gitblit|http://www.computerhok.nl/gitblit/tree/~metskem!zabbix.git] for details there.
!! Zabbix agent on coreos:
{{{
docker run \
-d \
-p 10050:10050 \
-v /proc:/proc \
-v /sys:/sys \
-v /dev:/dev \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /my-zabbix-agent-config.conf:/etc/zabbix_agentd.conf \
--env="ZABBIX_SERVER=10.0.0.190" \
million12/zabbix-agent
}}}