IGOS Nusantara dan MRTG: Perbedaan revisi

Dari IGNwiki
Langsung ke: navigasi, cari
Baris 8: Baris 8:
 
  # yum install -y mrtg
 
  # yum install -y mrtg
  
Konfigurasi
+
Konfigurasi /etc/snmp/snmpd.conf
  #
+
  # /etc/snmp/snmpd.conf
 +
# sec.name source community
 +
# ======== ====== =========
 +
com2sec local localhost igos
 +
com2sec jaringan_1 192.168.1.0/24 igos
 +
com2sec jaringan_2 202.162.217.48/255.255.255.240 igos
 +
# Access.group.name sec.model sec.name
 +
# ================= ========= ========
 +
group MyROGroup_1 v1 lokal
 +
group MyROGroup_1 v1 jaringan_1
 +
group MyROGroup_2 v1 jaringan_2
 +
# MIB.view.name incl/excl MIB.subtree mask
 +
# ============== ========= =========== ====
 +
view all-mibs included .1 80
 +
# MIB
 +
# group.name context sec.model sec.level prefix read write notif
 +
# ========== ======= ========= ========= ====== ==== ===== =====
 +
access MyROGroup_1 “” v1 noauth exact all-mibs none none
 +
access MyROGroup_2 “” v1 noauth exact all-mibs none none
 +
syslocation igosCyber
 +
syscontact igos
 +
#=============================
 +
 
  
 
http://igos-nusantara.or.id/wiki/Skema_Jaringan
 
http://igos-nusantara.or.id/wiki/Skema_Jaringan

Revisi per 28 April 2010 11.53

Multi Router Traffic Grapher (MRTG) adalah aplikasi untuk monitoring lalu lintas informasi SNMP dalam jaringan. Data monitoring disimpan dalam log lalu diolah dan ditampilkan dalam bentuk grafik. Grafik tersebut disajikan di dalam halaman web dan dapat diakses dari browser. MRTG bergantung terhadap web server, karena grafik ditampilkan melalui web server.

MRTG memakai SNMP. Perangkat dan layanan (service) yang didukung SNMP dapat ditampilkan grafiknya. Bila SNMP tidak berfungsi maka grafik juga tidak bisa ditampilkan oleh MRTG.

MRTG akan membuat grafik secara berkala per hari, per minggu, per bulan dan per tahun, sehingga akan memberi gambaran atas jaringan. MRTG hanya mengumpulkan data dan mengolah grafik, bukan untuk memberikan peringatan.

Pasang

# yum install -y mrtg

Konfigurasi /etc/snmp/snmpd.conf

# /etc/snmp/snmpd.conf
# sec.name source community
# ======== ====== =========
com2sec local localhost igos
com2sec jaringan_1 192.168.1.0/24 igos
com2sec jaringan_2 202.162.217.48/255.255.255.240 igos
# Access.group.name sec.model sec.name
# ================= ========= ========
group MyROGroup_1 v1 lokal
group MyROGroup_1 v1 jaringan_1
group MyROGroup_2 v1 jaringan_2
# MIB.view.name incl/excl MIB.subtree mask
# ============== ========= =========== ====
view all-mibs included .1 80
# MIB
# group.name context sec.model sec.level prefix read write notif
# ========== ======= ========= ========= ====== ==== ===== =====
access MyROGroup_1 “” v1 noauth exact all-mibs none none
access MyROGroup_2 “” v1 noauth exact all-mibs none none
syslocation igosCyber
syscontact igos
#=============================


http://igos-nusantara.or.id/wiki/Skema_Jaringan