Project: Additional Server Graphs
I prepared a website to display additional graphs for a linode.
Currently it displays load, the number of processes, memory and disk usage.
~~![](<URL url=)http://www.linotify.com/static/img/load_small.png
Just send the values to the website. It will do the graphs for you.
A simple Python client is provided to send the values.
The website:
I run it as a hobby open source project.
These are features I want to add:
* Timezone choice. The dates are now in UTC.
- Alerts when disk space is low or when no values are sent.
Do you like it?
What would you improve?
Thanks,
Ivo Danihelka~~
3 Replies
which can be installed on a linode with a single command.
Thanks for the sample charts.
I see that Linotify could be suitable for some niches:
4. The values are sent over HTTP to the website. That is good when the nodes are behind a firewall or NAT.
No extra node is required to host the website. The website is already up and running for everybody.
In the future, extra info could be sent to better identify peaks. For example, it would be helpful to see 'ps aux' output for that moment.
The correct timezone is autodetected from the browser.