charithd has asked for the wisdom of the Perl Monks concerning the following question:
I need develop a dashboard that can show available linux servers status (I have more than 10 servers) like login users, cat some files from server and show outputs, restart services like apache and tomcat ..etc
for now I'm doing all the back-end work by perl and it capture and store the informations on DB. PHP front-end extract this info from DB and show it on web. (obviously not the correct way)
In this case I cannot effectively do service restart and cat files via php because i had to remotely connect many servers.
Is there any easy way of doing this kind of work with perl CGI or any other language ? (sorry for asking suggestions on other language here)
Any advise or guidance would be greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dashboard to remotely connect linux back-ends
by GotToBTru (Prior) on Sep 02, 2015 at 12:24 UTC | |
|
Re: Dashboard to remotely connect linux back-ends
by Old_Gray_Bear (Bishop) on Sep 02, 2015 at 17:32 UTC |