First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 106053
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Netmon Herd <netmon@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tomoyuki Sakurai (RETIRED) <trombik@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 106053 depends on: Show dependency tree
Bug 106053 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-15 05:34 0000
net-snmp doesn't install ucd-snmp/diskio which is useful for most cases.
solution:
mibs="host ucd-snmp/dlmod ucd-snmp/diskio"

BTW, mibII/tcpTable is also a nice mib module

------- Comment #1 From Phattanon Duangdara 2005-10-10 09:30:15 0000 -------
Useful and not need additional patches.
please add local 'diskio' to use flags ... (works great for cacti :-)

--- net-snmp-5.2.1.2-r1.orig.ebuild     2005-10-10 23:30:38.000000000 +0700
+++ net-snmp-5.2.1.2-r1.ebuild  2005-10-10 22:48:50.000000000 +0700
@@ -11,7 +11,7 @@
 LICENSE="as-is BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
-IUSE="perl ipv6 ssl tcpd X lm_sensors minimal smux selinux doc rpm elf"
+IUSE="perl ipv6 ssl tcpd X lm_sensors minimal smux selinux doc rpm elf diskio"

 DEPEND=">=sys-libs/zlib-1.1.4
        !minimal? ( <sys-libs/db-2 )
@@ -80,6 +80,7 @@
        mibs="host ucd-snmp/dlmod"
        use smux && mibs="${mibs} smux"
        use lm_sensors && mibs="${mibs} ucd-snmp/lmSensors"
+       use diskio && mibs="${mibs} ucd-snmp/diskio"

        econf \
                --with-install-prefix="${D}" \

------- Comment #2 From Benjamin Smee (strerror) (RETIRED) 2005-11-26 05:42:00 0000 -------
this is in cvs but only in the 5.3.x snapshots. You will have to add
"net-analyzer/net-snmp" to /etc/portage/package.unmask and then emerge to test.

thanks for reporting.

------- Comment #3 From Tomoyuki Sakurai (RETIRED) 2005-11-26 16:26:47 0000 -------
confirmed it worked.
thanks!

First Last Prev Next    No search results available      Search page      Enter new bug