| | 14 | * [https://bugs.launchpad.net/ubuntu/+source/munin/+bug/830564 Bug #830564 in munin (Ubuntu): “munin_stats plugin does not work”] |
| | 15 | > {{{#!diff |
| | 16 | > --- munin_stats |
| | 17 | > +++ munin_stats |
| | 18 | > @@ -52,10 +52,11 @@ |
| | 19 | > |
| | 20 | > if ($ARGV[0] and $ARGV[0] eq "config") { |
| | 21 | > print "graph_title Munin processing time\n", |
| | 22 | > - "graph_info This graph shows the run time of the four different processes making up a munin-master run. Munin-master is run from cron every 5 minutes and we want each of the programmes in munin-master to complete before the next instance starts. Especially munin-update and munin-graph are time consuming and their run time bears watching. If munin-update uses too long time to run please see the munin-update graph to determine which host is slowing it down. If munin-graph is running too slow you need to get clever (email the munin-users mailing list) unless you can buy a faster computer with better disks to run munin on.", |
| | 23 | > + "graph_info This graph shows the run time of the four different processes making up a munin-master run. Munin-master is run from cron every 5 minutes and we want each of the programmes in munin-master to complete before the next instance starts. Especially munin-update and munin-graph are time consuming and their run time bears watching. If munin-update uses too long time to run please see the munin-update graph to determine which host is slowing it down. If munin-graph is running too slow you need to get clever (email the munin-users mailing list) unless you can buy a faster computer with better disks to run munin on.\n", |
| | 24 | > "graph_args --base 1000 -l 0\n", |
| | 25 | > "graph_scale yes\n", |
| | 26 | > "graph_vlabel seconds\n", |
| | 27 | > }}} |
| | 28 | * [http://serverfault.com/questions/224359/adjusting-munins-accept-timeout Adjusting Munin's accept timeout - Server Fault] |
| | 29 | >> I have a Munin master that's contacting 5 nodes at the moment and I'm seeing one to two warnings like this in the munin-update.log. |
| | 30 | >> {{{ |
| | 31 | >> [WARNING] Call to accept timed out. Remaining workers: xyz;abc |
| | 32 | >> }}} |
| | 33 | > in your plugin configuration file add |
| | 34 | > |
| | 35 | > timeout 120 |
| | 36 | > |
| | 37 | > or on a per plugin basis in plugin-conf.d |
| | 38 | > |
| | 39 | > [plugin_name] timeout 120 |
| | 40 | * [http://forums.cpanel.net/f42/fixing-munin-68412.html Fixing Munin] |
| | 41 | > Here is how you fix Munin 1.24 for CPanel to get the mysql graphs, the HDD temp graphs, and the Mailman graphs: |
| | 42 | > {{{ |
| | 43 | > (snip) |
| | 44 | > |
| | 45 | > [mailman] |
| | 46 | > user mailman |
| | 47 | > }}} |
| | 48 | * Debianでは「user list」 |
| | 49 | * MLの数が多いと数え上げがタイムアウトするので、タイムアウト秒数を増やしておくこと |