jrwinterburn
IS-IT--Management
Hi all,
I have created an ASP.NET intranet that monitors and controls all the Windows services etc in my network. I need to add to this so I can control and monitor services on my Linux and Solaris boxes.
I realise that doing this in ASP.NET is probably impossible or very difficult, but no doubt I can do this in Perl. But where do I start? All I really want is a page that refreshes every 60 seconds, running "service asterisk status" (and others), and be able to click a button to stop/start/restart services. Also, sending an email when a service is dead would be good. This page would preferably run on a remote server (connecting remotely to the Linux/Sun servers)
Any pointers on how I achieve this would be appreciated - I have tried googling but to no avail - even an online tutorial on doing this would be useful! I could use Webmin, but it's overkill for what I want (and I want to do this myself!)
Thanks
Jon
I have created an ASP.NET intranet that monitors and controls all the Windows services etc in my network. I need to add to this so I can control and monitor services on my Linux and Solaris boxes.
I realise that doing this in ASP.NET is probably impossible or very difficult, but no doubt I can do this in Perl. But where do I start? All I really want is a page that refreshes every 60 seconds, running "service asterisk status" (and others), and be able to click a button to stop/start/restart services. Also, sending an email when a service is dead would be good. This page would preferably run on a remote server (connecting remotely to the Linux/Sun servers)
Any pointers on how I achieve this would be appreciated - I have tried googling but to no avail - even an online tutorial on doing this would be useful! I could use Webmin, but it's overkill for what I want (and I want to do this myself!)
Thanks
Jon