Data export

Started by Djago, January 24, 2018, 02:30:00 AM

Previous topic - Next topic

Djago

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

Victor Kirhenshtein

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

Best regards,
Victor

Djago

Thanks!

I'll give it a try then!