Hi All,
I'm thinking of writing an extension to the server manager that does the following:
1. Brings up a list of all computers in the /var/lib/dhcp/dhcpd.leases file
ie all computers that have recently been attached to the network with IP addresses, computer names etc lease details etc.
2. Pings each IP address in dhcpd.leases file to establish which machines
are on.
3. allows you to send a magic wake-up packet to individual/all machines that it cannot ping in order to wake them up remotely.
The idea being to allow easier remote access.
I can do all this from the command line at the moment, but it is a bit fiddly
and I like the idea of doing from a web interface.
4. (Here is where it gets a bit out of my depth)
another possibility would be to have the ability to execute a file on the
remote machines (batch update win XP critical updates perhaps).
But as I don't have the foggiest how to execute programs on remote machines
(clearly I need the help of some virus writers

. I might be leaving this till later.
I'm looking for some comments as to :
Would you find an extension like this useful ?
Are there similiar extensions already available ?
Can you offer any help (advise testing programming etc) ?
thanks
Damien