I'm trying to determine the best way to show server status results. We have roughly two dozen websites and services to maintain, and the old system they had here was crude (HTML, manual color change to reflect status), and I'm trying to re-vamp it a little.
What would be the best method for doing a simple heartbeat ping to an internal service, while cleanly listing them.
Also, has to be compatible with Sharepoint.
I've read that PHP is the baseline for this, but I can't find much in the way of a continuous ping/health monitor.