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:
-
Chrony Statistics (chrony)
-
Network Statistics (vnstat + vnstati)
-
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