Changeset 3275

Show
Ignore:
Timestamp:
12/30/09 13:54:51 (2 years ago)
Author:
janl
Message:

* Update ChangeLog? and plugins.history for 1.4.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3232 r3275  
    1111 
    1212 
    13 munin (1.4.2, r3167:3231, 2009-12-16) 
     13munin 1.4.3, r3232:3274, 2009-12-30 
     14 
     15* linux/diskstats: New multigraph plugin to replace diskstat_ - more 
     16  tidy and more efficient.  Thanks to Michael Renner for the 
     17  deveopment of this and porting to multigraph 
     18* linux/cpuspeed: Specify "average" for the speed, switch to printf to 
     19  get numbers printed in full, E notation looses significant digits 
     20  and there are whispers of a bug in the E notation handling in 
     21  munin-update 
     22* Make munin-update --nofork not die when nodes are unavailable.  Closes #800. 
     23* hddtemp_smartctl: Multiple enhancements:  
     24  - document how to set type_ for sata drives 
     25  - document need to run as a user with device access 
     26  - Support some debugging 
     27  - detect if smartctl fails 
     28  - detect if no recognized temperature output is present 
     29* lpstat: Warn if the predefined $lpstat executable is not executable, 
     30  Make lpstat path configurable and search for it in likely places if 
     31  it's not set. Patch from Lupe - thanks! Closes #826. 
     32* dhcpd3: Only emit .max if the .max is valid.  Document a bug from 
     33  the trac - adresses but doe not close #829.  Patches for a complete 
     34  fix welcome. 
     35* More specific test for watermark feature (1.2.13 required) 
     36* Make 0755 default permissions for $DBDIR and make consistent in 
     37  Makefile and munin-check 
     38* Fix issue where far too many mails would be sent by munin-limits 
     39  (fixes #795) 
     40* munin_stats: Fix a typo in the "no"-message that made 
     41  munin-node-configure reject it. 
     42* linux/yum: Enhance statefile error message.  Update to use M::C::Defaults 
     43* linux/vserver_*: Add autoconfiguration (patch from #811 submitted by 
     44  proppy, closes ticket). 
     45* munin-update: Make true check into defined check to avoid dereferencing undefs 
     46* Munin::Plugin: 
     47  - Better documentation of new default state file name. 
     48  - In need_multigraph, if run from a tty with "config" or no arguments 
     49    advice to use munin-run and exit. 
     50* mailman: User contributed patch to make plugin work better the first 
     51  time. Also replaced "exit $n" with "die" with good error messages. 
     52  Untested but perl says syntax ok. 
     53* hddtemp_smartctl: Added chomp, as it won't work with a newline at 
     54  the end. Thanks to Ingvar Hagelund for pointing this out 
     55 
     56* munin-update: Suppress warning "Error reading includedir directory" 
     57  in case the includedir is empty (which is the case in new 
     58  installations. This caused cron to send these messages all the time 
     59* Munin::Master::GraphOld: warn_min/warn_max typo fix 
     60 
     61 
     62munin 1.4.2, r3167:3231, 2009-12-16 
    1463 
    1564* Munin::Plugin::Pgslq: Clean the fieldnames before returning them, so 
  • trunk/Checklist

    r3230 r3275  
    99 * Update plugins/plugins.history.in: 
    1010 
    11    1. cd plugins 
     11   1. cd plugins 
    1212 
    1313   2. Figure out which r the previous tag was at and do this (r910 was 
    1414          1.3.2 and r1234 is head) 
    1515      svn --verbose log -r910:1234 | fgrep node.d | grep -w A |  
    16          cut -d/ -f 4- | sed 's/^node.d.//' 
     16         cut -d/ -f 4- | sed 's/^node\.d\.//' 
    1717 
    1818   3. Check if the listed plugins are still present (or moved): 
  • trunk/plugins/plugins.history.in

    r3230 r3275  
    236236fail2ban 
    237237zimbra_ 
    238 linux/diskstat_ 
    239238tomcat_ 
    240239squeezebox_ 
     
    319318[1.4.2] 
    320319munin_update 
     320 
     321[1.4.3] 
     322linux/diskstats