4 069
contributi
(Creata pagina con '== Introduzione == In questa guida vedremo come monitorare un server Debian Wheezy attraverso gli strumenti ''munin'' e ''monit''. <br/> ''Munin'' è un tool che, con una veloce ...') |
|||
Riga 16: | Riga 16: | ||
<pre> | <pre> | ||
# cd /etc/munin/plugins | # cd /etc/munin/plugins | ||
#ln -s /usr/share/munin/plugins/mysql_ mysql_ | # ln -s /usr/share/munin/plugins/mysql_ mysql_ | ||
# ln -s /usr/share/munin/plugins/mysql_bytes mysql_bytes | # ln -s /usr/share/munin/plugins/mysql_bytes mysql_bytes | ||
# ln -s /usr/share/munin/plugins/mysql_innodb mysql_innodb | # ln -s /usr/share/munin/plugins/mysql_innodb mysql_innodb | ||
Riga 24: | Riga 24: | ||
# ln -s /usr/share/munin/plugins/mysql_threads mysql_threads | # ln -s /usr/share/munin/plugins/mysql_threads mysql_threads | ||
</pre> | </pre> | ||
== Configurazione == | |||
Apriamo il file di configurazione di Munin | |||
<pre> | |||
# /etc/munin/munin.conf | |||
</pre> | |||
e modifichiamo alcune cose: | |||
* decommentiamo le linee ''dbdir, htmldir, logdir, rundir, tmpldir'' | |||
* sostituiamo ''localhost.localdomain'' con il FQDN del nostro server, ad esempio ''server1.example.com'', nella sezione ''simple host tree'' |