Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Bing Wen

#1
Hi All,

I am a new guy using NetXMS and I met a issue as below. Would you please help to have a look? Thanks in advance.
I want to monitor the Memory usage of a server which runing Windows OS. I have enabled the SNMP server on the server and I could get the correct value of OID "hrMemorySize"(.1.3.6.1.2.1.25.2.2.0) by "Node" -> MIB explorer -> Walk -> Create data collection item.
But I couldn't get the correct value of the SNMP OID "memTotalFree"(.1.3.6.1.4.1.2021.4.11.0). Firstly I tried to Wlak it on "MIB explorer" but get nothing. Then I tried to create a "new parameter" on "Data Collection Configuration", I set the parameter as  "Internal" and "Dummy" , and set "transformation script" as "transport = CreateSNMPTransport($node); memTotalFree = SNMPGetValue(transport, ".1.3.6.1.4.1.2021.4.11.0"); ", and set all the other parameter as default value, and I get the latest value is just 0.
So if I missed something in understanding and configuration? How could I get the value I wanted, such as CPU usage, memory usage, disk usage and so on? Is there any other easier way to get these info by using NetXMS?

At last, The result of "Poll configuration" in my environment as below FYI.
[22.07.2014 13:43:16] **** Poll request sent to server ****
[22.07.2014 13:43:16] Poll request accepted
[22.07.2014 13:43:16] Starting configuration poll for node Localhost
[22.07.2014 13:43:16] Checking node's capabilities...
[22.07.2014 13:43:16]    Checking SNMP...
[22.07.2014 13:43:16]    SNMP agent is active (version 2c)
[22.07.2014 13:43:16]    System description changed to Hardware: Intel64 Family 6 Model 42 Stepping 7 AT/AT COMPATIBLE - Software: Windows Version 6.1 (Build 7601 Multiprocessor Free)
[22.07.2014 13:43:16]    System name changed to CNBNG-LT566.domain1.intra
[22.07.2014 13:43:16] Capability check finished
[22.07.2014 13:43:16] Checking interface configuration...
[22.07.2014 13:43:16] Checking node name
[22.07.2014 13:43:16] Interface configuration check finished
[22.07.2014 13:43:16] Node name is OK
[22.07.2014 13:43:16] Finished configuration poll for node Localhost
[22.07.2014 13:43:16] Node configuration was changed after poll
[22.07.2014 13:43:16] **** Poll completed successfully ****