Hi, 

I'm trying to get working process monitoring on Windows Server 2008R2 (x64), 
also trying the same on Windows 7 x64. I run latest NetSNMP binary build 
available for x64 which is 5.5.0.2.

I installed NetSNMP without selecting winExtDLL, but I pass host tree from 
Windows SNMP agent running on different port.


This is my snmpd.conf :

rocommunity  public  
proxy -v 1 -c public localhost:1161 host
proc firefox.exe
proc mysqld.exe
createUser    _internal MD5 "the first sign of madness"
iquerySecName _internal
rouser        _internal
defaultMonitors         yes
linkUpDownNotifications yes 
trap2sink 192.168.1.21



I expected that HOST-RESOURCES-MIB info feed UCD-SNMP-MIB:prTable, but it 
doesn't:


$ snmpwalk -v 2c -c public 192.168.1.7 hrSWRunName|grep firefox
HOST-RESOURCES-MIB::hrSWRunName.3368 = STRING: "firefox.exe"

$ snmpwalk -v 2c -c public 192.168.1.7 hrSWRunName|grep mysqld
HOST-RESOURCES-MIB::hrSWRunName.4092 = STRING: "mysqld.exe"

$ snmpwalk -v 2c -c public 192.168.1.7 prTable
UCD-SNMP-MIB::prIndex.1 = INTEGER: 1
UCD-SNMP-MIB::prIndex.2 = INTEGER: 2
UCD-SNMP-MIB::prNames.1 = STRING: firefox.exe
UCD-SNMP-MIB::prNames.2 = STRING: mysqld.exe
UCD-SNMP-MIB::prMin.1 = INTEGER: 0
UCD-SNMP-MIB::prMin.2 = INTEGER: 0
UCD-SNMP-MIB::prMax.1 = INTEGER: 0
UCD-SNMP-MIB::prMax.2 = INTEGER: 0
UCD-SNMP-MIB::prCount.1 = INTEGER: -1
UCD-SNMP-MIB::prCount.2 = INTEGER: -1
UCD-SNMP-MIB::prErrorFlag.1 = INTEGER: noError(0)
UCD-SNMP-MIB::prErrorFlag.2 = INTEGER: noError(0)
UCD-SNMP-MIB::prErrMessage.1 = STRING:
UCD-SNMP-MIB::prErrMessage.2 = STRING:
UCD-SNMP-MIB::prErrFix.1 = INTEGER: noError(0)
UCD-SNMP-MIB::prErrFix.2 = INTEGER: noError(0)
UCD-SNMP-MIB::prErrFixCmd.1 = STRING:
UCD-SNMP-MIB::prErrFixCmd.2 = STRING:

prCount are -1 and prErrorFlag = 0

Has anybody achieved working process monitoring on Windows? I would appreciate 
any samples of working configuration. Or any ideas too.


Best regards,Kopetnik

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to