[root@zabbix zabbix-2.0.6]# chkconfig --add zabbix_server [root@zabbix zabbix-2.0.6]# chkconfig --add zabbix_agentd #设置服务器开机自动启动 [root@zabbix ~]# chkconfig zabbix_server on [root@zabbix ~]# chkconfig zabbix_agentd on [root@zabbix ~]# /etc/init.d/zabbix_server start Z...
[root@bogon ~]# vi /etc/selinux/config [root@bogon ~]# cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead...
. / configure -- prefix = / usr / local / php - 5.5.7 \ -- with - config - file - path = / usr / local / php - 5.5.7 / etc -- with - bz2 -- with - curl \ -- enable - ftp -- enable - sockets -- disable - ipv6 -- with - gd \ -- with - jpeg - dir = /...
./configure --prefix=/usr/local/zabbix --enable-server --enable-agent --with-net-snmp --with-libcurl --with-libxml2 -enable-proxy --with-mysql=/usr/local/mysql/bin/mysql_config make ** make install ln -s /usr/local/zabbix/sbin/* /usr/local/sbin/ 添加系统启动方式 cd /home/work/...
installing a “Zabbix Agent [Hostname]” service for Windows using the configuration file zabbix_agentd.conf located in the same folder as agent executable and make the service name unique by extending it by Hostname value from the config file 3.agent2 安装方式跟agent一致,但是同样的配置,图表...
SSHKeyLocation= LogSlowQueries=0 TmpDir=/tmp Include=/usr/local/etc/zabbix_server.general.conf Include=/usr/local/etc/zabbix_server.conf.d/ #子配置文件路径 StartProxyPollers=1 #在zabbix proxy被动模式下用此参数 ProxyConfigFrequency=3600#同上 ...
zabbix_server[-cconfig-file]-T zabbix_server -h zabbix_server -V DESCRIPTION zabbix_serveris the core daemon of Zabbix software. OPTIONS -c,--configconfig-file Use the alternateconfig-fileinstead of the default one. -f,--foreground
# SNMPTrapperFile=/tmp/zabbix_traps.tmp #指定SNMPTRAPPER时的临时文件,用于代理端启用SNMPTRAPPER功能时使用,必须与zabbix_trap_receiver.pl或SNMPTT配置文件中的相同。 # StartSNMPTrapper=0#是否启用 snmptrapper功能 ,默认不启用=0,启用=1(配合参数SNMPTrapperFile使用) ...
define('ZBX_GRAPH_FONT_NAME', 'msyh'); // font file name 进入主页面:下面进行,将语言改为中文。 vim /usr/share/zabbix/include/locales.inc.php 找到第55行,将false改为true 启用Zabbix服务器,Apache和MySQL服务启动 chkconfig httpd on chkconfig mysqld on ...
location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } } } # 测试nginx配置格式 chown itops: -R /opt/zabbix /opt/nginx/sbin/nginx -t ...