Hello.
I am processing performance data from a non-SNMP device parsing a
text file.
A polling object was defined in the Polling.conf file with the
custom protocol name and oid attribute defined as "command".
I can see the STATSDATA tables populated. Where I am having
problems is when I try to retrieve the data from a Java program. In
the program I have a PolledData object, when I invoke
PollAPI's getCollectedData method I am getting a null reference,
same situation when invoking the getCollectedValues method. If I
invoke the getLastTimeValue method on the PolledData object the value
returned is correct but not for the getLastCounterValue method. Also,
the getId and getName mehtods return correct values. How can I get the CollectedData?
Thanks a lot in advance
O. Díaz