Bài này chúng ta sẽ thực hiện giám sát một máy chủ CentOS 7 cài web server apache (httpd).
-
Đầu tiên trên máy agent (client) cần phải được cài đặt httpd.
yum install httpd -y
-
Dùng trình soạn thảo
vi
mở file cấu hình/etc/httpd/conf/httpd.conf
và thêm vào đoạn module sau :<IfModule mod_status.c> <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 ::1 </Location> # Keep track of extended status information for each request ExtendedStatus On </IfModule>
-
Coppy file plugin từ máy chủ omd (/opt/omd/versions/1.4.0p19.cre/share/check_mk/agents/plugins/apache_status ) qua máy client (/usr/lib/check_mk_agent/plugins/ ).
-
Phân quyền cho file plugin này :
chmod +x /usr/lib/check_mk_agent/plugins/apache_status
-
Sau đó chuyển qua giao diện web chọn
Hosts
rồi chọnDiscovery
:
- Sau đó chọn
Start
:
-
Sau đó chọn
Finish
rồiSave Change
-
Kiểm tra lại kết quả chúng ta vừa thực hiện :