Package: munin-node Version: 1.2.3-1 Severity: wishlist Tags: patch The multips plugin does not get put into the "Processes" category, but instead falls under "Other". This just means adding the following to the config section of the multips plugin:
--- ./multips 2005-04-02 16:54:13.000000000 -0800 +++ /tmp/multips 2005-06-08 07:50:44.458250208 -0700 @@ -38,6 +38,7 @@ echo graph_title Number of selected processes echo 'graph_args --base 1000 --vertical-label processes -l 0' + echo 'graph_category processes' for name in $names; do echo "$name.label $name" echo "$name.draw LINE2" -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (300, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages munin-node depends on: ii libnet-server-perl 0.87-3 An extensible, general perl server ii perl 5.8.4-8 Larry Wall's Practical Extraction ii procps 1:3.2.5-1 /proc file system utilities -- no debconf information
--- ./multips 2005-04-02 16:54:13.000000000 -0800 +++ /tmp/multips 2005-06-08 07:50:44.458250208 -0700 @@ -38,6 +38,7 @@ echo graph_title Number of selected processes echo 'graph_args --base 1000 --vertical-label processes -l 0' + echo 'graph_category processes' for name in $names; do echo "$name.label $name" echo "$name.draw LINE2"