AutoPatrol
191
edits
Line 324: | Line 324: | ||
# Create separate user account or pick an existing one and give "Push Data" right on the DCI owning node to that user. | # Create separate user account or pick an existing one and give "Push Data" right on the DCI owning node to that user. | ||
# Use '''nxpush''' utility or client API for pushing data. | # Use '''nxpush''' utility or client API for pushing data. | ||
== List DCIs == | |||
Usually DCIs have scalar values. A list DCI is a special DCI which returns a list of values. List DCIs are mostly used by NetXMS internally (to get the list of network interfaces during the configuration poll, for example) but can also be utilized by user in some occasions. NetXMS Management Console does not support list DCIs directly but their names are used as input parameters for [[#Instance Discovery|Instance Discovery]] methods. List DCI values can be also obtained with '''nxget''' command line utility (e.g. for use in scripts). | |||
= Templates = | = Templates = |