Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- RHEL
- Linux
- C
- 빅데이터
- JSON
- CentOS
- Audit Log
- 디렉토리
- yum
- GPU
- Shell
- GNOME
- Kubernetes
- log
- Python
- docker
- Elk
- rsyslog
- syslog
- Chrome
- bash
- 서울시민카드
- Elasticsearch
- PostgreSQL
- audit
- 파이썬
- K8S
- zabbix
- centos 7.5
- 크롬
Archives
- Today
- Total
Sysops Notepad
Zabbix Server 4.x version setup / update 본문
728x90
linux (centos 7 , redhat 7 ) Zabbix Server 4.0 설치 / 구축 / 업데이트 하기
설치 환경
OS : centos 7.4
zabbix ver :3.4.x -> 4.0
1. systemctl stop zabbix-server
2. systemctl stop zabbix-proxy
3. mkdir /opt/zabbix-backup/
4. cp /etc/zabbix/zabbix_server.conf /opt/zabbix-backup/
5. cp /etc/httpd/conf.d/zabbix.conf /opt/zabbix-backup/
6. cp /etc/httpd/conf.d/ssl.conf /opt/zabbix-backup/
7. cp -R /usr/share/zabbix/ /opt/zabbix-backup/
8. cp -R /usr/share/doc/zabbix-* /opt/zabbix-backup/
9. rpm -Uvh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm
10. yum upgrade zabbix-server-mysql zabbix-web-mysql zabbix-agent
11. systemctl start zabbix-server
12. systemctl start zabbix-proxy
13. systemctl start zabbix-agent
끝!
728x90
'업무 > sys' 카테고리의 다른 글
ceph osd pool 생성하기 (0) | 2018.11.02 |
---|---|
[Linux] Audit log 설정하기 (0) | 2018.10.24 |
katello 메모 (0) | 2018.10.22 |
[Grafana] Grafana Server 구축 하기 (0) | 2018.09.29 |
Centos 7 GUI 설치 (0) | 2018.09.29 |
Comments