mrjgx Posted December 22, 2007 Share Posted December 22, 2007 hello guys.. i need help here..is there a way for me to use the snmp get function to monitor certain system software ? i mean, to know whether certain application is running (such as internet explorer or firefox, started or closed) any idea or opinions on how to use the snmp function to do the monitoring? really appreciate if u guys could help me out.. thx in advance.. Quote Link to comment https://forums.phpfreaks.com/topic/82829-snmp-functions-to-query-software/ Share on other sites More sharing options...
mrjgx Posted December 23, 2007 Author Share Posted December 23, 2007 does anybody know how to do it? need help here... ??? Quote Link to comment https://forums.phpfreaks.com/topic/82829-snmp-functions-to-query-software/#findComment-421584 Share on other sites More sharing options...
trq Posted December 23, 2007 Share Posted December 23, 2007 Are you talking about on the client or the server? Quote Link to comment https://forums.phpfreaks.com/topic/82829-snmp-functions-to-query-software/#findComment-421588 Share on other sites More sharing options...
mrjgx Posted December 26, 2007 Author Share Posted December 26, 2007 sorry for the late reply...what i mean is to monitor network activities (such as opening internet browsers and go to google etc) which is on the client...i want to monitor the client's pc in the LAN...this can be done by using snmp functions IMO any ideas? ??? much thx guyssss Quote Link to comment https://forums.phpfreaks.com/topic/82829-snmp-functions-to-query-software/#findComment-423179 Share on other sites More sharing options...
trq Posted December 26, 2007 Share Posted December 26, 2007 It would appear it may be possible. Fortuanately though, I don't use windows so can't be of much more help. Also, php really only supplies the interface to snmp. I would suggest looking at somewhere like http://msdn.com to find more information on its workings. Quote Link to comment https://forums.phpfreaks.com/topic/82829-snmp-functions-to-query-software/#findComment-423183 Share on other sites More sharing options...
mrjgx Posted December 26, 2007 Author Share Posted December 26, 2007 well, i can get the client uptime, ping time, ipaddress, and so on using snmp functions...but i just want to know any ideas on how to monitor whether the client is accessing internet or not.. maybe can be done by monitor port 80 or sumthing... need helppp...thx Quote Link to comment https://forums.phpfreaks.com/topic/82829-snmp-functions-to-query-software/#findComment-423192 Share on other sites More sharing options...
trq Posted December 26, 2007 Share Posted December 26, 2007 You need help understanding what objects are available via snmp. This has nothing to do with php, php simply provides the method to access snmp. As I said, you'll have more luck finding this information using somewhere like.... http://msdn.com. Quote Link to comment https://forums.phpfreaks.com/topic/82829-snmp-functions-to-query-software/#findComment-423198 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.