Den 29-08-2012 07:29, Niels Baggesen skrev:
> Den 29-08-2012 02:13, Wes Hardaker skrev:
>> Niels Baggesen writes:
>>
>>> The attached patch completes the conversion of process status for
>>> hrSWRunTable with some missing values
>>
>> Can you apply that and I'll publish rc2 tomorrow?
>
> Could you
On Aug 29, 2012, at 1:31 AM, Niels Baggesen wrote:
> Den 29-08-2012 01:46, Wes Hardaker skrev:
>> Well, I was just about to add a "+1" and apply it... But there is one
>> problem, it's a new feature technically...
>
> No, it adds a case that was forgotten in the original implementation. It
> i
Personally I would argue that it's a bug that strings in the OID are printed as
numbers. While handling of TimeTicks is new, it is the most straightforward way
to fix the bug of printing strings as numbers.
Bill
On Aug 28, 2012, at 7:46 PM, Wes Hardaker
wrote:
> Niels Baggesen writes:
>
Below there are two functions are given for generating traps, I want to pass
an integer argument eg.
"highCpuUsage" .so that I can send value of this variable in a trap.How can
I pass such arguments in below send_highCpuUsage_trap function ?
Thanks in advance,
Jatin.
void cpu()
{
On Wed, Aug 29, 2012 at 11:29:29AM +0530, C Chiranjeevi wrote:
> I am replacing an existing SNMP system from TCL Scotty to NetSNMP. As
> a part of it, I am planning to write a TCL interface over NetSNMP.
> There are few commands in Scotty, for which I am not able to find any
> SNMP equivalent API