Changeset 3568

Show
Ignore:
Timestamp:
05/07/10 19:17:20 (2 years ago)
Author:
steve.schnepp
Message:

- Adding package munin-async
- Started the unofficial 1.5.0prealpha line

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/snide/debian/changelog

    r3396 r3568  
     1munin (1.5.0~~prealpha1) unstable; urgency=low 
     2 
     3  * Unofficial new upstream release, Pre-alpha to ease premliminary testings for 1.5. 
     4    - CGI will be a first class feature (no longer "beta") 
     5    - partial ssh support  
     6    - zoomable graphs 
     7    - ability to keep more data (for zooming resolution mainly)  
     8    - ability to run (some) plugins more and/or less often than every 5 minutes  
     9    - "dirty fetch" 
     10    - preliminary support of async polling 
     11 
     12 -- Steve Schnepp <steve.schnepp@gmail.com>  Thu, 05 May 2010 22:10:51 +0000 
     13 
    114munin (1.4.4-1) unstable; urgency=low 
    215 
  • people/snide/debian/control

    r3405 r3568  
    112112 
    113113 
     114Package: munin-async 
     115Architecture: all 
     116Depends: ${perl:Depends}, ${misc:Depends}, perl-modules  
     117Recommends: munin-node 
     118Description: network-wide graphing framework (async proxy) 
     119 Munin is a highly flexible and powerful solution used to create graphs of 
     120 virtually everything imaginable throughout your network, while still 
     121 maintaining a rattling ease of installation and configuration. 
     122 . 
     123 This package contains the async proxy. It polls the local munin-node, and  
     124 its client part is launched via ssh. 
     125 . 
     126 Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent 
     127 RRDtool. To see a real example of Munin in action, you can follow a link 
     128 from <http://munin.projects.linpro.no/> to a live installation. 
  • people/snide/debian/rules

    r3247 r3568  
    77include /usr/share/quilt/quilt.make 
    88 
    9 buildpackages=munin-common munin munin-node munin-plugins-extra munin-java-plugins 
     9buildpackages=munin-common munin munin-node munin-plugins-extra munin-java-plugins munin-async 
    1010 
    1111# generate -pfoo commandline for debhelper 
     
    2121        $(MAKE) install-common-prime $(MAKEOPTS) \ 
    2222                DESTDIR=`pwd`/debian/munin-common 
     23         
     24        $(MAKE) install-async-prime $(MAKEOPTS) \ 
     25                DESTDIR=`pwd`/debian/munin-async 
    2326 
    2427        $(MAKE) install-master-prime $(MAKEOPTS) \