functions, but in fact we also have a lot of open source solutions can play the same role, and the effect is very good. In the following sections, we will describe the implementation methods of these solutions in detail. b Basic principles and types of system monitoring based on Linux: There are basically two ways in which system monitoring on Linux systems is used: The first, through the SNMP protocol combined with data acquisition software to achie
Down, everyone, follow these commands, and you can quickly and securely install the NET-SNMP.
Copy Code code as follows:
Yum Install Net-snmp
Yum Install Net-snmp-utils
First use the Yum command to install NET-SNMP and net-snmo-utils
Copy Code code as follows:
Rm/etc/
Then we manage the server when the WINDOSW system is more intuitive, how much CPU use, how much bandwidth memory used, etc. as long as in the Remote Desktop Task Manager at a glance. But in the Linux environment is not so easy, especially the server or VPS running is a large web site, if you can not find the server performance consumption in time, it is likely to
It is also necessary to perform basic monitoring on a single server or VPS. In the past, Zhao Rong did not monitor VPS, because when some servers were added, his performance became even more tense. There are also a lot of foreign server performance monitoring websites, but it is a little difficult for people like Zhao Rong who rely on Google to read English. Therefore, we will share with you the simple
Snmp Server SETUP (v1, v2, v3) apt-getinstallsnmpdvi/etc/snmp/snmpd. conf1. add a line of agentaddress110.1.1.2 (local IP address) 2. modify one line to add accessMyROSystem "" any
Snmp server construction (v1, v2, v3)
Ubuntu SystemApt-get install snmpdVi/etc/
system processes, monitoring the current number of processes in the system. monitoring principle Monitoring Bao uses the standard SNMP protocol to provide server monitoring functionality to users, which means that the SNMP agent (SNMPD) must be running on the monitored server. Next we'll detail how to install, turn
1. Install Subversion#yum install-y Subversion2. View the SVN server version#svnserve--version3. Create an SVN library#mkdir-P/home/svn/#svnadmin create/home/svn/4. Go to the Configuration folder#/home/svn/conf5. Create a user#vi + passwd[users]# Harry = harryssecret# sally = Sallyssecretsvntest = 1234566. Configure Permissions#vi + AUTH2[/]HUANQIU=RW7. Modify the svnserve.conf configuration#vi + svnserve.conf[general] #匿名访问的权限, which can be Read,writ
Windows Server SNMP Service installs and configures one, Windows XP, or Windows Server20031. Installation Services 1) Open the Control Panel and select ' Add or Remove Programs '2) Click on the left, ' Add/Remove Windows Components (A) '3) Select ' Management and Monitoring Tools ' and click ' Details '4) Select ' Simple Network Management Protocol (SNMP) ' and c
When configuring the SNMP service on a Windows server, it is cumbersome to use manual fill information. The following is done using the command line execution configuration file.
Create Snmp.inf
Copy Code code as follows:
[NetOptionalComponents]
SNMP = 1
[SNMP]
Contact_Name = "Itsupport"
Location = "Serve
There are generally two ways to monitor Dell server hardware: 1, install OMSA on the operating system, write scripts to invoke the omreport command to monitor; 2. With Idrac, you can not install OMSA on the operating system, just The Snmp,zabbix on Idrac is monitored via SNMP. For operating systems that do not support Omsa and the requirement that additional sof
Run the following commands to install net-snmp quickly and securely.
Copy codeThe Code is as follows: yum install net-snmp
Yum install net-snmp-utils
First, use the yum command to install net-snmp and net-snmo-utils.Copy codeThe Code is as follows: rm/etc/snmp/snmpd. conf
: Start the SNMP service through vcenter or directly connect to esxi. Everything works normally.
Enable esxi5 firewall to allow SNMP protocol (esxi 5.5 allows all hosts to access the SNMP service by default)
Select the Virtual Machine esxi5 host-configuration-security configuration file-firewall-properties-select "SNMP
Code
Chkconfig snmpd on
Then we check the NET-SNMP
? View Code LANGUAGE
1
Snmpwalk-v 3-u vpsaa.com-a md5-a "123456"-l authnopriv 127.0.0.1 SYSDESCR
If everything works, you'll see some information about the output.
Finally, because Zhao Jong here the server
The company's server hard disk is 44 TB and only 2 TB is captured using snmpwalk. See the red font below.
[Email protected]: # snmpwalk-V 2C-C *********. 1.3.6.1.4.1.2021.9.1.6
Iso.3.6.1.4.1.2021.9.1.6.1 = integer: 226311584
Iso.3.6.1.4.1.2021.9.1.6.2 = integer: 0
Iso.3.6.1.4.1.2021.9.1.6.3 = integer: 0
Iso.3.6.1.4.1.2021.9.1.6.4 = integer: 10240
Iso.3.6.1.4.1.2021.9.1.6.5 = integer: 0
Iso.3.6.1.4.1.2021.9.1.6.6 = integer: 6608132
Iso.3.6.1.4.1.2021.
It is too difficult to manually enter the information When configuring the SNMP service on a Windows server. The following code uses the command line to execute the configuration file.
Create snmp. inf
Copy codeThe Code is as follows: [NetOptionalComponents]
SNMP = 1
[SNMP
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.