Forcing/Manipulate Node's Status

Started by reez_q11, December 16, 2015, 06:14:41 AM

Previous topic - Next topic

reez_q11

Hi,

can netxms forcing/manipulate node's status?

i tried using dummy node (IP = 0.0.0.0) which has unknown status as default. then i made a forcing 0 return value on "Status" in transformation, the DCI value for status is 0, but the icon for node always has "?" and "unknown" status still shown in object detail.

is there a proper way to force/manipulate the node's status?

thx.

Victor Kirhenshtein

Hi,

Status DCI just reads current node status. If you want to define node status by DCI you should mark it as "used for status calculation" in options. Then returning values in range 0 - 4 will set node status.

Best regards,
Victor

reez_q11

Thanks victor,

this is what i want to test.

thanks!