I just implemented a small Windows service that captures SNMP traps using the library http://www.snmpsharpnet.com/ . (It is implemented in C #)
However, to my regret, I just discovered that snmptrap.exe is running on all of our servers on Windows (2008 R2).
So now my question is: how do I solve this problem?
Can you interact with snmptrap.exe through some kind of API, or do I need to stop snmptrap.exe? (which I really would not want, since I'm not sure that it is not used)
Does anyone have a good approach to this?
source
share