Hi, I'm trying to us nxapush to push data for another node.
So my command is (from the netxms server): ./nxapush -o 1371 nearixvol0=12345
1371 is the id for the node I want the data.
nearixvol0 is the parameter I filled in when creating the DCI on node 1371. the dci type is set to push.
in the agent log I see:
[04-Apr-2014 08:49:15.024] [DEBUG] ProcessPushRequest: connection established
[04-Apr-2014 08:49:15.024] [DEBUG] ProcessPushRequest: received message CMD_PUSH_DCI_DATA
[04-Apr-2014 08:49:15.024] [DEBUG] PushData: "nearixvol0" = "12345"
[04-Apr-2014 08:49:15.024] [DEBUG] ProcessPushRequest: connection closed
On the node I see no data comming into the DCI.
Am I missing something?
Regards,
Edward