Skip to content

sysadminvietnam/zabbix-2.2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

zabbix-2.2

Trong bài viết này tôi sẽ hướng dẫn các bạn cài đặt và cấu hình zabbix - một công cụ để monitor.

Yêu cầu với máy chủ cài Zabbix server: Ubuntu 14.04

1. Cài đặt zabbix server

SSH vào máy chủ và thực hiện các lệnh sau:

apt-get update

apt-get install git -y

git clone https://github.com/hocchudong/zabbix-2.2.git

cd zabbix-2.2

bash install-zabbix-server.sh

Sau khi cài đặt thành công, mở trình duyệt web tại địa chỉ http://$IP_Zabbix_server/zabbix

user: admin

password: zabbix

2. Thêm host để giám sát

Tham khảo [link sau] (http://tecadmin.net/add-host-zabbix-server-monitor/)

3. Cấu hình gửi mail cảnh báo

4. Cấu hình gửi SMS cảnh báo

Tham khảo

[Digital Ocean] (https://www.digitalocean.com/community/tutorials/how-to-install-zabbix-on-ubuntu-configure-it-to-monitor-multiple-vps-servers)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.9%
  • Shell 36.1%