php-windows Digest 3 Apr 2011 15:59:30 -0000 Issue 3937
Topics (messages 30575 through 30582):
How to check if remote machines are running using PHP and Eclipse-Require
Urgent Help
30575 by: Santosh gunat
30576 by: Pierre Joye
PHP Wiki Windows StepByStepBuild
30577 by: Jeff McKenna
30578 by: Kris Craig
30579 by: Sascha Meyer
30582 by: Maciej Jaros
Re: [PHP] How to check if remote machines are running using PHP and
Eclipse-Require Urgent Help
30580 by: Louis Huppenbauer
30581 by: Jim Giner
Administrivia:
To subscribe to the digest, e-mail:
[email protected]
To unsubscribe from the digest, e-mail:
[email protected]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I am in a big problem,
My manager gave a task,
He want a PHP scrip which will check if the remote machines are Powered on
and are running.
He want this to be done using eclipse.
He also want a log in a HTML or text file that which remote machine is
running and which remote machine is down/powered off for each machine
Can you help me.
If there is another way ,to check automatically that will also be fine.But
we want a automatic script checking and saving logs for the same.
Thanks in advance ,
Santosh Gunat
--- End Message ---
--- Begin Message ---
Tell your manager to use nagios or similar tools
Also please don't cross posts, double posts or ask us to do your job
without having done some minimal research before.
Thanks,
Cheers,
On Fri, Apr 1, 2011 at 6:07 PM, Santosh gunat <[email protected]> wrote:
> Hi,
>
> I am in a big problem,
>
> My manager gave a task,
> He want a PHP scrip which will check if the remote machines are Powered on
> and are running.
> He want this to be done using eclipse.
>
> He also want a log in a HTML or text file that which remote machine is
> running and which remote machine is down/powered off for each machine
>
> Can you help me.
>
> If there is another way ,to check automatically that will also be fine.But
> we want a automatic script checking and saving logs for the same.
>
> Thanks in advance ,
>
> Santosh Gunat
>
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wiki.php.net/internals/windows/stepbystepbuild). (I even
contributed to that page) But I need to follow the steps again now and
I did not record them locally. Is there another host of those exact
same wiki instructions somewhere?
Thanks everyone,
-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/
--- End Message ---
--- Begin Message ---
None that I'm aware of. Having some mirrors would be ideal, but since it's
a wiki keeping them synchronized would probably be a nightmare.
Do we have an ETA on getting the wiki back up yet?
--Kris
-----Original Message-----
From: Jeff McKenna [mailto:[email protected]]
Sent: Friday, April 01, 2011 11:54 AM
To: [email protected]
Subject: [PHP-WIN] PHP Wiki Windows StepByStepBuild
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wiki.php.net/internals/windows/stepbystepbuild). (I even
contributed to that page) But I need to follow the steps again now and
I did not record them locally. Is there another host of those exact
same wiki instructions somewhere?
Thanks everyone,
-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Keeping the wiki up to date would not be too hard to set up if changes
are committed on one master and synchronized to all slaves. I already
did that for one of my customers and it worked like a charm :)
Regards,
Sascha
P.S. I would also love to see the PHP wiki back online!
Am 01.04.2011 21:54, schrieb Kris Craig:
None that I'm aware of. Having some mirrors would be ideal, but since it's
a wiki keeping them synchronized would probably be a nightmare.
Do we have an ETA on getting the wiki back up yet?
--Kris
-----Original Message-----
From: Jeff McKenna [mailto:[email protected]]
Sent: Friday, April 01, 2011 11:54 AM
To: [email protected]
Subject: [PHP-WIN] PHP Wiki Windows StepByStepBuild
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wiki.php.net/internals/windows/stepbystepbuild). (I even
contributed to that page) But I need to follow the steps again now and
I did not record them locally. Is there another host of those exact
same wiki instructions somewhere?
Thanks everyone,
-jeff
--- End Message ---
--- Begin Message ---
-----Original Message-----
From: Jeff McKenna [mailto:[email protected]]
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wiki.php.net/internals/windows/stepbystepbuild). (I even
contributed to that page) But I need to follow the steps again now and
I did not record them locally. Is there another host of those exact
same wiki instructions somewhere?
Doesn't seem to helpful but there is something from 2009:
http://replay.waybackmachine.org/20090218073842/http://wiki.php.net/internals/windows/stepbystepbuild
I've found this a bit more helpful:
http://bobobobo.wordpress.com/2008/05/27/how-to-compile-php/
Also seems you need to remember to have src in something like:
c:\PHPdev\src
and additional library and includes for extensions in:
c:\PHPdev\deps
Kris Craig (01-04-2011 21:54:58):
None that I'm aware of. Having some mirrors would be ideal, but since
it's
a wiki keeping them synchronized would probably be a nightmare.
You can use dumps as Wikipedia mirrors does.
--
Maciej "Nux" Jaros
--- End Message ---
--- Begin Message ---
You could just periodically ping those remote machines with a
system()-call, and then write the result to a file.
2011/4/1 Santosh gunat <[email protected]>:
> Hi,
>
> I am in a big problem,
>
> My manager gave a task,
> He want a PHP scrip which will check if the remote machines are Powered on
> and are running.
> He want this to be done using eclipse.
>
> He also want a log in a HTML or text file that which remote machine is
> running and which remote machine is down/powered off for each machine
>
> Can you help me.
>
> If there is another way ,to check automatically that will also be fine.But
> we want a automatic script checking and saving logs for the same.
>
> Thanks in advance ,
>
> Santosh Gunat
>
--- End Message ---
--- Begin Message ---
your boss is asking you to write something in PHP, but it sounds to me like
you are not very knowledgable in it, or even in creating a text file. Why
is he doing this?
--- End Message ---