Difference between revisions of "Zabbix"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* <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> | ||
+ | |||
+ | Running an agent: | ||
+ | * <code>docker pull [[zabbix]]/zabbix-agent</code><ref>https://hub.docker.com/r/zabbix/zabbix-agent/</ref> | ||
== Activities == | == Activities == |
Revision as of 16:44, 19 January 2020
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 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
- Install Zabbix using docker containers
See also
- 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
- Nagios and Icinga
- Prometheus monitoring and monit
- systemd, daemontools, runit and https://en.wikipedia.org/wiki/Process_supervision
Source: wikiversity
Advertising: