Editing Munin

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
==How To Install Munin Node==
+
=How To Install Munin Node=
[http://munin.projects.linpro.no/ Munin] is a system measuring tool which gives the user a wide range of graphs spanning hours, days, weeks and months. An example set of some graphs are shown [http://ostatic.com/files/images/Munin-%5B1%5D.png here].
[http://munin.projects.linpro.no/ Munin] is a system measuring tool which gives the user a wide range of graphs spanning hours, days, weeks and months. An example set of some graphs are shown [http://ostatic.com/files/images/Munin-%5B1%5D.png here].
Line 11: Line 11:
Installing it on Maemo is quite easy as it's architecture independent, being basically a perl process which invokes scripts. The only trick is knowing to bypass certain dependencies during installation, and a few tweaks in the configuration. The installation has to happen from the command line as root.
Installing it on Maemo is quite easy as it's architecture independent, being basically a perl process which invokes scripts. The only trick is knowing to bypass certain dependencies during installation, and a few tweaks in the configuration. The installation has to happen from the command line as root.
-
===Installing On Diablo===
+
==Installing On Diablo==
-
[[Open development/Maemo roadmap/Diablo|Diablo]] is effectively a relatively old release (Serge) of arm debian linux, so you have to get the packages from a debian archive.
+
Diablo is effectively a relatively the old Serge release of arm debian linux, so you have to get the packages from a debian archive.
Login as root to a command shell and fetch the packages. You probably want to fetch them to your flash memory card rather than clutter up the system file space.
Login as root to a command shell and fetch the packages. You probably want to fetch them to your flash memory card rather than clutter up the system file space.
Line 25: Line 25:
# wget http://ftp.ch.debian.org/debian-archive/pool/main/libi/libio-multiplex-perl/libio-multiplex-perl_1.08-1_all.deb
# wget http://ftp.ch.debian.org/debian-archive/pool/main/libi/libio-multiplex-perl/libio-multiplex-perl_1.08-1_all.deb
</pre>
</pre>
-
 
-
For future reference, in case the debian archive disappears,, I have uploaded these files to the wiki, I had to tack on .svg to the filenames to stop them being rejected; links to the files below - click on the link to go to the page describing the file then on the file itself, use SAVE AS and rename to drop the .svg (sorry, can't think of a better way to do this).
 
-
* [[Image:Libnet-server-perl_0.87-3sarge1_all.deb.svg]]
 
-
* [[Image:Munin-node_1.2.3-1_all.deb.svg]]
 
-
* [[Image:Libio-multiplex-perl_1.08-1_all.deb.svg]]
 
-
* [[Image:Adduser_3.63_all.deb.svg]]
 
-
 
Once fetched, install them thus
Once fetched, install them thus
Line 46: Line 39:
''
''
-
===Configuration===
+
==Configuration==
The only things you need to do are to permit your munin master monitoring machine to contact your tablet, to set the host name, and to restart munin-node.
The only things you need to do are to permit your munin master monitoring machine to contact your tablet, to set the host name, and to restart munin-node.
Line 70: Line 63:
Verify you can now talk to your tablet from the munin master node thus by firing up a shell and typing the words in bold:<br />
Verify you can now talk to your tablet from the munin master node thus by firing up a shell and typing the words in bold:<br />
-
 
+
<ul>
<tt>
<tt>
&#35; '''telnet gorgonzola.example.com 4949'''<br />
&#35; '''telnet gorgonzola.example.com 4949'''<br />
Line 91: Line 84:
Connection closed by foreign host.
Connection closed by foreign host.
</tt>
</tt>
 +
</ul>
 +
=Configuring the Munin Master=
-
==Configuring the Munin Master==
+
You configure the munin master exactly as per the munin documentation; simply add the tablet to the /etc/munin/munin.conf file like this
-
 
+
-
You configure the munin master exactly as per the munin documentation; simply add the tablet to the <code>/etc/munin/munin.conf</code> file like this
+
<pre>
<pre>
Line 108: Line 101:
Good luck and enjoy your newly-metered tablet!
Good luck and enjoy your newly-metered tablet!
 +
[[Category:Power users]]
[[Category:Power users]]
-
[[Category:Diablo]]
 
-
[[Category:Software]]
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)
Retrieved from "http://wiki.maemo.org/Munin"