NetXMS Support Forum

English Support => General Support => Topic started by: blairmc96 on February 13, 2018, 10:17:13 PM

Title: DCI with Operating systems
Post by: blairmc96 on February 13, 2018, 10:17:13 PM
I found System.Uname in the agent parameters and can generate a DCI summary table with that.

Is there another way to get the parameters like version and name / build, all separate?

System.Uname lumps the system name, version, revision, build, etc, all together into one string.

Just wondering if there is a better / easier way to get this information.

I'm pretty sure I could run a report, but I'm currently unable to get reporting running.

https://www.netxms.org/forum/profile/?area=showposts;u=59517

Thanks!
Title: Re: DCI with Operating systems
Post by: Victor Kirhenshtein on February 20, 2018, 09:15:53 PM
Hi,

there are no separate parameters for that, but you can use transformation script to extract needed part from System.Uname (likely using regular expressions).

Best regards,
Victor