*** Jawa Open Eyes First Release Production 00.01 oleh Orang Jawa Programmer *** Jawa Open Eyes adalah alat untuk memonitor network dengan menggunakan Simple Network Management Protocol (SNMP) versi 1 dengan cara mengumpulkan informasi dari MIB-II. Fungsi utama dari software ini diantaranya ialah dapat memonitor network secara visual, terdapat alat designer untuk network topology, pemberitahuan error lewat E-mail, penyimpanan data pada log file, dan juga penyimpanan langsung ke database server lewat JDBC versi 2.0. Nama Proyek : Jawa Open Eyes by Haris Hasanudin Tanggal Release : 2001/03/15 Versi Release : 00.01 build #17 Lisensi : GPL - See GNU Public Licence.txt Pengembang : Haris Hasanudin Kontak alamat : hariscom@mail.goo.ne.jp Keywords : network monitoring, snmp, java Ketergantungan : SCK (Snmp Construction Kit - java based snmp classes) and SUN Java JRE/JDK 1.2.2 or above PERINGATAN : software ini masih alpha release, maka harap penuh sabar ! software ini tidak akan merusak system ataupun network anda, tapi saya tidak dapat memberi garansi apapun. Silahkan coba software ini tanpa ada rasa tanggung jawab. Salam, Haris Hasanudin Kampung Halaman : Jl. Jend. Sudirman no. 7 Indramayu Jawa Barat - Indonesia Alamat Privat : Tokyo Kojimachi - Japan //-----------------------------------------------------// // Copyright (C) 2000-2001 Haris Hasanudin. // // Network Monitoring Manager // // Improved with Java 2 // // Haris Monitor Build 17.00 // // JOpenEyes first release // //-----------------------------------------------------// MANUAL - versi 00.01 Jawa Open Eyes ---------------------------------------------------------------------------------------------- 1. Instalasi - siapkan dan setup Java Runtime JRE/JDK versi 1.2.2 atau versi terbaru - unzip the package ke suatu direktori yang kosong - set CLASSPATH ke sck.jar and hh.jar yg ada di direktori ini - kalau anda akan menyimpan data hasil monitoring ke Database server : (Anda bisa menggunakan Database client yang ada di main program lewat tombol JDBC) - setup database server - buat sebuah user dengan password yang dikehendaki - buat sebuah table dengan nama "Data" yang mempunyai struktur sebagai berikut : ---------------------- | column | type | ---------------------- | data1 | integer | | data2 | integer | ....... | data299 | integer | | data300 | integer | ---------------------- 2. Menjalankan Program - untuk Windows : dari DOS prompt, jalankan run.bat - untuk unix clones : dari terminal prompt, jalankan run.sh 3. Program 3.1 Tombol Menu (dari kiri to kanan) 1. Monitoring Button membuat node baru untuk dimonitor 2. About Button mempilkan informasi tentang Jawa Open Eyes Development Project 3. Computer Button membuat image baru dengan bergambar komputer untuk mendesain network topologi 4. Router Button membuat image baru dengan bergambar router untuk mendesain network topologi 5. Line Button membuat image baru dengan bergambar network line untuk mendesain network topologi 6. Switch Button membuat image baru dengan bergambar switch untuk mendesain network topologi 7. Pointer Button melepas pilihan mouse dari semua tombol yang lain 8. DB Connection Button menampilkan database client sederhana untuk mengakses database server 9. JDBC Button mengeset default database driver dan JDBC url yang akan digunakan 10. Trap Button menampilkan start/stop panel untuk memulai atau menstop penerimaan SNMP trap 11. SMTP Button mengeset default email SMTP server untuk pengiriman pesan error lewat email 12. Sound Button mengeset nama file sound yang akan digunakan sebagai alarm ketika terjadi error pada monitoring device(s) 13. Bomb Button Selesai keluar the program (ternyata susah juga ya menulis bahasa komputer dengan bahasa Indonesia) (takut nggak nyambung, jadi mendingan pakai bahasa Aslinya, maaf .....:) 3.2 Monitoring Status In the right up side there is panel status for indicating the number of active monitoring device. 3.3 Network Topology Designer By clicking computer, router, line or switch button, the image of device will be placed on the Framework Panel. The device can be moved or dragged to place it to the proper position. For network line device, the image can be resized by putting the mouse EXACTLY up to the blue border lines. This blue border will be shown if you move the mouse pointer to the area inside of line image. By Right-Clicking while the mouse pointer inside the image, you can show the device menu. For deleting the desired image, choose the delete item. For setting the profile of desired image, choose the property item. 4. Monitoring a node A node can be a router, switch, multiplexer, computer or other device which supports SNMPv1 and talking with MIB-II information. To start monitoring, chose new device button. You must enter at least IP address of the node to the Host Address field. The other fields are optional for profile information only. Status Monitor will plot the bandwidth graph of the monitored interface per 12 seconds and the average monitoring value per hour. Each node will be monitored in different threads so there is no influence between each other. If you want to save the monitoring data directly to the database, click the checkbox of Saving to DB. By default, the program also writes the data to logfile. You may set DB driver with default JDBC driver and url provided from JDBC button of the main program or set each monitoring node with particular JDBC driver and url by clicking Set Login and Table button in the right side of DB checkbox. If you want to send the error message via email while monitoring such as because node is unreachable or timeout, click the checkbox of Send Alert Mail. You may set email sending with default SMTP server and email address provided from SMTP button of the main program or set each monitoring node with particular SMTP server and email address by clicking Set Email Address button in the right side of Mail checkbox. 5. Trap Receiving Click Trap button in the menu panel of main program. To receive trap, select the start button and to cancel receiving trap, select stop button. While active waiting the trap, the background color of panel become green. In inactive state, the panel color is dark blue. You may select checkbox to send the recieved trap to desired email address. The SMTP server for sending email can use the default SMTP server from main program or newly select from Set Email Address button in the right side of Mail checkbox.