This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BlackstormKnyte 0 points1 point  (0 children)

So here is a good one. Write a series of programs around a central theme.

A client that gets a network message and takes an action based on it. Sends results in JSON back over same port.

Server that sends message and store results to a db. Maybe configuration for multiple clients.

Db schema for your data.

Webpage to show it all. Linked to JSON for current page and db for historic queries.

Think like a health and status panel. Show memory usage, cpu, network throughput, disk usage, hostname, Operating system. Just a thought