Automatic actions

Started by testos, May 14, 2009, 02:57:49 PM

Previous topic - Next topic

testos

Hello!

   
How can I automatically replace node names and their comments whether with SNMP OID or with Sugar Community Edition database information, during discovery or later?

Is there something similar to zabbix actions discovery based?

Thanks in advanced.

Victor Kirhenshtein

Hello!

No, it's not possible (without C programming). I'll add this to feature requests.
Currently, you can start actions when new node added to the system (by handling SYS_NODE_ADDED event), but to change node attributes from action, you have to write your own C (or Java) program which will access NetXMS server via client API.
I'll add appropriate functions to NXSL so you will be able update object attributes from internal scripts.

Best regards,
Victor