This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Network SNMP OIDs

Can anyone point me in the direction of either a list of network related SNMP OIDs for Astaro (eg; traffic throughput) or a MIB file which will list them?

Reading old posts on this forum, I understand that Astaro uses standard Linux OIDs, however I can't find a list of these anywhere on the net or the location of a MIB file containing them.

I would be grateful for any assistance offered on this issue.

Thanks,


Sam.


This thread was automatically locked due to age.
Parents Reply Children
  • My bad, I used a different OID viewer application (OidView) to view the Astaro MIB file and found that it does indeed have quite a few standard SNMP OIDs.
  • Ok, so after looking through the MIB file I have found the OIDS I was after:

    Incoming Traffic - The total number of octets received on the interface,including framing characters.
    eth0: 1.3.6.1.2.1.2.2.1.10.2
    eth1: 1.3.6.1.2.1.2.2.1.10.3

    Outgoing Traffic - The total number of octets transmitted out of the interface, including framing characters.
    eth0: 1.3.6.1.2.1.2.2.1.16.2
    eth1: 1.3.6.1.2.1.2.2.1.16.3
    These traffic counters are only updated every 15 seconds so bear that in mind if you use them.
    EDIT (24 Jan 2012): It seems that at some point an upgrade has increased the counter refresh frequency to 3 seconds.

    EDIT (21 July 2012): Weirdly today the OIDs for eth0 & eth1 spontaneously swapped!  1.3.6.1.2.1.2.2.1.1x.2 now corresponds to eth1 and 1.3.6.1.2.1.2.2.1.1x.3 corresponds to eth0!  I'm not sure what's going on here!  This could be a one-off glitch, I'll keep you posted.
    (24 Jan 2012): I have had the OID swap happen a few times now since I first reported it.  Still not sure why it happens!

    I took a good look through the other active OIDs as well and found the following useful ones:
    Host Uptime - The amount of time (in hundredths of a second) since this host was last initialized.
    1.3.6.1.2.1.25.1.1.0

    CPU Usage - The average, over the last minute, of the percentage of time that this processor was not idle.
    Core0: 1.3.6.1.2.1.25.3.3.1.2.768
    Core1: 1.3.6.1.2.1.25.3.3.1.2.769


    I'm not 100% sure if the index numbers (ie; 768 & 769) are constant between different processors / systems or not.  The Astaro Dashboard seems to be displaying it's own average of 769.

    Swap Memory
    Size: 1.3.6.1.2.1.25.2.3.1.5.10
    Used: 1.3.6.1.2.1.25.2.3.1.6.10


    Unfortunately it seems that Swap Memory is the only (valid) active memory or storage OID.  I would have liked to see OIDs for the following resources as well:
    RAM
    Log Disk
    Data Disk

    I'll make a feature request for this.