Ad Widget

Collapse

value in 2 snmp oid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • telnes
    Junior Member
    • Jan 2010
    • 5

    #1

    value in 2 snmp oid

    hello

    What is the process to graph additionnal oid value ?

    i have some 2 oid like this
    PHP Code:
    $pktLink['linkByteCount']['node'] = '.1.3.6.1.4.1.2334.2.1.2.2.1.3';
    $pktLink['linkByteCount']['description'] = 'The byte count in the link';
    $pktLink['linkByteCount']['name'] = 'ByteCount';
    $pktLink['linkByteCount']['type'] = 'COUNTER';
    $pktLink['linkByteCount']['actif'] = '1';

    $pktLink['linkByteCountHi']['node'] = '.1.3.6.1.4.1.2334.2.1.2.2.1.4';
    $pktLink['linkByteCountHi']['description'] = 'The High 32 bits of byte count in the link.';
    $pktLink['linkByteCountHi']['name'] = 'ByteCountHi';
    $pktLink['linkByteCountHi']['type'] = 'COUNTER';
    $pktLink['linkByteCountHi']['actif'] = '1'
    the value is the result of [linkByteCount + linkByteCountHi ] !

    what can I do ?

    best regards
    tel
  • telnes
    Junior Member
    • Jan 2010
    • 5

    #2
    it is on PacketShaper (bluacoat) appliance

    Comment

    • alixen
      Senior Member
      • Apr 2006
      • 474

      #3
      Hi,

      If you are using Zabbix 1.8, you could create a "Calculated item", see http://www.zabbix.com/documentation/...lculated_items for details.

      Regards,
      Alixen
      http://www.alixen.fr/zabbix.html

      Comment

      • telnes
        Junior Member
        • Jan 2010
        • 5

        #4
        thanks

        i try

        Comment

        Working...