CentOS Server + monitoring Treasure SNMP Monitoring full introduction sharing _linux

Source: Internet
Author: User
Tags auth snmp centos server
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/snmp/snmpd.conf
Vi/etc/snmp/snmpd.conf

Then delete the default snmpd.conf and write the following
Copy Code code as follows:

Rouser Sudu Auth

Where the "Sudu" is your authentication user name "Auth" represents read-only
Then create the/var/net-snmp/directory and create the/var/net-snmp/snmpd.conf file
Copy Code code as follows:

mkdir/var/net-snmp/
Vi/var/net-snmp/snmpd.conf

Finally, write the following to/var/net-snmp/snmpd.conf
Copy Code code as follows:

CreateUser Sudu MD5 MyPassword

The "Sudu" Ditto is your authentication user name, "MyPassword" is your authentication password
Finally execute the following command to open SNMPD service, and to monitor the security of your server UDP 161 port can ~
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.