Then it's likely bug in agent. Try to read multiple values directly from agent with nxget:
nxget -i 1 node_ip 'Net.Interface.BytesIn64(1)'
nxget -i 1 node_ip 'Net.Interface.BytesIn(1)'
and check if output looks valid or not (replace node_ip with actual IP address).
Best regards,
Victor
nxget -i 1 node_ip 'Net.Interface.BytesIn64(1)'
nxget -i 1 node_ip 'Net.Interface.BytesIn(1)'
and check if output looks valid or not (replace node_ip with actual IP address).
Best regards,
Victor