< Linux server administration

Zabbix is an open source monitoring software for networks, operating systems and applications. It is designed following a Client-server architecture to monitor and track the status of various services components: network, servers, and network hardware.

You can installing it using official Zabbix installation instructions or running it using a docker container[1]

Running Zabbix under docker

  • docker pull zabbix/zabbix-server-mysql [2]
  • docker run --name some-zabbix-server-mysql -e DB_SERVER_HOST="some-mysql-server" -e MYSQL_USER="some-user" -e MYSQL_PASSWORD="some-password" -d zabbix/zabbix-server-mysql:tag[3]

Activities

  1. Install Zabbix using docker containers


See also

  1. https://hub.docker.com/r/zabbix/zabbix-server-mysql/
  2. https://hub.docker.com/r/zabbix/zabbix-server-mysql/
  3. https://hub.docker.com/r/zabbix/zabbix-server-mysql/
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.