This is a discussion on Re: UCD-DISKIO-MIB - Reason: (noSuchName) within the SNMP Users forums, part of the Networking and Network Related category; On 16/03/07, Alexey Vlasov <renton@renton.name> wrote: > But there is no needed objects diskIOLA1 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 16/03/07, Alexey Vlasov <renton@renton.name> wrote:
> But there is no needed objects diskIOLA1 in the list, why? > Maybe on Linux you can't get LA? Correct. Have a look in the file 'mibgroup/ucd-snmp/diskio.c' The block relevant to linux is around lines 664-839. Toweard the end of this range, is a block starting switch (vp->magic) and listing the various MIB objects supported under Linux. If you check this code, you'll see that the DISKIO_LA{N} tags aren't included. These particular MIB objects are only implemented for FreeBSD-based systems (lines 422-659) Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |