News:

We really need your input in this questionnaire

Main Menu

DCI with Operating systems

Started by blairmc96, February 13, 2018, 10:17:13 PM

Previous topic - Next topic

blairmc96

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!

Victor Kirhenshtein

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