Last active
December 2, 2019 12:46
-
-
Save corgan2222/ba28229d017f8a3ba6b47ec8ec9d9d9a to your computer and use it in GitHub Desktop.
dockbix-agent raspi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run \ | |
--name kodi \ | |
--net=host \ | |
--privileged \ | |
--restart unless-stopped \ | |
-e ZBX_HOSTNAME="kodi" \ | |
-e ZBX_SERVER_HOST="192.168.2.25" \ | |
-d aledjones/zabbix-agent:4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment