Judul : How to enable SNMP Monitoring on Ubuntu Server 12.04.2
link : How to enable SNMP Monitoring on Ubuntu Server 12.04.2
How to enable SNMP Monitoring on Ubuntu Server 12.04.2
Install SNMPD
$ sudo apt-get install snmpd
Create a backup file of snmpd.conf original file that we will edit later
$ sudo mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.ori
Create the new snmpd.conf file
$ sudo vim /etc/snmp/snmpd.conf
Add the file with these lines
rocommunity public
syslocation "Your Location"
syscontact admin@domain.com
Then edit the /etc/default/snmpd file
$ sudo vim /etc/default/snmpd
Disable this line below by adding # in front of the line
#SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid'
And add a new line
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid -c /etc/snmp/snmpd.conf'
Restart the SNMPD service
$ sudo /etc/init.d/snmpd restart
* Restarting network management services
Then you're done!
Demikianlah Artikel How to enable SNMP Monitoring on Ubuntu Server 12.04.2
Sekianlah artikel How to enable SNMP Monitoring on Ubuntu Server 12.04.2 kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya. Profil Perusahaan Dan Lowongan PT Equityworld
Anda sekarang membaca artikel How to enable SNMP Monitoring on Ubuntu Server 12.04.2 dengan alamat link https://inviralnews.blogspot.com/2017/12/how-to-enable-snmp-monitoring-on-ubuntu.html
0 Response to "How to enable SNMP Monitoring on Ubuntu Server 12.04.2"
Post a Comment