Project: Additional Server Graphs

Hi,

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:

www.linotify.com

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

It looks neat, but you should be warned that you're mostly duplicating the functionality of munin:

http://fixppp.org/munin/

which can be installed on a linode with a single command.

Yes, munin is very good. I will learn more about it.

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.

  1. No extra node is required to host the website. The website is already up and running for everybody.

  2. 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.

I just implemented the support for user timezones.

The correct timezone is autodetected from the browser.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct