Zabbix安装及基本配置
Cent OS 6.8基于LAMP平台安装Zabbix3.0.8
1、通过yum工具安装LAMP平台和所需要的软件包
yum install -y mysql mysql-server mysql-devel httpd libxml2 libxml2-devel net-snmp net-snmp-devel
rpm -Uvh http://download.Fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
yum install -y --enablerepo=remi,remi-php56 php php-opcache php-pecl-apcu php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdeb ug php-pecl-xhprof php-pdo php-pear php-fpm php-cli php-xml php-bcmath php-proce ss php-gd php-common
mysqladmin -u root password 123456
service mysqld start
vim /etc/httpd/conf/httpd.conf
……
DirectoryIndex index.html index.html.var index.php
……
AddType application/x-gzip .gz .tgz
addType application/x-httpd-php .php
vim /var/www/html/index.php
<?php
phpinfo();
?>
service httpd start2、安装zabbix
Docker部署Zabbix
OneAlert报警
安装步骤
部分服务监控配置
更新大版本导致字符集不一致,报如下错误
解决zabbix 无法添加中文主机名
容器部署时监控本机配置注意事项
最后更新于