RHEL6 5下安裝配置zabbix

2021-08-29 23:29:27 字數 1108 閱讀 2497

mysql>source /root/桌面/zabbix-2.4.6/database/mysql/images.sql

mysql>source /root/桌面/zabbix-2.4.6/database/mysql/data.sql

倒表結束後就可exit推出mysql。

7…配置zabbix server/agentd 的環境變數

vim etc/init.d/zabbix_server 和etc/init.d/zabbix_agentd

修改為 basedir=/usr/local/zabbix-2.4.6(字尾名稱可根據具體版本更改)

8啟動服務

service nginx start

service zabbix_server start

service zabbix_agentd start

9設定開機自啟

chkconfig --add zabbix_server

chkconfig --add zabbix_agentd

chkconfig zabbix_server on

chkconfig zabbix_agentd on

10主頁路徑設定

zabbix的安裝頁面php檔案在

zabbix-2.4.6/frontends/php 我們將其拷貝到 /var/www/html/zabbix

執行命令

cp -rf zabbix-2.4.6/frontends/php/ var/www/html/zabbix

nginx主頁配置檔案在

usr/local/nginx/conf/nginx.conf

進入配置檔案 找到

listen 80 default_server;

#listen [::]:80 default_server ipv6only=on;

server_name _;

index index.html index.htm index.php;

root /var/www/html/zabbix;

中 將root的位址修改。

修改完成後 瀏覽器主頁便設定為zabbix安裝位址

瀏覽器輸入ip 直接進入zabbix安裝介面

rhel6 5下安裝NIS伺服器

setenforce 0 etc init.d networkmanagerstop etc init.d iptables stop 相關安裝軟體 yum install ypservrpcbind yp tools ypbind 設定nis網域名稱 nisdomainname test 修改相關...

rhel6 5 安裝部署zabbix 3 4 12

目錄 1.tar包 2.安裝php跟apache 3.修改主配置檔案 4.編譯安裝mysql 5.編譯安裝libevent 6.編譯安裝zabbix 7.修改zabbix相關配置 8.新增zabbix伺服器和zabbix 啟動指令碼 9.建立zabbix資料庫並把匯入一些sql表 10.啟動所有服務...

CentOS 6 5下NFS安裝配置

一 環境介紹 nfs伺服器 centos6.5 192.168.0.10 nfs客戶端 centos6.5 192.168.0.11 二 伺服器端安裝配置 1 先用rpm qa命令檢視所需安裝包 nfs utils rpcbind 是否已經安裝 123 456 root local rpm qa g...