우분투에 Zabbix4.0 설치
2145 단어 zabbix4.0zabbix-serverzabbix우분투
우분투에 Zabbix4.0을 설치하는 방법
최근에는 기계 학습 관련으로 우분투를 사용하는 경우도 많을 것이다.
저도 기계 학습에서 사용하고 있던 인스턴스에 Zabbix4.0을 넣으려고, 평소의 방법으로 넣을 수 없었기 때문에 정리해 둡니다.
기본적으로 다음 공식 문서를 참조합니다.
htps //w w. 잔인한 x. 코 m / 도쿠 멘 타치 온 / 4.0 / 마누아 l / 엔 s 타치 온 / 인 s 타 l / f m_ 파카 게 s / 데 비안_ 우분
모듈 설치
우선 yum을 사용할 수 없기 때문에 wge.
zabbix4.0 파일을 가져옵니다.
sudo wget http://repo.zabbix.com/zabbix/4.0/debian/pool/main/z/zabbix-release/zabbix-release_4.0-1+stretch_all.deb
그런 다음 dpkg 명령으로 설치합니다.
sudo dpkg -i zabbix-release_4.0-1+stretch_all.deb
sudo apt-get update
Zabbix 프런트 엔드 설치
다음으로, zabbix 서버 등의 프런트 엔드를 인스톨.
에이전트도 넣어 둡니다.
sudo apt-get install zabbix-server-pgsql zabbix-frontend-php
sudo apt-get install zabbix-agent
sudo apt-get install php7.0-bcmath php7.0-xml php7.0-mbstring php7.0-pgsql fonts-vlgothic
버전 확인
그리고 버전을 확인.
zabbix_server -V
zabbix_server (Zabbix) 4.0.0rc3
Revision 85283 28 September 2018, compilation time: Sep 28 2018 13:46:58
Copyright (C) 2018 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.
문제없이 들어 있습니다!
그리고는 자동 기동의 설정을 실시해 apache를 재기동.
sudo service zabbix-server start
sudo update-rc.d zabbix-server enable
sudo service apache2 restart
이것으로 설정은 완료!
Zabbix 관리 화면 확인
자, 마지막으로 Zabbix 관리 화면을 확인합시다.
다음 URL로 이동합니다. (ipaddress)는 Zabbix를 설치 한 서버입니다.
http://(ipaddress)/zabbix
관리 화면이 표시되었습니다.
완벽하네요!
Reference
이 문제에 관하여(우분투에 Zabbix4.0 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/umeee/items/d0d134373013615e90a3텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)