Search found 5 matches
- Tue Jun 13, 2006 3:22 pm
- Forum: PHP - Code
- Topic: Difficult SNMP question, please help.
- Replies: 6
- Views: 780
Thanks for the response. I checked out that link but it doesn't do what I am after. I am making a network management app that is customized for what we do here. What I tried doing today is see if another network application that uses SNMP would duplicate the same problem. To my surprise, it didn't. ...
- Mon Jun 12, 2006 3:37 pm
- Forum: PHP - Code
- Topic: Difficult SNMP question, please help.
- Replies: 6
- Views: 780
Well the problem is it doesn't matter which of my scripts are running, if any of them make a snmp call it hoses up any other script doing something with snmp. So it would be an all or nothing kind of thing. Now that you mention a 2 minute timeout on a script for the snmp flag I realize I have a bigg...
- Mon Jun 12, 2006 1:26 pm
- Forum: PHP - Code
- Topic: Difficult SNMP question, please help.
- Replies: 6
- Views: 780
Hmmm, that is a pretty good idea. It would probably be allot faster than if I actually checked to see if the port was in use. My only concern would be if a script terminated abnormaly then maybe the flag wouldn't get set back to 0 and then no one would be able to do anything until an admin manually ...
- Mon Jun 12, 2006 12:47 pm
- Forum: PHP - Code
- Topic: Process information without refreshing the page?
- Replies: 10
- Views: 600
I found this tutorial made sense to me when nothing else did for an initial introduction
http://rajshekhar.net/blog/archives/85- ... orial.html
http://rajshekhar.net/blog/archives/85- ... orial.html
- Mon Jun 12, 2006 12:43 pm
- Forum: PHP - Code
- Topic: Difficult SNMP question, please help.
- Replies: 6
- Views: 780
Difficult SNMP question, please help.
I have been trying to Google this for three days with no luck, here is my problem... I am developing an application that does certain scripted functions for our helpdesk and networking groups and delivers the results via web interface. An example of some of the functionality is port status of a swit...