Re: [PHP] Monitoring Remote Server Services using php !

2006-05-30 Thread Phil Martin
I did the following, I've followed your advice and wrote my own, that is listed below. It's a function that has 3 entry arguments, IP, Port and Protocol. It returns if the Service is UP or DOWN. Take a Look, and see if we can enhance it's speed. function servstatus($remote_ip, $remote_ip_port,

[PHP] Monitoring Remote Server Services using php !!!

2006-05-25 Thread Phil Martin
Hi everybody, I'm new to the list and also new to php, I hope I can learn many things from here. My first doubt is the following: I'm trying to create a small monitor system, just to suit my needs in monitoring some services in my application. I've found some functions that return to

Re: [PHP] Monitoring Remote Server Services using php !!!

2006-05-25 Thread chris smith
On 5/25/06, Phil Martin [EMAIL PROTECTED] wrote: Hi everybody, I'm new to the list and also new to php, I hope I can learn many things from here. My first doubt is the following: I'm trying to create a small monitor system, just to suit my needs in monitoring some services in my

Re: [PHP] Monitoring Remote Server Services using php !!!

2006-05-25 Thread Rabin Vincent
On 5/25/06, Phil Martin [EMAIL PROTECTED] wrote: Hi everybody, I'm new to the list and also new to php, I hope I can learn many things from here. My first doubt is the following: I'm trying to create a small monitor system, just to suit my needs in monitoring some services in my