Tags: name no problem password ora init failed nbsp sedThe front installed I will not say, degrees Niang on a lot; The key is this problem, online more, but not found useful; Issue: Zabbix server is runing No LOG:/tmp/zabbix_server.log Connection to database ' Zabbix ' failed: [1045] Access denied for user ' root ' @ ' localhost ' (using Password:no) Resolution process: 1) Locate the installation directo
Zabbix deployment,
Originally published in cu:
Reference:I. Environment
Server: CentOS-7-x86_64-1511
Server IP: 192.168.11.252
Web Environment: CentOS-7-x86_64-1511 compilation nginx-1.9.12 + mysql-5.7.11 + php-7.0.4
Client: Win7 x86_64, Chrome/Firefox2. software acquisition
Zabbix Official Website: http://www.zabbix.com/download.php
As of, the latest LTS version: http://jaist.dl.sourceforge.net/project/
I. Environment Introduction
Zabbix depends on the LAMP (Apache, Mysql, and PhP) environment. Apache can also be replaced by Nginx. To save time, there are many one-click installation scripts on the Internet. download and execute the installation.
System: rhel 5.5 X86_64Software: nginx-0.8.53Mysql-5.1.56Php-5.2.17Zabbix 2.0.3
LNMP one-key: http://bbs.linuxtone.org/docs/autoinstall/lemp_auto_v1.0.6.tar.gz
Zabbix
Calling the Zabbix API using Python#!/usr/bin/env python#Version = 3.6.1#__auth__ = ' Warren 'ImportJSON fromUrllibImportrequest, Parsezabbix_url='Http://192.168.22.22/zabbix'Zabbix_username="Admin"Zabbix_password="123456"#define the host information to be added in list formhostlist=["192.168.22.111","192.168.22.112"]#Traverse host list defines the host group ID and template ID to add forHostinchHostlist:url="{}/api_jsonrpc.php". Format (zabbix_url) h
Recently configured Zabbix distributed monitoring, using the proxy method, after the configuration is completed, the server side of the Web interface to add the host, using proxy mode for monitoring.The normal client configuration is as follows and can be monitored normallyVim zabbix_agentd.confLogfile=/tmp/zabbix_agentd.logserver=192.168.111.172 # Enter the IP address of the zabbix_proxyserveractive=192.168.111.172hostname=192.168.111.190the zabbix_a
Due to the use of proxy distributed monitoring, it is necessary to install Java_getway on the proxy side. That is, when compiling, add--enable-java
Modify Zabbix_java related optionsGo to the directory below for seeting.sh script editing; start the./startup.sh to see if Port 10052 is startedlisten_ip = "0.0.0.0" Listen_port = 10052 Pid_file = "/tmp/zabbix_java.pid"start_pollers = 5
Modify the proxy configuration file and the server configuration fileJavagateway =127.0.0.1 Javagatewayport =
/srvadmin/sbin/srvadmin-services.shstart">/etc/rc. local
The above is the installation of omsa in centos or redhat system.
B. install it in Ubuntu
1. Add Source
Echo 'desthttp: // linux.dell.com/repo/community/ubuntu precise openmanage' | sudo tee-a/etc/apt/sources. list. d/linux.dell.com. sources. list
2. Check and add key
1. gpg --keyserverpool.sks-keyservers.net -- recv-key 1285491434D8786F
2. gpg-a -- export1285491434D8786F | sudo apt-key add-
3.
We probably know how to monitor the host, the main steps are designed to add the host, and add monitoring items for the host, here is the main item, and then on the basis of the item to draw on the item and the way to the screen to bring the different monitoring images to a page. Through the quick chapter we recognize that item monitoring is very important in Zabbix, and item monitoring is defined by key, and key is divided into system predefined key
--------------------- Overview ----------------------
ZabbixIs a highly integrated enterpriseOpen SourceNetwork Monitoring solution, similar to CACI and Nagios, provides distributed monitoring and a centralized web management interface. If the Monitored object supports SNMP or runs the zabbix_agents agent, the official website of zabbix is http://www.zabbix.com/software which can be freely downloaded and used.Supplement:SNMP protocolSimple Network M
Zabbix implements Web monitoring based on Proxy distributed deploymentPreface
In daily O M work, it is inevitable that one or more failures will occur. How can we find the fault in the first place and locate the Fault Cause in time to ensure that the business is not affected, I think this should be a skill that must be mastered in O M. However, human resources cannot control system changes in real time, so the monitoring system emerged. monitoring i
First, install the configuration Zabbix serverWeb Server server: 172.28.0.187MySQL server: 172.28.0.2371. Install Web server (172.28.0.187) A, official documentsZabbix officially provides installation documentation based on packages and compiled installation methods.Here server I use the package method installs, the agent uses the source code compiles the way installs, because the server has only one, but the agent has many, needs to modify the config
Zabbix is an enterprise-level open-source solution that provides distributed system monitoring and network monitoring functions based on the Web interface.
Zabbix can monitor various network parameters to ensure secure operation of server systems. It also provides a flexible notification mechanism for system administrators to quickly locate and solve various problems.
Z
keys after you add Web monitoring, and automatically create the appropriate keys after you add Web monitoring, but select the appropriate hosts that have the Web definedSelect the expression in function to trigger the alarm when the returned status code is not equal to variable n, and the value of n is set to 200 belowExpression: If the last 4 consecutive Response_code values are not 200, the alarm is triggered{192.168.3.86:web.test.rspcode[3.86_http_status,3.86_http_status].last (0)}
Test, the
Label: [[Email protected] Client zabbix]# grep-v "^$" etc/zabbix_agentd.conf|grep-v "^#"
Logfile=/tmp/zabbix_agentd.log
server=127.0.0.1,zabbix_server_ip
serveractive=zabbix_server_ip:10051# Note that the port number
hostname=113.86.103.100# and the zabbix_server end should be kept to one, such as: (A)
include= /usr/local/zabbix/etc/zabbix_agentd.conf.d/
Unsafeuserparameters=1
userparameter=mysql.version,m
Tags: database mysql Zabbix1. Preface Zabbix as open source free monitoring software, its easy to manage the configuration and visualization of the view, the regular maintenance of historical data, templated monitoring projects more and more by the majority of IT operations and maintenance staff favorite. Here is the main summary of the next Zabbix server and MPM using Yum for rapid deployment. The more det
In my previous blog, I set up the zabbix monitoring service in the lamp architecture. In this article, I will build a zabbix service in lnmp. The operation steps are slightly more complex than before, however, lnmp is slightly more detailed, and the general process is similar.
Lab environment:Stkaiti link: https://pan.baidu.com/s/1d6VpWcuQMQuaww4r_KZnNAExtracted code: 90v8Procedure1. Establish lnmp1 instal
Zabbix Overview
Zabbix is an enterprise-level open-source solution that provides distributed system monitoring and network monitoring functions based on the Web interface.
Zabbix can monitor various network parameters to ensure secure operation of servers. It also provides flexible notification mechanisms and allows administrators to quickly locate and sol
Based on centos6.5 + zabbix-2.4.6 and most of the commands are under the Zabbix installation path!! Like/usr/local/zabbix/.Yum-y install gcc gcc-c++ autoconf httpd php mysql mysql-server php-mysql httpd-manual mod_ssl mod_perl mod_auth_mysql ph P-GD php-xml php-mbstring php-ldap php-pear php-xmlrpc php-bcmath mysql-connector-odbc mysql-devel libdbi-dbd-mysql Net-
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.