I am working on redoing a weekly report, I send, to anyone on our development team.
The previous version just sent sql server based scheduled jobs status, backup status, and database size.
But for this new version, will have more information from every part of our server.
Coldfusion:
- Verify Main Datasource
- List Scheduled Tasks
- Server Version
- Undelivered Mail
IIS:
- Current Connection Count
SQL Server:
- Database Size
- Drive Space % LEft
- Last Backup Date
So what I am asking about is two things.
(1) What other essential must have information, would be useful to have/see on a weekly basis via email?
(2) How to best present or display that information, that looks professional, albeit inside an html email, without looking like eye candy? Because right now i just have a simple bullet list of server aspect and statuses. I want to make it look really professional.
Any suggestions, ideas, links to inspirations...etc...
My goal is to automate keeping my team informed about any key issues about the server, in a way anyone can understand.
Thank You for your time.