1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 02:48:28 +00:00

Fixed bug which only displays the first 5 zones

This commit is contained in:
deveth0 2012-09-05 01:00:03 +03:00
parent a132ba5d1e
commit 7f8d2e8cd6

View file

@ -4,7 +4,7 @@
#%# capabilities=autoconf #%# capabilities=autoconf
PRSTAT=/usr/bin/prstat PRSTAT=/usr/bin/prstat
PRSTAT_OPTS="-Z 1 1" PRSTAT_OPTS="-Z -n 1,99 1 1"
if [ "$1" = 'autoconf' ]; then if [ "$1" = 'autoconf' ]; then
if [ -f $PRSTAT ]; then if [ -f $PRSTAT ]; then