Thuận giới thiệu một vài commands thường dùng (daily) trên zabbix-server:
systemctl status zabbix-server
top # filter by user zabbix
ps u -C zabbix_agentd #process zabbix
zabbix_server -V #version
zabbix_server -h #help
zabbix_agentd -p
netstat -tupln #check net status , open port, status port
vi /etc/zabbix/zabbix_agentd.conf #configuration file of zabbix_agentd
vi /etc/zabbix/zabbix_server.conf #configuration file of zabbix-server
Test: change hostname then check the "zabbix_agentd -p"
zabbix_get -s "hostname or IP" -p 10050 -k "system.host name"
tail -f /var/log/zabbix/zabbix_agentd.log #check log continuously of zabbix_agentd
tail -f /var/log/zabbix/zabbix_server.log #check log continuously of zabbix-server
Commands on Manual of Zabbix Documentation:
zabbix_agent2
zabbix_agentd
zabbix_get
zabbix_js
zabbix_proxy
zabbix_sender
zabbix_server
zabbix_web_service
#
Video tiếng Việt hướng dẫn cụ thể (nằm trong series zabbix miễn phí)