Skip to content

Overview So Far

Video Lecture

Overview So Far Overview So Far

 (Pay Per View)

You can use PayPal to purchase a one time viewing of this video for $1.49 USD.

Pay Per View Terms

  • One viewing session of this video will cost the equivalent of $1.49 USD in your currency.
  • After successful purchase, the video will automatically start playing.
  • You can pause, replay and go fullscreen as many times as needed in one single session for up to an hour.
  • Do not refresh the browser since it will invalidate the session.
  • If you want longer-term access to all videos, consider purchasing full access through Udemy or YouTube Memberships instead.
  • This Pay Per View option does not permit downloading this video for later viewing or sharing.
  • All videos are Copyright © 2019-2025 Sean Bradley, all rights reserved.

Description

We look over at what we have so far, and how we got there.

Check status of services.

#
service zabbix-server status
#
#
#
#
# Zabbix Agent
service zabbix-agent status
# Zabbix Agent 2
service zabbix-agent2 status
#
service apache2 status
#
service mysql status

View the Zabbix Server configuration file

#
cat /etc/zabbix/zabbix_server.conf

View the Zabbix Agent configuration file

#
#
#
#
# Zabbix Agent
cat /etc/zabbix/zabbix_agentd.conf
# Zabbix Agent 2
cat /etc/zabbix/zabbix_agent2.conf

View the Frontend PHP configuration

#
cat /etc/zabbix/web/zabbix.conf.php

Follow the Zabbix Server log file (CTRL-C to exit)

#
tail -f /var/log/zabbix/zabbix_server.log

Follow the Zabbix Agent log file (CTRL-C to exit)

#
#
#
#
# Zabbix Agent
tail -f /var/log/zabbix/zabbix_agentd.log
# Zabbix Agent 2
tail -f /var/log/zabbix/zabbix_agent2.log