NetXMS Support Forum

English Support => General Support => Topic started by: reez_q11 on December 16, 2015, 06:14:41 AM

Title: Forcing/Manipulate Node's Status
Post by: reez_q11 on December 16, 2015, 06:14:41 AM
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.
Title: Re: Forcing/Manipulate Node's Status
Post by: Victor Kirhenshtein on December 16, 2015, 10:40:35 PM
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
Title: Re: Forcing/Manipulate Node's Status
Post by: reez_q11 on December 17, 2015, 05:13:21 AM
Thanks victor,

this is what i want to test.

thanks!