mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fixed bug which only displays the first 5 zones
This commit is contained in:
parent
a132ba5d1e
commit
7f8d2e8cd6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#%# capabilities=autoconf
|
||||
|
||||
PRSTAT=/usr/bin/prstat
|
||||
PRSTAT_OPTS="-Z 1 1"
|
||||
PRSTAT_OPTS="-Z -n 1,99 1 1"
|
||||
|
||||
if [ "$1" = 'autoconf' ]; then
|
||||
if [ -f $PRSTAT ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue