mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
Merge pull request #228 from deveth0/patch-3
Update plugins/system/zones_mem
This commit is contained in:
commit
1730ada661
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue