Changes between Version 11 and Version 12 of TipAndDoc/monitor/munin


Ignore:
Timestamp:
Oct 6, 2012 10:36:17 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/monitor/munin

    v11 v12  
    554554(snip) 
    555555}}} 
     556 
     557 = munin 2.0 = 
     558 * デフォルトではpngによるグラフ画像は生成されなくなった模様 
     559 * [http://munin-monitoring.org/wiki/CgiHowto2 CgiHowto2 - Munin - Trac] 
     560 
     561 * /var/log/munin/munin-graph.log 
     562{{{ 
     5632012/10/06 22:10:08 Opened log file 
     5642012/10/06 22:10:08 [PERL WARNING] Use of uninitialized value in concatenation (.) or string at /usr/share/munin/munin-graph line 74. 
     5652012/10/06 22:10:08 [PERL WARNING] Use of uninitialized value $graph_fh in <HANDLE> at /usr/share/munin/munin-graph line 75. 
     5662012/10/06 22:10:08 [PERL WARNING] readline() on unopened filehandle at /usr/share/munin/munin-graph line 75. 
     567}}} 
     568  * バグ? 
     569  * [http://comments.gmane.org/gmane.comp.db.rddtool.munin.general/7443 User support list for the munin RRD graphing front end] 
     570   * [https://github.com/munin-monitoring/munin/commit/fd27d4c fix munin-graph typo in opening $graph_fh · fd27d4c · munin-monitoring/munin] 
     571  * /usr/share/munin/munin-graph 
     572{{{#!perl 
     573my $graph_fh = new IO::File($config->{libdir} . "/graphs"); 
     574}}} 
     575  * /etc/munin/munin.conf に次の一文を追加すればとりあえずエラーは出なくなる 
     576{{{ 
     577libdir /var/lib/munin 
     578}}}