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.
Is the goal to have the developers be aware of a problem? Then fail loudly and succeed silently. Otherwise the failures/problems will soon be ignored.
Send a report when the drive space is critical with a subject line “DRIVE SPACE CRITICAL!”
Send a report when the backup didn’t occur saying “BACKUP FAILED!”
From control room design: every alarm should have a unique response, and no alarm should be generated for events that have no corrective action – the event should be journaled to a log that the developers can go inspect.