Changeset 3380

Show
Ignore:
Timestamp:
02/26/10 10:55:51 (2 years ago)
Author:
feiner.tom
Message:

Update ChangeLog? and plugins.history for 1.4.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3275 r3380  
    99* Way too much time since the last major stable release. 1.2.0 was 
    1010  uploaded to sourceforge in february 2005. 
     11 
     12 
     13munin 1.4.4, r3276,3379, 2010-2-26 
     14 
     15* Localization problem in 1.4.1 (closes #781) 
     16* Sort plugin configuration file order. This ensures some predictability  
     17  regarding where a configuration setting comes from when multiple files 
     18  specify the same configuration variables. 
     19  For details, see debian bug http://bugs.debian.org/564098 
     20* munin-cgi-graph*: cgi semaphore fix, hopefully cures #834 
     21* Munin/Master/GraphOld.pm sum+colour fix (closes #731) 
     22  plugin to connect to a separate munin-node (or other daemon speaking the 
     23  munin-node protocol) and fetch values from there. 
     24* munin-update: Fix config line continuation hadling 
     25* Add patch from munin ticket #828, to suppress "occasional" unknown states  
     26  to avoid alerts. Thanks to Steve Wilson for the patch! 
     27* proxy_plugin: New proxy plugin, that makes it possible for a single Munin 
     28* jmx/Uptime: decimal days, not integer - closes #815 
     29* nvidia_: fix suggest 
     30* linux/vserver*: fix autoconf exit codes 
     31* linux/ip_: RE fix to be able to match IPv6 addresses 
     32* linux/selinux_avcstat: New plugin from Lars Strand showing selinux stats  
     33  Taken from Muninexchange.  Thanks to Lars!  
     34* linux/lpar_cpu: A plugin to measure IBM PPC hardware virtualization logical 
     35  partition CPU usage (made for the platform once called OpenPower) 
     36* varnish_: backend_unhealthy is a DERIVE value, note that canonical upstream  
     37  is the varnish project 
     38* Add simfs" to linux df* plugins ignore list 
     39* linux/buddyinfo multigraph plugin by Gábor Gombás  
     40* Remediate patches from Gentoo that never came upstream.   
     41  Prevents possible output on stderr in plugin linux/iostat_ios and corrects  
     42  linux/fw_forwarded_local to handle a missing /proc/net/ip_conntrack 
     43  linux/fw_forwarded_local: need to dereference the _conntrack_file variable 
     44* linux/diskstats: Upstream update, closes #838 #835 #837 
     45* linux/ip_: Better matching of IPv6 addresses.  Use a single awk command  
     46  instead of a mix of awk and grep. 
     47* mysql_: fix graph_base error (Closes #840) Patch from Gábor Gombás 
     48* mysql_: plugin suggests wrong values (closes #857) 
     49* linux/selinux_avcstat - exit 0 on autoconf 
     50* linux/tcp: Add contributed plugin from Tim Small 
     51* linux/df_abs: multiple filesystem excludes do not work in df_abs 
     52  Thanks to Daniel Reichelt for the patch! 
     53* snort*: Add documentation and minor updates 
     54* multips_memory: correct printing out raw fieldname,  
     55  instead of clean_fieldname, documentation updates 
     56* linux/df_abs: Added configuration option to df_abs to Enable/Disable the  
     57  graph total (The default is on). Thanks to Daniel Reichelt for the patch,  
     58  submitted at http://bugs.debian.org/567895 - adapted, tested   
     59  and documented by Tom Feiner 
     60* snmp__if_multi: Add env.ifTypeOnly filtering, fix multiple buglets 
     61* mailman: Corrected incorrect use of $MUNIN_PLUGSTATE in mailman plugin 
     62* amavis: Change amavis mktempfile function to run with backticks instead of  
     63  $(command) as it doesnt work correctly piping to sed 
     64* exim_mailstats: exim_mailstats doesnt count Completed properly.  
     65  Thanks to Wakko Warner for noticing this in http://bugs.debian.org/569621 
     66* Deprecated tomcat plugins: Fix in to work properly when only one connector 
     67  is availabe http://bugs.debian.org/543523 
     68* postfix_mailstats: Fix shell->perl syntax in perl plugin 
     69* apt: update description with a pointer to apt_all 
     70* jmx/GCCount - fix negative counts on jvm restart (closes #852) 
     71* ping_: fix obvious typo (closes #854) 
    1172 
    1273 
  • trunk/plugins/plugins.history.in

    r3275 r3380  
    321321[1.4.3] 
    322322linux/diskstats 
     323 
     324[1.4.4] 
     325linux/selinux_avcstat.in 
     326linux/lpar_cpu.in 
     327linux/buddyinfo.in 
     328linux/tcp.in 
     329node.d/proxy_plugin.in 
     330