Difference between revisions of "Zabbix"
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]] == |
* <code>[[docker pull]] zabbix/zabbix-server-mysql</code> <ref>https://hub.docker.com/r/zabbix/zabbix-server-mysql/</ref> | * <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> | * <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> | ||
Line 12: | Line 12: | ||
Running an agent: | Running an agent: | ||
* <code>docker pull [[zabbix]]/zabbix-agent</code><ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref> | * <code>docker pull [[zabbix]]/zabbix-agent</code><ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref> | ||
− | |||
== Related terms == | == Related terms == |
Revision as of 07:30, 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]
Contents
Install Zabbix on macOS
brew install zabbix
Install 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:
Related terms
Activities
- Install Zabbix using docker containers
See also
- Zabbix, Zabbix releases, Install Zabbix using Docker, Zabbix agent (
zabbix_agentd.conf
), Zabbix API,zabbix_server
,zabbix_get
,zabbix_sender
,/etc/zabbix/zabbix_server.conf
- Monitoring: On call, Monitoring software, Monitoring services, Resource monitoring, Metric colletion tools, network monitoring, SLA Management Monitoring Tools, Alarm/Alert, Resource starvation, Alerts and notifications, Monitoring Kubernetes, VictoriaMetrics, Sensu, LogicMonitor, Distributed tracing, Datadog Monitors
- Monitoring: Prometheus, Cacti, monit, munin, RRDtool, Zabbix, Netdata, Nagios, Check MK, Icinga, Pingdom, OpsGenie and Datadog, Opsgenie, PRTG, Checkmk
Source: wikiversity
Advertising: