Difference between revisions of "Zabbix"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 6: Line 6:
 
* <code>brew install zabbix</code>
 
* <code>brew install zabbix</code>
  
== Install Zabbix using [[Docker]] ==
+
== [[Install Zabbix using Docker ==
* <code>[[docker pull]] zabbix/zabbix-server-mysql</code> <ref>https://hub.docker.com/r/zabbix/zabbix-server-mysql/</ref>
 
* <code>[[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</code><ref>https://hub.docker.com/r/zabbix/zabbix-server-mysql/</ref>
 
 
 
Running an agent:
 
* <code>docker pull [[zabbix]]/zabbix-agent</code><ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref>
 
  
 
== Related terms ==
 
== Related terms ==

Revision as of 08:11, 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]

Install Zabbix on macOS

  • brew install zabbix

[[Install Zabbix using Docker

Related terms

Activities

  1. Install Zabbix using docker containers


See also


Template:CC License

Source: wikiversity

Advertising: