CẬP NHẬT NAGIOS CORE, NAGIOS PLUGIN CHECK_MK, PNP4NAGIOS
Chào các bạn,
Tiếp theo bài giới thiệu về Giải pháp giám sát hạ tầng mạng với Nagios core:
- Monitor your entire IT infrastructure
- Spot problems before they occur
- Know immediately when problems arise
- Share availability data with stakeholders
- Detect security breaches
- Plan and budget for IT upgrades
- Reduce downtime and business losses
Nagios Core 4:
tar xvzf nagios-4.3.1.tar.gz
cd nagios-4.3.1
./configure --with-command-group=nagcmd
make all
make install
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
service nagios restart
Nagios plugin:
tar xvzf nagios-plugins-2.1.4.tar.gz
cd nagios-plugins-2.1.4
./configure --with-nagios-user=nagios --with-nagios-group=nagcmd
make
make install
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
service nagios restart
Check_MK:
tar xvzf check_mk-1.2.8p18.tar.gz
cd check_mk-1.2.8p18
./setup
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
service httpd restart
service nagios restart
cmk -R
Hoàn thành quá trình nâng cấp Nagios core, nagios plugin, check_MK.
Chúc các bạn thành công.
Bài viết tiếp theo tôi sẽ hướng dẫn nâng cấp PNP4NAGIOS - một add-on tuyệt vời cho Nagios, dựa vào RRD (Round Robin Databases) để thu thập dữ liệu, từ đó view những dữ liệu thu thập được thành chart/graph cho người quản trị có cái nhìn trực quan hơn về các host/service trong hệ thống.