Personnal project : chrony + network monitoring dashboard lightweight

Hello,

I’d like to share a small open-source personal project, a script I developed to solve a simple problem: I needed to monitor my Chrony server running on a small machine without consuming a lot of resources.

So i developed a script that uses chronyc and basic network commands with rrdtools to generate useful graphs. It’s designed to be as light on resources as possible, generating a single HTML file that serves as a dashboard.

Demo here : Demo Chrony-Stats HTML

The script generates a html file with two main types of graphs:

  1. Chrony Statistics (chrony)

  2. Network Statistics (vnstat + vnstati)

  3. Command Output (tracking sources selectdata sourcestats)

To use it
The project is open-source, feel free to use it ! (Contributions are welcome)
Repo here : GitHub - TheHuman00/chrony-stats: Lightweight : Monitoring Chrony and Network

5 Likes

Very nice, thank you for sharing! I’m gonna try it on my server

1 Like