Difference between revisions of "Zabbix"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
'''[[wikipedia:Zabbix|Zabbix]]''' is an open source [[monitoring]] software for [[Network monitoring|networks]], [[operating systems]] and applications. It is designed following a Client-server architecture to monitor and track the status of various services components: network, [[Server (computing)|server]]s, and network hardware.
+
'''[[wikipedia:Zabbix|Zabbix]]''' (2001) is an open source [[monitoring]] software for [[Network monitoring|networks]], [[operating systems]] and applications. It is designed following a Client-server architecture to monitor and track the status of various services components: network, [[Server (computing)|server]]s, and network hardware.
  
 
You can installing it using official Zabbix installation instructions or running it using a [[docker]] container<ref>https://hub.docker.com/r/zabbix/zabbix-server-mysql/</ref>
 
You can installing it using official Zabbix installation instructions or running it using a [[docker]] container<ref>https://hub.docker.com/r/zabbix/zabbix-server-mysql/</ref>

Revision as of 06:18, 24 April 2020

Zabbix (2001) 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 on macOS

  • brew install zabbix


Running Zabbix using 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]

Running an agent:

Activities

  1. Install Zabbix using docker containers


See also


Template:CC License

Source: wikiversity

Advertising: