Changeset 3568
- Timestamp:
- 05/07/10 19:17:20 (2 years ago)
- Files:
-
- people/snide/debian/changelog (modified) (1 diff)
- people/snide/debian/control (modified) (1 diff)
- people/snide/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
people/snide/debian/changelog
r3396 r3568 1 munin (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 1 14 munin (1.4.4-1) unstable; urgency=low 2 15 people/snide/debian/control
r3405 r3568 112 112 113 113 114 Package: munin-async 115 Architecture: all 116 Depends: ${perl:Depends}, ${misc:Depends}, perl-modules 117 Recommends: munin-node 118 Description: 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 7 7 include /usr/share/quilt/quilt.make 8 8 9 buildpackages=munin-common munin munin-node munin-plugins-extra munin-java-plugins 9 buildpackages=munin-common munin munin-node munin-plugins-extra munin-java-plugins munin-async 10 10 11 11 # generate -pfoo commandline for debhelper … … 21 21 $(MAKE) install-common-prime $(MAKEOPTS) \ 22 22 DESTDIR=`pwd`/debian/munin-common 23 24 $(MAKE) install-async-prime $(MAKEOPTS) \ 25 DESTDIR=`pwd`/debian/munin-async 23 26 24 27 $(MAKE) install-master-prime $(MAKEOPTS) \
