zabbix3.0要求的PHP、數據庫、Apache/Nginx的版本參考:
創新互聯服務項目包括宜君網站建設、宜君網站制作、宜君網頁制作以及宜君網絡營銷策劃等。多年來,我們專注于互聯網行業,利用自身積累的技術優勢、行業經驗、深度合作伙伴關系等,向廣大中小型企業、政府機構等提供互聯網行業的解決方案,宜君網站推廣取得了明顯的社會效益與經濟效益。目前,我們服務的客戶以成都為中心已經輻射到宜君省份的部分城市,未來相信會繼續擴大服務區域并繼續獲得客戶的支持與信任!zabbix3.0對PHP、數據庫、nginx/apache版本要求參考:
https://www.zabbix.com/documentation/3.0/manual/installation/requirements
本次安裝的系統環境為centos7.2,lamp。第一次安裝使用的版本是centos6.6,lnmp。安裝后均可正常使用。
mysql版本
[root@aliyun-s2 ~]# mysql -v Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 4572 Server version: 5.5.52-MariaDB MariaDB Server Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Reading history-file /root/.mysql_history Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.創建zabbix庫,授權zabbix用戶
create database zabbix default charset utf8; grant all privileges on zabbix.* to zabbix@'localhost' identified by 'zabbix'; flush privileges; MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema| | mysql | | performance_schema| | zabbix | +--------------------+ 4 rows in set (0.03 sec)php安裝
yum install php php-fpm php-mysql php-gd libjpeg* php-ldap php-odbc php-pear php-xmlrpc php-mbstring php-bcmath -y[root@djlink-aliyun-s2 ~]# php -v PHP 5.4.16 (cli) (built: Nov 6 2016 00:29:02) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies vim /etc/php.ini date.timezone = Asia/Shanghai post_max_size = 16M max_execution_time = 300 max_input_time = 300啟動php-fpm
apache為yum安裝
vim /etc/httpd/conf/httpd.conf #把配置地址修改為將要安裝的zabbix位置, DocumentRoot "/var/www/html/zabbix-3.0.9" ServerSignature On #增加對.php的默認 DirectoryIndex index.html index.php #進行部分優化 Options Includes ExecCGI FollowSymLinks Options FollowSymLinks AllowOverride All MaxKeepAliveRequests 500 AddDefaultCharset GB2312 max_execution_time = 300 systemctl restart httpd.service創建test.php驗證php是否正常
echo "<?php phpinfo(); ?>" > /var/www/html/zabbix/test.php顯示phpinfo界面為正常,然后刪除test.php
安裝zabbix
下載zabbix3.0 LTS,下載速度有點慢,建議用其他工具下載本地后,rz上傳
wget https://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/3.0.9/zabbix-3.0.9.tar.gz tar zxf zabbix-3.0.9.tar.gz && cd zabbix-3.0.9 ./configure --prefix=/usr/local/zabbix-3.0.9/ --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-libxml2 make && make install創建zabbix用戶
groupadd zabbix useradd zabbix -s /sbin/nologin -M -g zabbix導入3個sql文件到zabbix數據庫
mysql -uroot -p zabbix < database/mysql/schema.sql mysql -uroot -pzabbix < database/mysql/p_w_picpaths.sql mysql -uroot -p zabbix < database/mysql/data.sql編輯zabbix_server.conf
vim /usr/local/zabbix-3.0.9/etc/zabbix_server.conf LogFile=/tmp/zabbix_server.log PidFile=/tmp/zabbix_server.pid DBHost=localhost DBName=zabbix DBUser=zabbix DBPassword=zabbix啟動zabbix_server
/usr/local/zabbix-3.0.9/sbin/zabbix_server訪問網頁進行安裝,中間一個步驟需要下載文件并上傳,上傳后需修改所屬。
另外有需要云服務器可以了解下創新互聯cdcxhl.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業上云的綜合解決方案,具有“安全穩定、簡單易用、服務可用性高、性價比高”等特點與優勢,專為企業上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
網頁題目:centos7LAMP環境安裝zabbix3.0-創新互聯
本文路徑:http://vcdvsql.cn/article10/cesedo.html
成都網站建設公司_創新互聯,為您提供搜索引擎優化、網站維護、品牌網站制作、自適應網站、面包屑導航、網站導航
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯