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.
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
Thanks victor,
this is what i want to test.
thanks!