hello
What is the process to graph additionnal oid value ?
i have some 2 oid like this
the value is the result of [linkByteCount + linkByteCountHi ] !
what can I do ?
best regards
tel
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';
what can I do ?
best regards
tel
Comment