diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2017-05-21 08:36:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:29:24 +0700 |
commit | 4d5e99ea6a1ff603277a0805c09ef0bb4911a248 (patch) | |
tree | 8e240676e3596cb76c4814abeaad169fe7e88e55 /network/qtmib/README | |
parent | ee6bade01d49e64d9b08fea2010ad19e4229820a (diff) |
network/qtmib: Added (SNMP MIB Browser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qtmib/README')
-rw-r--r-- | network/qtmib/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/qtmib/README b/network/qtmib/README new file mode 100644 index 0000000000000..99453f219804c --- /dev/null +++ b/network/qtmib/README @@ -0,0 +1,8 @@ +qtmib is an easy-to-use SNMP MIB Browser based on QT4 library. It is build as +a front-end for net-snmp, 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 MIB archive. You can also install private MIBs by dropping +them in ~/.config/qtmib/mibs directory. |