LordMrcS / qtmib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qtmib is an easy-to-use SNMP MIB Browser based on QT4 library. It is build as
a front-end for net-snmp tools, and it allows the user to query any
SNMP-enabled device. It implements SNMPv1 and SNMPv2c, and it is released
under GPL v2 license.

qtmib supports out of the box a large number of MIBs. We are currently tracking
netdisco (http://www.netdisco.org/) MIB archive. You can also install
private MIBs by dropping them in ~/.config/qtmib/mibs directory. 

Features:
- SNMP v1 and v2c
- OID/MIB translation
- large number of built-in MIBs
- user MIBs
- network discovery
- reports: system, interface, routing table, connections, process, software

Download:

source code: http://sourceforge.net/projects/qtmib/files/qtmib
Ubuntu package: http://sourceforge.net/projects/qtmib/files/qtmib.deb

Dependencies: QT4 development libraries (qtbase5-dev and libqt5core5a), net-snmp (http://www.net-snmp.org/)

Installation

Ubuntu package: 
	$ sudo dpkg -i qmib_X.Y.Z_1.deb

Source code:
	$ tar -xjvf qtmib-X.Y.Z.tar.bz2
	$ cd qtmib-X.Y.Z
	$ ./configure
	$ make
	$ sudo make install
	
Support:
http://qtmib.sourceforge.net
https://sourceforge.net/p/qtmib/discussion
https://sourceforge.net/p/qtmib/tickets

Authors:
	RCP100 Team (rcpteam@yahoo.com)
	Glen Mabey - Qt 6.4 support
	Chris Mayo - various software configuration features and fixes 

About

License:GNU General Public License v2.0


Languages

Language:C++ 72.6%Language:C 15.5%Language:HTML 4.9%Language:Shell 2.1%Language:Makefile 1.9%Language:CSS 1.4%Language:QMake 0.9%Language:M4 0.8%