Difference between revisions of "NXSL:Node"

493 bytes added ,  10:31, 13 October 2014
no edit summary
Line 72: Line 72:


'''Methods'''
'''Methods'''
enableAgent
enableConfigurationPolling
enableIcmp
enableSnmp
enableStatusPolling
enableTopologyPolling


{| class="wikitable"
|-
! Name !! Description
|-
| enableAgent(boolean) || Enable or disable usage of NetXMS agent for all polls
|-
| enableConfigurationPolling(boolean) || Enable or disable configuration polling for a node
|-
| enableIcmp(boolean) || Enable or disable usage of ICMP pings for status polls
|-
| enableSnmp || Enable or disable usage of SNMP for all polls
|-
| enableStatusPolling || Enable or disable status polling for a node
|-
| enableTopologyPolling || Enable or disable topology polling
|}
Example (disable usage of NetXMS agent for all polls):
$node->enableAgent(false);


[[Category:NXSL Class Reference]]
[[Category:NXSL Class Reference]]