Jim's Depositorythis code is not yet written |
help |
While updating my systems monitoring I discovered Munin today. Munin captures a wide variety of system information and dumps it into RRD files to ultimately graph it at a central location.
The user interface doesn't communicate problems well, but it provides the underlying data for you to answer those nagging questions that come up, like "When did our email traffic get so high?" or "Has that disk always run that hot?"
And my install notes:
Sample bits of /etc/munin/plugin-conf.d/munin-node:
[hddtemp_smartctl]
user root
env.drives sda
env.type_sda ata
[smart_sd*] user root env.smartargs -H -c -l error -l selftest -l selective -d ata anonymous comment, 5 months ago
If you run sendmail as your mail server munin has 3 plugins that are in the base Debian install. Link all 3 into your /etc/munin/plugins directory. One, sendmail_mailqueue will work out of the box. The other two depend on sendmail stats files that do not get created in a base Debian install. To enable stats logging you must manually create the stats files.
Once these files have been created, with sendmail write permission, sendmail will start logging to them. Gotta love sendmail, "If you create the log file for me, I will write to it." You can test your mail statistics file creation manually with the mailstats command. The femtoblogger software is being written by Jim Studt. The content of this page is provided by anonymous individuals. If you believe something on this page is innapropriate contact Jim Studt. |
Contributeloginlogout post create account (12 seconds) recent comments FilterSearchBrowsers
Archives
|
If your web server does not bind to localhost (127.0.0.1), you need to define the server status URL in your /etc/munin/plugin-conf.d/munin-node config file.