Heymon: A Web Interface for Collectd
Introduction
Heymon is one of the most advanced interfaces currently available for Collectd. In my opinion, it’s complementary to other interfaces since it allows comparisons between different machines. However, it’s quite complicated to set up.
Installation
Let’s install everything we need via Debian packages:
|
|
Then we download the project source code:
|
|
Next, we’ll need to install gem if you don’t have it already (or update it if it’s already the case):
|
|
And install some Ruby modules:
|
|
Configuration
Now we’ll configure what’s needed to run Heymon. Let’s generate what’s necessary for the SQLite database:
|
|
Edit the configuration file and adapt it if needed (/var/www/heymon/config/environment.rb
):
|
|
Launching
Now all that’s left is to launch the application:
|
|
Now try to access the following URL: http://192.168.0.48:3000.
Last updated 28 Jul 2010, 15:03 CEST.