NetXMS Support Forum

English Support => General Support => Topic started by: Djago on January 24, 2018, 02:30:00 AM

Title: Data export
Post by: Djago on January 24, 2018, 02:30:00 AM
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
Title: Re: Data export
Post by: Victor Kirhenshtein on January 24, 2018, 12:33:57 PM
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
Title: Re: Data export
Post by: Djago on January 24, 2018, 04:47:03 PM
Thanks!

I'll give it a try then!