Hi
I have to monitor 2000 devices and then do some statistics with the data. Is there any way of exporting the captured data (for example some OIDs like # of connected users to an AP) in a readable format like CSV?
Regards
			
			
			
				Hi,
from UI you can open history view, select desired data range, and export data to CSV file. Or you can automate export (and do much more complicated things) using nxshell script. It's Python scripts with access to NetXMS API. Some examples can be found here: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations (https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations)
Best regards,
Victor
			
			
			
				Thanks!
I'll give it a try then!