System Monitoring Dashboard Project
Overview
In this project, imagine you are a software engineer / sysadmin at a company and you get 3 customer tickets triaged to you. It's your job to read the ticket and diagnose the issue by using common Linux networking tools. See the details on how you should reproduce the tickets in their respective folders.
See the tickets here.
You do not need to worry about the contents of the docker files and docker compose files.
Note: Ticket 2 Issue
You may see an issue related to undefined symbol: EVP_MD_CTX_get_size_ex on Ticket 2. This is related to some open bugs but you can reason about the bug by looking at the config file.
Requirements
You will need Docker installed on your machine for this project. Read more here.
Write Up (15 points each x 3 tickets)
For each ticket, you must write up a one paragraph (8 sentences max) bug report that contains the following:
- A brief description of the issue (2 points)
- Steps you took to reproduce the issue (4 points)
- What tools you used to diagnose the issue; you MUST include the specific commands run, and why to get points. (4 points)
- What is the issue? (5 points)
You must use a tool that we talked about in class or within the networking notes or you will not be awarded points.
See more information in the respective ticket folders.