Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 3 posts - 61 through 63 (of 63 total)
  • Author
    Posts
  • in reply to: Snmp Oids #29967

    Hey Tomer,

    Here's the private enterprise OID for Webyog:

    .1.3.6.1.4.1.34330

    MONyog is defined under Webyog:

    .1.3.6.1.4.1.34330.1

    All objects sent in SNMP traps by MONyog (including the traps, themselves) are defined under this OID tree.

    It's all very standard, actually. You could have easily discovered this from the MIB file. Here's how:

    — The .iso.org.dod.internet.private.enterprises tree, by standard, should contain all private enterprise numbers (PEN); this translates to .1.3.6.1.4.1

    Code:
    IMPORTS
    enterprises
    FROM SNMPv2-SMI;

    — Webyog's PEN as assigned by IANA is 34330 (this is mentioned in the MIB file); append that to .iso.org.dod.internet.private.enterprises, and you get the complete OID for Webyog.

    Code:
    webyog OBJECT IDENTIFIER ::= { enterprises 34330 } — Note: As assigned by IANA (http://www.iana.org/)
    monyog OBJECT IDENTIFIER ::= { webyog 1 }

    Hope that clears the concept of private enterprise OIDs for you!

    Thanks for your interest in MONyog!

    in reply to: How To Install Monyog #24245

    Of course… I completely missed out that. You can always download the tarball and extract the binaries, and run them.

    Read the supplied README file on how to use the tarball…

    in reply to: How To Install Monyog #24243
    uongnhathien wrote on Nov 2 2009, 09:20 AM:
    How To Install Monyog on Ubuntu ?

    Hi,

    We currently do not support debian packages for Ubuntu. Only Red Hat based RPM packages are available for download.

    To install MONyog on Ubuntu, you may try the following:

    Using a package converter, such as alien, you can convert the RPM package into a debian package, and then install that.

Viewing 3 posts - 61 through 63 (of 63 total)